Mac Direwolf20 5.2.0 client crashes

Status
Not open for further replies.

eXtink

New Member
Jul 29, 2019
2
0
0
Hey guys, I need some help with my client.

After some time playing in a server my game hangs for some time and eventually crashes with a black screen.
I am at version 5.2.0, did a clean install without any other mods (like optifine, etc.)

Here's the log from the client:
http://pastebin.com/jdn6L20S

Here's the log of me connecting to the server and leaving it:
Code:
2013-03-13 11:47:44 [INFO] [Minecraft] User eXtink connecting with mods [RedPowerWiring, TwilightForest, OmniTools, BuildCraft|Transport, ChargePads, RedPowerCompat, WR-CBE|Core, RedPowerLogic, ObsidiPlates, ThermalExpansion|Energy, Thaumcraft, WR-CBE|RedPower, Forestry, XyCraftWorld, EnderStorage, GraviGun, BinnieCore, mmmPowersuits, IronChest, BuildCraft|Energy, Railcraft, EE3, MiscPeripherals, PortalGun, ChickenChunks, ModularForceFieldSystem, factorization, RedPowerLighting, RedPowerBase, XyCraft, ThermalExpansion, BuildCraft|Silicon, ThermalExpansion|Transport, GraviSuite, XyCraftMachines, IC2NuclearControl, BuildCraft|Core, ThermalExpansion|Factory, CompactSolars, IC2, StevesCarts, ExtrabiomesXL, ExtraBees, Mystcraft, ComputerCraft, WR-CBE|Addons, BuildCraft|Factory, RedPowerMachine, XReliquary, SoulShards, RedPowerCore, CCTurtle, RedPowerControl, BuildCraft|Builders, RedPowerWorld]
2013-03-13 11:47:44 [INFO] [ForgeModLoader] User eXtink connecting with mods [RedPowerWiring, TwilightForest, OmniTools, BuildCraft|Transport, ChargePads, RedPowerCompat, WR-CBE|Core, RedPowerLogic, ObsidiPlates, ThermalExpansion|Energy, Thaumcraft, WR-CBE|RedPower, Forestry, XyCraftWorld, EnderStorage, GraviGun, BinnieCore, mmmPowersuits, IronChest, BuildCraft|Energy, Railcraft, EE3, MiscPeripherals, PortalGun, ChickenChunks, ModularForceFieldSystem, factorization, RedPowerLighting, RedPowerBase, XyCraft, ThermalExpansion, BuildCraft|Silicon, ThermalExpansion|Transport, GraviSuite, XyCraftMachines, IC2NuclearControl, BuildCraft|Core, ThermalExpansion|Factory, CompactSolars, IC2, StevesCarts, ExtrabiomesXL, ExtraBees, Mystcraft, ComputerCraft, WR-CBE|Addons, BuildCraft|Factory, RedPowerMachine, XReliquary, SoulShards, RedPowerCore, CCTurtle, RedPowerControl, BuildCraft|Builders, RedPowerWorld]
2013-03-13 11:47:44 [INFO] [STDOUT] [FE coremod] Patching ItemInWorldManager...
2013-03-13 11:47:44 [INFO] [STDOUT] [FE coremod] Patching ItemInWorldManager Complete!
2013-03-13 11:47:44 [INFO] [Minecraft] eXtink[/192.168.1.1:65508] logged in with entity id 277 at (-75.54222399456924, 55.0, 273.27538818669586)
2013-03-13 11:47:44 [INFO] [STDOUT] Loading Player: eXtink
2013-03-13 11:47:44 [INFO] [STDOUT] Sending serverside check to: eXtink
2013-03-13 11:47:45 [INFO] [GraviGun] [1.4.7v2] Recieved client info from eXtink
2013-03-13 11:47:45 [INFO] [PortalGun] [1.4.7v5] Recieved client info from eXtink
2013-03-13 11:47:46 [SEVERE] [ForgeModLoader] Detected leaking worlds in memory. There are 2 worlds that appear to be persisting. A mod is likely caching the world incorrectly
2013-03-13 11:47:46 [SEVERE] [ForgeModLoader] The world 52bd6f9e (world) has leaked.
2013-03-13 12:10:50 [INFO] [STDOUT] Fetching addPacket for removed entity
2013-03-13 12:16:34 [INFO] [STDERR] java.net.SocketTimeoutException: Read timed out
2013-03-13 12:16:34 [INFO] [STDERR]    at java.net.SocketInputStream.socketRead0(Native Method)
2013-03-13 12:16:34 [INFO] [STDERR]    at java.net.SocketInputStream.read(SocketInputStream.java:129)
2013-03-13 12:16:34 [INFO] [STDERR]    at java.io.FilterInputStream.read(FilterInputStream.java:116)
2013-03-13 12:16:34 [INFO] [STDERR]    at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
2013-03-13 12:16:34 [INFO] [STDERR]    at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
2013-03-13 12:16:34 [INFO] [STDERR]    at java.io.FilterInputStream.read(FilterInputStream.java:66)
2013-03-13 12:16:34 [INFO] [STDERR]    at ef.a(Packet.java:142)
2013-03-13 12:16:34 [INFO] [STDERR]    at cg.i(TcpConnection.java:324)
2013-03-13 12:16:34 [INFO] [STDERR]    at cg.c(TcpConnection.java:544)
2013-03-13 12:16:34 [INFO] [STDERR]    at ch.run(SourceFile:93)
2013-03-13 12:16:34 [INFO] [Minecraft] eXtink lost connection: disconnect.genericReason
2013-03-13 12:16:34 [INFO] [STDOUT] Unloading Player: eXtink

I hope someone can help me with this annoying problem.

eXtink
 

jmarler

New Member
Jul 29, 2019
39
0
0
I am experiencing similar crashes. I have upgraded my server to Direwolf 5.2.0 as well as the client. I'm getting a hard Java crash:

http://pastebin.com/E6uBwH1n

This one looks like it crashed in bouncy castle:

Code:
Current thread (7f89831df000):  JavaThread "Client read thread" [_thread_in_vm, id=696111104, stack(1296dd000,1297dd000)]
Stack: [1296dd000,1297dd000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v  ~ExceptionBlob
J  java.net.SocketInputStream.read([BII)I
J  org.bouncycastle.crypto.io.CipherInputStream.nextChunk()I
J  org.bouncycastle.crypto.io.CipherInputStream.read()I
J  cg.c(Lcg;)Z
J  ch.run()V
v  ~StubRoutines::call_stub

I can't seem to figure out what triggers it. Clean mod install. Server never crashes, but it does show a similar error:

Code:
16.03 02:53:44 [Server] INFO at ch.run(SourceFile:93)
16.03 02:53:44 [Server] INFO at cg.c(TcpConnection.java:544)
16.03 02:53:44 [Server] INFO at cg.i(TcpConnection.java:324)
16.03 02:53:44 [Server] INFO at ef.a(Packet.java:142)
16.03 02:53:44 [Server] INFO at java.io.FilterInputStream.read(FilterInputStream.java:66)
16.03 02:53:44 [Server] INFO at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
16.03 02:53:44 [Server] INFO at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
16.03 02:53:44 [Server] INFO at java.io.FilterInputStream.read(FilterInputStream.java:116)
16.03 02:53:44 [Server] INFO at java.net.SocketInputStream.read(SocketInputStream.java:129)
16.03 02:53:44 [Server] INFO at java.net.SocketInputStream.socketRead0(Native Method)
16.03 02:53:44 [Server] INFO java.net.SocketTimeoutException: Read timed out

Server is located several feet away, so it's not likely a bad connection issue.
 

SuperLuigi10

New Member
Jul 29, 2019
32
0
0
I am having the same problem. It is extremely annoying that it crashes every few minutes. I have noticed that it is worst when opening inventories quickly. I really would like to see this fixed as it is nearly impossible to do anything time-sensative without worrying about the client crashing.
 
Status
Not open for further replies.