Solved Unleashed 1.1.3 Crashes (MultiCraft Dependant Fix)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

PhillipeFlop

New Member
Jul 29, 2019
15
0
0
I'm running a Unleashed 1.1.3 server, with GregTech installed, as well as Dimensional doors. GravityGun, PortalGun and thus iChunUtil have been removed.

The server runs for about 10 minutes, then we crash... there is no crashlog. This is what the console says:

Code:
[Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
[Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:470)
[Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:579)
[Server] INFO at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:346)
[Server] INFO at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:907)
[Server] INFO at net.minecraftforge.event.EventBus.post(EventBus.java:108)
[Server] INFO at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
[Server] INFO at net.minecraftforge.event.ASMEventHandler_95_EventHookContainer_onWorldsave_Save.invoke(.dynamic)
[Server] INFO at StevenDimDoors.mod_pocketDim.EventHookContainer.onWorldsave(EventHookContainer.java:177)
[Server] INFO at StevenDimDoors.mod_pocketDim.helpers.dimHelper.save(dimHelper.java:1061)
[Server] INFO at java.io.ObjectOutputStream.writeObject(Unknown Source)
[Server] INFO at java.io.ObjectOutputStream.writeObject0(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.lookup(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.<init>(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at java.io.ObjectStreamClass$2.run(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass$2.run(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.access$1500(Unknown Source)
[Server] INFO at java.io.ObjectStreamClass.getSerializableConstructor(Unknown Source)
[Server] INFO at sun.reflect.ReflectionFactory.newConstructorForSerialization(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator.generate(Unknown Source)
[Server] INFO at java.security.AccessController.doPrivileged(Native Method)
[Server] INFO at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
[Server] INFO at sun.reflect.MethodAccessorGenerator$1.run(Unknown Source)
[Server] INFO at sun.reflect.ClassDefiner.defineClass(Unknown Source)
[Server] INFO at sun.misc.Unsafe.defineClass(Native Method)
[Server] INFO java.lang.OutOfMemoryError: PermGen space

Server Start File is as follows:
Code:
java -Xms256m -Xmx1G -XX:PermSize=128M -XX:MaxPermSize=256m -jar ftbserver.jar

Does anybody have an idea of what I can do to alleviate the problem?

Thanks in advance!
Phil.
 

Siro

New Member
Jul 29, 2019
638
0
0
IF you are using Multicraft to manage/start the server (if not ignore all this), it will completely ignore anything other than the -xms, -xmx and -jar options in your startup bat/sh. To specifically configure permgen, you need to edit the ".jar.conf" file, which should be located in the same folder as your ftbserver.jar. Alternatively it is possible the hosting provider already has settings appropriate to the mod pack, and they're just not selected on the control panel. This can be fixed by selecting your server in the control panel, locating the Server Jar setting and changing it to the correct type. If it says default, it's literally minecraft vanilla server defaults for permgen (almost nothing).
 
  • Like
Reactions: PhillipeFlop

PhillipeFlop

New Member
Jul 29, 2019
15
0
0
You. Beautiful. Amazing. Person.

I was pulling my hair out over this, with nothing working. Set the type to an outdated version, and just renamed the jar... but it worked beautifully! Thanks a lot, it is much appreciated!
 
  • Like
Reactions: Siro