this happens on my 1.10.2 server. I have the message from the server:
[10:14:44] [Server thread/INFO]: 10zada10 joined the game [10:15:04] [Server thread/INFO]: 10zada10 lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}} [10:15:04] [Server thread/INFO]: 10zada10 left the game
I deleted the .dat and .json files and it works fine for the first minute, then it kicks them off. And after that when they log in it immediately kicks them off. What is strange it does not matter who the player is but the computer. I logged in with there account on the computer the server is on and it works fine, only on specific machines. It also seems that it almost always happens immediately when they are standing on water. I do not know if it is the same issue or a different one.
This server is currently not port forwarded and is running local. The client's machine was in the same LAN if that makes a difference.
Crash Report:
Minecraft Crash Report ---- // This doesn't make any sense!
Time: 6/29/16 9:04 AM Description: Updating screen events
java.lang.UnsatisfiedLinkError: no net in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source) at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.AbstractPlainDatagramSocketImpl.<clinit>(Unknown Source) at java.net.DefaultDatagramSocketImplFactory.createDatagramSocketImpl(Unknown Source) at java.net.DatagramSocket.createImpl(Unknown Source) at java.net.DatagramSocket.<init>(Unknown Source) at java.net.MulticastSocket.<init>(Unknown Source) at java.net.MulticastSocket.<init>(Unknown Source) at bzo$a.<init>(SourceFile:72) at bhj.b(SourceFile:72) at bft.a(SourceFile:372) at bcx.a(SourceFile:900) at bga.a(SourceFile:240) at bft.a(SourceFile:346) at bga.a(SourceFile:498) at bft.k(SourceFile:409) at bft.p(SourceFile:386) at bcx.t(SourceFile:1586) at bcx.av(SourceFile:968) at bcx.a(SourceFile:396) at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------
– Head – Thread: Client thread Stacktrace: at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source) at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.AbstractPlainDatagramSocketImpl.<clinit>(Unknown Source) at java.net.DefaultDatagramSocketImplFactory.createDatagramSocketImpl(Unknown Source) at java.net.DatagramSocket.createImpl(Unknown Source) at java.net.DatagramSocket.<init>(Unknown Source) at java.net.MulticastSocket.<init>(Unknown Source) at java.net.MulticastSocket.<init>(Unknown Source) at bzo$a.<init>(SourceFile:72) at bhj.b(SourceFile:72) at bft.a(SourceFile:372) at bcx.a(SourceFile:900) at bga.a(SourceFile:240) at bft.a(SourceFile:346) at bga.a(SourceFile:498) at bft.k(SourceFile:409) at bft.p(SourceFile:386)
– Affected screen – Details: Screen name: bhj Stacktrace: at bcx.t(SourceFile:1586) at bcx.av(SourceFile:968) at bcx.a(SourceFile:396) at net.minecraft.client.main.Main.main(SourceFile:124)
– System Details – Details: Minecraft Version: 1.10 Operating System: Windows Vista (x86) version 6.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 8311672 bytes (7 MB) / 186810368 bytes (178 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: 1.10 LWJGL: 2.9.4 OpenGL: Quadro FX 1800/PCI/SSE2 GL version 2.1.2, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing. Using GL 1.3 texture combiners. Using framebuffer objects because EXT_framebuffer_object is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) Resource Packs: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Xeon(R) CPU W3520 @ 2.67GHz
this happens on my 1.10.2 server.
I have the message from the server:
[10:14:44] [Server thread/INFO]: 10zada10 joined the game
[10:15:04] [Server thread/INFO]: 10zada10 lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: Connection reset by peer], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[10:15:04] [Server thread/INFO]: 10zada10 left the game
I deleted the .dat and .json files and it works fine for the first minute, then it kicks them off. And after that when they log in it immediately kicks them off. What is strange it does not matter who the player is but the computer. I logged in with there account on the computer the server is on and it works fine, only on specific machines. It also seems that it almost always happens immediately when they are standing on water.
I do not know if it is the same issue or a different one.
This server is currently not port forwarded and is running local. The client's machine was in the same LAN if that makes a difference.
Crash Report:
Minecraft Crash Report ----
// This doesn't make any sense!
Time: 6/29/16 9:04 AM
Description: Updating screen events
java.lang.UnsatisfiedLinkError: no net in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source)
at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.AbstractPlainDatagramSocketImpl.<clinit>(Unknown Source)
at java.net.DefaultDatagramSocketImplFactory.createDatagramSocketImpl(Unknown Source)
at java.net.DatagramSocket.createImpl(Unknown Source)
at java.net.DatagramSocket.<init>(Unknown Source)
at java.net.MulticastSocket.<init>(Unknown Source)
at java.net.MulticastSocket.<init>(Unknown Source)
at bzo$a.<init>(SourceFile:72)
at bhj.b(SourceFile:72)
at bft.a(SourceFile:372)
at bcx.a(SourceFile:900)
at bga.a(SourceFile:240)
at bft.a(SourceFile:346)
at bga.a(SourceFile:498)
at bft.k(SourceFile:409)
at bft.p(SourceFile:386)
at bcx.t(SourceFile:1586)
at bcx.av(SourceFile:968)
at bcx.a(SourceFile:396)
at net.minecraft.client.main.Main.main(SourceFile:124)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
– Head –
Thread: Client thread
Stacktrace:
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source)
at java.net.AbstractPlainDatagramSocketImpl$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.AbstractPlainDatagramSocketImpl.<clinit>(Unknown Source)
at java.net.DefaultDatagramSocketImplFactory.createDatagramSocketImpl(Unknown Source)
at java.net.DatagramSocket.createImpl(Unknown Source)
at java.net.DatagramSocket.<init>(Unknown Source)
at java.net.MulticastSocket.<init>(Unknown Source)
at java.net.MulticastSocket.<init>(Unknown Source)
at bzo$a.<init>(SourceFile:72)
at bhj.b(SourceFile:72)
at bft.a(SourceFile:372)
at bcx.a(SourceFile:900)
at bga.a(SourceFile:240)
at bft.a(SourceFile:346)
at bga.a(SourceFile:498)
at bft.k(SourceFile:409)
at bft.p(SourceFile:386)
– Affected screen –
Details:
Screen name: bhj
Stacktrace:
at bcx.t(SourceFile:1586)
at bcx.av(SourceFile:968)
at bcx.a(SourceFile:396)
at net.minecraft.client.main.Main.main(SourceFile:124)
– System Details –
Details:
Minecraft Version: 1.10
Operating System: Windows Vista (x86) version 6.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 8311672 bytes (7 MB) / 186810368 bytes (178 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.10
LWJGL: 2.9.4
OpenGL: Quadro FX 1800/PCI/SSE2 GL version 2.1.2, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because EXT_framebuffer_object is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Xeon(R) CPU W3520 @ 2.67GHz