Problem ForgeModLoader related crash (1xworking, 1xnot)

Blackbook

New Member
Jul 29, 2019
33
0
0
Hi there.

I've sucessfully added Galiticraft, Mekanism and idfixminus to a server I run locally on my PC. Having loaded, played, reloaded, rebooted, tested and become happy with the stable nature of my change, I've rented a server and done a complete FTP overwrite (configs, mods, logs, the works).

However, the online server (which i was hoping to invite my friends to play on) crashes on load.
My offline (which is 100%, or so I think) server continues to load with out error.

The only difference as far as I can see is I'm on windows. The server, linux.

I have compared the logs, and have found where they differ and what is reporting to be the cause of the problem, ForgeModLoader.

Here is code from my perfectly working local server;

Code:
2014-08-03 23:48:02 [FINE] [ForgeModLoader]    WR-CBE|Addons(WR-CBE Addons:1.4.0.7): WR-CBE 1.4.0.7.jar (NO VALID CERTIFICATE FOUND)
2014-08-03 23:48:02 [FINE] [ForgeModLoader]    WR-CBE|Logic(WR-CBE Logic:1.4.0.7): WR-CBE 1.4.0.7.jar (NO VALID CERTIFICATE FOUND)
2014-08-03 23:48:02 [FINE] [ForgeModLoader]    McMultipart(Minecraft Multipart Plugin:1.0.0.244): ForgeMultipart-universal-1.6.4-1.0.0.244.jar (NO VALID CERTIFICATE FOUND)
2014-08-03 23:48:02 [FINE] [ForgeModLoader]    ForgeMicroblock(Forge Microblocks:1.0.0.244): ForgeMultipart-universal-1.6.4-1.0.0.244.jar (NO VALID CERTIFICATE FOUND)
2014-08-03 23:48:02 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
2014-08-03 23:48:02 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
2014-08-03 23:48:02 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
2014-08-03 23:48:02 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
...etc

Heres the same lines from the online server (which crashes);

Code:
2014-08-04 07:45:41 [FINE] [ForgeModLoader]    WR-CBE|Addons(WR-CBE Addons:1.4.0.7): WR-CBE 1.4.0.7.jar (NO VALID CERTIFICATE FOUND)
2014-08-04 07:45:41 [FINE] [ForgeModLoader]    WR-CBE|Logic(WR-CBE Logic:1.4.0.7): WR-CBE 1.4.0.7.jar (NO VALID CERTIFICATE FOUND)
2014-08-04 07:45:41 [FINE] [ForgeModLoader]    McMultipart(Minecraft Multipart Plugin:1.0.0.244): ForgeMultipart-universal-1.6.4-1.0.0.244.jar (NO VALID CERTIFICATE FOUND)
2014-08-04 07:45:41 [FINE] [ForgeModLoader]    ForgeMicroblock(Forge Microblocks:1.0.0.244): ForgeMultipart-universal-1.6.4-1.0.0.244.jar (NO VALID CERTIFICATE FOUND)
2014-08-04 07:45:41 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
2014-08-04 07:45:41 [SEVERE] [ForgeModLoader]
   mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
   FML{6.4.49.965} [Forge Mod Loader] (FTBServer-1.6.4-965.jar) Unloaded->Constructed
   Forge{9.11.1.965} [Minecraft Forge] (FTBServer-1.6.4-965.jar) Unloaded->Constructed
   CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
   Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed
...etc

How does one attempt to fix this? Considering the .jar's are the same files :S
 

Wagon153

New Member
Jul 29, 2019
3,148
-3
1
It appears Applied Energistics didn't copy over right and a piece got left off. Try uploading a fresh version of Applied Energistics.
 

Blackbook

New Member
Jul 29, 2019
33
0
0
Thanks for the reply Wagon153. Both the mod jar, and config files were identical file-sizes - but I re uploaded them anyway; same error in the same place.
 

Blackbook

New Member
Jul 29, 2019
33
0
0
I see the bit you're referring to; very strange that this error only comes up on the online server, and not my locally ran one;

Code:
2014-08-04 15:52:40 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-08-04 15:52:40 [SEVERE] [ForgeModLoader] Caught exception from AppliedEnergistics
java.lang.ClassNotFoundException: appeng.common.AppEng
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:270)
   at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
   at com.google.common.eventbus.EventBus.post(EventBus.java:267)
   at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
   at com.google.common.eventbus.EventBus.post(EventBus.java:267)
   at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
   at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
   at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
   at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
   at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
   at org.objectweb.asm.ClassReader.readShort(Unknown Source)
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.findAndMergeSuperMaps(FMLDeobfuscatingRemapper.java:378)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getMethodMap(FMLDeobfuscatingRemapper.java:355)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.mapMethodName(FMLDeobfuscatingRemapper.java:328)
   at org.objectweb.asm.commons.RemappingMethodAdapter.visitMethodInsn(Unknown Source)
   at org.objectweb.asm.ClassReader.a(Unknown Source)
   at org.objectweb.asm.ClassReader.b(Unknown Source)
   at org.objectweb.asm.ClassReader.accept(Unknown Source)
   at org.objectweb.asm.ClassReader.accept(Unknown Source)
   at cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:39)
   at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
   ... 33 more
2014-08-04 15:52:40 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: appeng.common.AppEng
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-08-04 15:52:40 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: appeng.common.AppEng
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.Class.forName0(Native Method)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.Class.forName(Class.java:270)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.reflect.Method.invoke(Method.java:606)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-08-04 15:52:40 [INFO] [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-08-04 15:52:40 [INFO] [STDERR]    at java.lang.reflect.Method.invoke(Method.java:606)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-04 15:52:40 [INFO] [STDERR]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
2014-08-04 15:52:40 [INFO] [STDERR]    ... 5 more
2014-08-04 15:52:40 [INFO] [STDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.readShort(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.findAndMergeSuperMaps(FMLDeobfuscatingRemapper.java:378)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getMethodMap(FMLDeobfuscatingRemapper.java:355)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.mapMethodName(FMLDeobfuscatingRemapper.java:328)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.commons.RemappingMethodAdapter.visitMethodInsn(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.a(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.b(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.accept(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.accept(Unknown Source)
2014-08-04 15:52:40 [INFO] [STDERR]    at cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:39)
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
2014-08-04 15:52:40 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
2014-08-04 15:52:40 [INFO] [STDERR]    ... 33 more
2014-08-04 15:52:40 [SEVERE] [Minecraft-Server] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: appeng.common.AppEng
   at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
   at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
   at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
   at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
   at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
   at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: appeng.common.AppEng
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
   at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:270)
   at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
   at com.google.common.eventbus.EventBus.post(EventBus.java:267)
   at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
   at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
   at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
   at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
   at com.google.common.eventbus.EventBus.post(EventBus.java:267)
   at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
   at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
   ... 5 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
   at org.objectweb.asm.ClassReader.readShort(Unknown Source)
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.findAndMergeSuperMaps(FMLDeobfuscatingRemapper.java:378)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getMethodMap(FMLDeobfuscatingRemapper.java:355)
   at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.mapMethodName(FMLDeobfuscatingRemapper.java:328)
   at org.objectweb.asm.commons.RemappingMethodAdapter.visitMethodInsn(Unknown Source)
   at org.objectweb.asm.ClassReader.a(Unknown Source)
   at org.objectweb.asm.ClassReader.b(Unknown Source)
   at org.objectweb.asm.ClassReader.accept(Unknown Source)
   at org.objectweb.asm.ClassReader.accept(Unknown Source)
   at cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:39)
   at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
   ... 33 more
2014-08-04 15:52:40 [SEVERE] [Minecraft-Server] This crash report has been saved to: /home/tcagame/DavidM/1225/./crash-reports/crash-2014-08-04_15.52.40-server.txt
2014-08-04 15:54:17 [INFO] [Minecraft-Server] An unknown error occurred while attempting to perform this command
2014-08-04 15:54:17 [INFO] [STDERR] java.lang.NullPointerException
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.command.ServerCommandManager.func_71563_a(SourceFile:80)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.command.CommandBase.func_71524_a(SourceFile:267)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.command.CommandBase.func_71522_a(SourceFile:262)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.command.CommandServerStop.func_71515_b(SourceFile:24)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.command.CommandHandler.func_71556_a(CommandHandler.java:88)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:315)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.server.dedicated.DedicatedServer.func_71228_a(DedicatedServer.java:242)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:527)
2014-08-04 15:54:17 [INFO] [STDERR]    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-08-04 15:54:22 [INFO] [Minecraft-Server] Stopping server
2014-08-04 15:54:22 [INFO] [Minecraft-Server] Saving worlds