Open KonoromiHimaries opened 7 years ago
seems like you don't use Java 8, what's the output of Java - version?
+1, any fix?
+1 same error
well... just add "-noverify" after java in the script. like this: java -noverify -XX:+UseG1GC -server -jar paper1.11.2.jar -o true
By the way, I am trying to do some tests. I`ll get the result after a few days. Thanks for the patient.
i also tried -noverify arguments
server prompted this error
https://gist.github.com/Cavesnakes/03e231ae5eb64c5b829feb0b2d9c2764
how to build this patch to spigot?
following instruction is difficult can you make easy instruction for beginners?
please use oracle`s jdk instead of openjdk..
okay thanks for your advice also fast response :D
lol, i am not giving it up yet. i am just too busy with my master's degree.
I have a little question like "how can you add multi thread to minecraft server"
and Cheer up!
Its some thread-safe works. The sequence of the game logic is very important. Some of them can worked async some can
t.
I just try to find the syncs and parellel them and the parts which can work async make them async.
But it`s also cause other problems like errors with plugins.
After all, I have to modify the API part.
But the most important thing is the tracker part in main thread will cause a very big lag after the server runs over 4 or 5 days. So I have to deal this first and it cost me a lot of time.
logs https://gist.github.com/mat41997/0e6ec72a13f132198f294c47298b4a35