Skip to content

Instantly share code, notes, and snippets.

@JustZerooo
Created April 30, 2019 10:22
Show Gist options
  • Save JustZerooo/f8b81d5fc1da5b2af3fe92d315fc7e45 to your computer and use it in GitHub Desktop.
Save JustZerooo/f8b81d5fc1da5b2af3fe92d315fc7e45 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
SpongeCoremod (_spongeforge-1.12.2-2768-7.1.6-RC3682.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.6+build31.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
Contact their authors BEFORE contacting forge
// Don't be sad, have a hug! <3
Time: 4/30/19 10:10 AM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: thelm/jaopca/api/ModuleBase
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: thelm.jaopca.api.ModuleBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 35 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
-- Sponge PhaseTracker --
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3975)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Thread.java:748)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.9.0-8-amd64
Java Version: 1.8.0_212, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 438537024 bytes (418 MB) / 2183135232 bytes (2082 MB) up to 7482638336 bytes (7136 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2836 69 mods loaded, 69 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:--------------------------------- |:------------------------ |:--------------------------------------------------- |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2836-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2836 | forge-1.12.2-14.23.5.2836-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | spongeapi | 7.1.0-4ab0d1a5 | _spongeforge-1.12.2-2768-7.1.6-RC3682.jar | None |
| LC | sponge | 1.12.2-7.1.6-SNAPSHOT | _spongeforge-1.12.2-2768-7.1.6-RC3682.jar | None |
| LC | spongeforge | 1.12.2-2768-7.1.6-RC3682 | _spongeforge-1.12.2-2768-7.1.6-RC3682.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
| LC | ic2 | 2.8.133-ex112 | industrialcraft-2-2.8.133-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LC | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None |
| LC | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build42.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LC | aether | 0.2.0 | aether_ii-1.12.2-0.2.0+build42-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LC | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
| LC | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
| L | jaopcaoc | 1.0.5 | AOBDOC-1.12.2-1.0.5.jar | None |
| L | dummy | 1.0 | AOBDOC-1.12.2-1.0.5.jar | None |
| L | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | None |
| L | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | None |
| L | aroma1997sdimension | 2.0.0.2.b92 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b92.jar | None |
| L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| L | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | None |
| L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
| L | brandonscore | 2.4.10 | BrandonsCore-1.12.2-2.4.10.198-universal.jar | None |
| L | carpentersblocks | 3.4.0-poc.5 | Carpenter's Blocks v3.4.0-poc.5 - MC 1.12.2.jar | None |
| L | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| L | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
| L | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | None |
| L | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
| L | jei | 4.15.0.278 | jei_1.12.2-4.15.0.278.jar | None |
| L | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
| L | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | None |
| L | draconicevolution | 2.3.21 | Draconic-Evolution-1.12.2-2.3.21.342-universal.jar | None |
| L | endercore | 1.12.2-0.5.57 | EnderCore-1.12.2-0.5.57.jar | None |
| L | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| L | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | None |
| L | enderio | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiointegrationtic | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiobase | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduits | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduitsappliedenergistics | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
| L | enderioconduitsopencomputers | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderioconduitsrefinedstorage | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
| L | enderiointegrationforestry | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
| L | twilightforest | 3.9.888 | twilightforest-1.12.2-3.9.888-universal.jar | None |
| L | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
| L | enderiointegrationticlate | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiomachines | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | enderiopowertools | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
| L | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
| L | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| L | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | None |
| L | jaopca | 1.12.2-2.2.8.101 | JAOPCA-1.12.2-2.2.8.101.jar | None |
| L | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.101.jar | None |
| L | journeymap | 1.12.2-5.5.5b5 | journeymap-1.12.2-5.5.5b5.jar | None |
| L | magicalcrops | 1.0.1 | magicalcrops-1.0.2-MC-1.12.jar | None |
| L | mcjtylib_ng | 3.5.0 | mcjtylib-1.12-3.5.0.jar | None |
| L | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | None |
| L | rftools | 7.70 | rftools-1.12-7.70.jar | None |
| L | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | None |
| L | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| L | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | None |
| L | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | None |
| L | thebetweenlands | 3.4.6 | TheBetweenlands-3.4.6-universal.jar | None |
| L | phosphor-lighting | 1.12.2-0.1.6 | phosphor-1.12.2-0.1.6+build31.jar | None |
| L | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
SpongeCoremod (_spongeforge-1.12.2-2768-7.1.6-RC3682.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.57-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.6+build31.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
invtweaks.forge.asm.ContainerTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
li.cil.oc.common.asm.ClassTransformer
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment