Skip to content

Instantly share code, notes, and snippets.

@dredhorse
Last active January 1, 2019 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dredhorse/91df19e8e96e4f65cc96efa20a8ba648 to your computer and use it in GitHub Desktop.
Save dredhorse/91df19e8e96e4f65cc96efa20a8ba648 to your computer and use it in GitHub Desktop.
NoClassDefFound with Zen:Foundry
[15:39:54] [Server thread/ERROR] [wanionlib]: UniDictSomething really bad happened on Integration at load stage POST_INIT
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: exter/foundry/recipes/manager/AlloyFurnaceRecipeManager
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.util.concurrent.FutureTask.report(FutureTask.java:122)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.util.concurrent.FutureTask.get(FutureTask.java:192)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at wanion.lib.module.AbstractModule.start(AbstractModule.java:55)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at wanion.lib.module.ModuleHandler.lambda$startModules$0(ModuleHandler.java:39)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.lang.Iterable.forEach(Iterable.java:75)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at wanion.lib.module.ModuleHandler.startModules(ModuleHandler.java:31)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at wanion.unidict.proxy.CommonProxy.postInit(CommonProxy.java:85)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at wanion.unidict.UniDict.postInit(UniDict.java:97)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.lang.reflect.Method.invoke(Method.java:498)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
[15:39:54] [Server thread/INFO] [STDERR]: [wanion.lib.module.AbstractModule:start:59]: at java.lang.Thread.run(Thread.java:748)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.NoClassDefFoundError: exter/foundry/recipes/manager/AlloyFurnaceRecipeManager
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at wanion.unidict.integration.FoundryIntegration.fixAlloyFurnaceRecipes(FoundryIntegration.java:52)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at wanion.unidict.integration.FoundryIntegration.call(FoundryIntegration.java:42)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at wanion.unidict.integration.FoundryIntegration.call(FoundryIntegration.java:31)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: ... 1 more
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.ClassNotFoundException: exter.foundry.recipes.manager.AlloyFurnaceRecipeManager
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 7 more
[15:39:54] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:667]: Caused by: java.lang.NullPointerException
[15:40:51] [Server thread/INFO] [STDOUT]: [alexiy.thaumic.addon.ThaumicCalculations:loaded:146]: Tagged objects: 23348
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment