Yesterday I was playing normally in my modded server, but today I realised that Minecraft has updated. So when I tried to run my server it closes inmediately, I use a custom code to render my server and don't lag it, this is the code, I hope somebody can help me
java -Xmx6G -d64 -server -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=100 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.readTimeout=120 -Ddeployment.trace=true -Ddeployment.log=true -Ddeployment.trace.level=all -jar forge-1.12.2-14.23.5.2838-universal.jar PAUSE
PD: It doesn't show any crash report