This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
metrotyranno's profile picture

[1.5.2][SMP] Crashing after 1 minute.

Started by metrotyranno, 29 June 2013 - 04:03 PM
metrotyranno #1
Posted 29 June 2013 - 06:03 PM
ComputerCraft Version Information: 1.53 Client / 1.53 Server
Description of bug: Crashes after 1 minute of connection with server. It appears i am the only one experiencing this bug and all the other players do not whom are running the same version of my modpack.

Section of log when the error starts (after last chat message i received)

I gave my minecraft 4gb of ram to run on and i have 16 gb ram installed

Spoiler

2013-06-29 14:39:50 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerWorld...
2013-06-29 14:39:50 [INFO] [STDOUT] ComputerCraft: RedPowerWorld not found.
2013-06-29 14:41:52 [INFO] [STDERR] Exception in thread "Thread-24" java.lang.OutOfMemoryError: PermGen space
2013-06-29 14:41:52 [INFO] [STDERR] Exception in thread "Client read thread" java.lang.OutOfMemoryError: PermGen space
2013-06-29 14:45:28 [INFO] [STDERR] java.net.SocketException: Connection reset by peer: socket write error
2013-06-29 14:45:28 [INFO] [STDERR]  at java.net.SocketOutputStream.socketWrite0(Native Method)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.net.SocketOutputStream.socketWrite(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.net.SocketOutputStream.write(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at org.bouncycastle.crypto.io.CipherOutputStream.write(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.io.BufferedOutputStream.flush(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.io.DataOutputStream.flush(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at net.minecraft.network.TcpWriterThread.run(SourceFile:121)
2013-06-29 14:45:28 [INFO] [STDERR] Exception in thread "Client write thread" java.lang.NoClassDefFoundError: net/minecraft/network/TcpMasterThread
2013-06-29 14:45:28 [INFO] [STDERR]  at net.minecraft.network.TcpConnection.func_74424_a(TcpConnection.java:399)
2013-06-29 14:45:28 [INFO] [STDERR]  at net.minecraft.network.TcpConnection.func_74455_a(TcpConnection.java:384)
2013-06-29 14:45:28 [INFO] [STDERR]  at net.minecraft.network.TcpConnection.func_74458_a(TcpConnection.java:576)
2013-06-29 14:45:28 [INFO] [STDERR]  at net.minecraft.network.TcpWriterThread.run(SourceFile:124)
2013-06-29 14:45:28 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: net.minecraft.network.TcpMasterThread
2013-06-29 14:45:28 [INFO] [STDERR]  at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.lang.ClassLoader.loadClass(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  at java.lang.ClassLoader.loadClass(Unknown Source)
2013-06-29 14:45:28 [INFO] [STDERR]  ... 4 more
2013-06-29 14:45:28 [INFO] [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space
2013-06-29 14:45:31 [INFO] [Minecraft-Client] Stopping!
2013-06-29 14:45:31 [INFO] [STDOUT]
2013-06-29 14:45:31 [INFO] [STDOUT] SoundSystem shutting down...
2013-06-29 14:45:36 [INFO] [STDOUT] Error in class 'SoundSystem'
2013-06-29 14:45:36 [INFO] [STDOUT]	 Command thread did not die!
2013-06-29 14:45:36 [INFO] [STDOUT] Ignoring errors... continuing clean-up.
2013-06-29 14:45:36 [INFO] [STDOUT]	 Author: Paul Lamb, www.paulscode.com
2013-06-29 14:45:36 [INFO] [STDOUT]

Modlist:

SpoilerMods:

Coremods:
Cloudy #2
Posted 30 June 2013 - 01:44 AM
This is nothing to do with ComputerCraft, I don't even know why you think it would be. Google how to increase your permgen.

Closed.