-
Bug
-
Resolution: Invalid
-
None
-
1.16.5
-
None
-
Windows 10, Intel Core i7-4702 MQ 2.2GHz, Nvidia GTX 760M, 16 GB RAM, SSD
-
Unconfirmed
-
(Unassigned)
My Minecraft server (1.16.5) throws an error message and not loading. I used to fix this error by making a run.bat with the following command: java -server -XX:+UseConcMarkSweepGC -Xmx4G -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -minecraft_server.1.16.5.jar
Unfortunatelly, it's not working now, it doesnt even open the server window.
The error message I receive is this:
[Server console handler/ERROR]: Exception handling console input[Server console handler/ERROR]: Exception handling console inputjava.io.IOException: A leíró érvénytelen at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_261] at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_261] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_261] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_261] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_261] at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_261] at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_261] at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_261] at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_261] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_261] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_261] at zg$1.run(SourceFile:95) [minecraft_server.1.16.5.jar:?]
Thank you for your help.