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

Computercraft Crash

Started by Oninoni2, 21 July 2014 - 06:24 PM
Oninoni2 #1
Posted 21 July 2014 - 08:24 PM
Hello Community

After a long day of trying to register i can ask you for help now…

Im running a modpack Server wich also includes CC. After running a bit im getting this Error:

http://pastebin.com/F8X5qD3s

After this error every Computer in the World just freezes. Everything else continues to work like before.

Greetings Oninoni / Jan
Cranium #2
Posted 21 July 2014 - 08:26 PM
It seems like you're running out of memory, but to be sure, could you post your forge log?
Oninoni2 #3
Posted 21 July 2014 - 08:29 PM
Forge Log: http://pastebin.com/3enjhGRc

I know that it is a OutOfMemory Exception, but shouldn't 4 GB be enough for aprox 80 Mods?
Cranium #4
Posted 21 July 2014 - 08:41 PM
You may need to allocate more permgen space.

EDIT: for example, since Minecraft uses 64m by default, you can use -XX:MaxPermSize=128m to double that.
Edited on 21 July 2014 - 06:43 PM
Oninoni2 #5
Posted 21 July 2014 - 08:42 PM
My Hoster says it has 256MB MaxPermGen
Oninoni2 #6
Posted 21 July 2014 - 09:07 PM
Is there a way to make sure it is changed? (I don't have acess to the start script)
Dog #7
Posted 22 July 2014 - 12:57 AM
Cranium - this is the same error and the same symptoms I was seeing when I was running WiRe (redstone control program) on your server. Could this possibly be an issue with CC1.63 itself?
Cranium #8
Posted 22 July 2014 - 12:59 AM
It's certainly possible. 1.6 was a huge rewrite, so it's possible that there's still bugs in it.
Oninoni2 #9
Posted 22 July 2014 - 10:27 AM
So does this mean there's a way to detect wich computer causes it?
Bomb Bloke #10
Posted 22 July 2014 - 10:37 AM
I suppose with server access, you could always just move half the computer folders out of the world save then reboot. If the problem persists, take half of what's left and repeat, or if not, then swap the halves. Repeat until you've narrowed it down to a specific computer ID.
Oninoni2 #11
Posted 22 July 2014 - 10:42 AM
Don't have Server Access… I just have a gameserver. But thanks anyway