mojira.dev

Torin Kurai

Assigned

No issues.

Reported

No issues.

Comments

I've been seeing this error in the logs since I updated to 1.7.2. I am using the minecraft_server.1.7.2.exe file to run the server on a Windows 7 64-bit machine with Java 1.7.0_45 64-bit. I can confirm that I am able to login successfully to the server, as are other users.

The way the error reads seems to be related to the display; the log and chat portion of the window remains blank the entire time the server is running, but the logs actively update. Running commands from the server window works as it should, and the normal feedback for running commands from the server window appears in the log. Other than the log (and chat) not displaying in the server GUI properly I have not seen any issues that seem to be related to this error.

I attached the server start-up leading into the error below for reference:

[07:33:43] [Server thread/INFO]: Starting minecraft server version 1.7.2
[07:33:43] [Server thread/INFO]: Loading properties
[07:33:43] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_45]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_45]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_45]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_45]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_45]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_45]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_45]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_45]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_45]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_45]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_45]
at ll.run(SourceFile:78) [minecraft_server.1.7.2.exe:?]