FTB Unleashed v1.1.1 crashing on loading plugins

pirita

New Member
Jul 29, 2019
195
0
0
Cirom said:
“The true error has happened numerous times, and this was but one of the reports from it. It just so happened that I opened a vanilla large chest at the time (It worked after, by the way: nothing's missing there) and it got caught in the error
If you notice in the crash log, it definitely says:

java.lang.NoClassDefFoundError: net/minecraft/inventory/InventoryLargeChest
Caused by: java.lang.ClassNotFoundException: net.minecraft.inventory.InventoryLargeChest
Caused by: java.lang.OutOfMemoryError: PermGen space

The PermGen error is the cause, just like it was for everyone else.
For some reason, the more recent crashes just seem to freeze the console outright, and it's not outputting a crashlog like it does usually. (Probably because I have to Force Close the thing)
Hm.​

I was having this PermGen error earlier. Adding -XX:MaxPermSize=128m to the server running script solved the issue for me.