Skip to content

Instantly share code, notes, and snippets.

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 mcenderdragon/04885a956679a1cdc5192d20522ca716 to your computer and use it in GitHub Desktop.
Save mcenderdragon/04885a956679a1cdc5192d20522ca716 to your computer and use it in GitHub Desktop.
Crash 1
[19:39:49] [Server thread/INFO] [Futurepack]: Starting Futurepack 25.2.9 pre
[19:39:49] [Server thread/INFO] [Futurepack]: Debug Enabled: true
[19:39:52] [Server thread/INFO]: [STDERR]: java.lang.ClassNotFoundException: minetweaker.MineTweakerAPI
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.Class.forName0(Native Method)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.Class.forName(Class.java:264)
[19:39:52] [Server thread/INFO]: [STDERR]: at futurepack.minetweaker.MinetweakerBridge.init(MinetweakerBridge.java:15)
[19:39:52] [Server thread/INFO]: [STDERR]: at futurepack.common.FPMain.preInit(FPMain.java:161)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:641)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[19:39:52] [Server thread/INFO]: [STDERR]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.reflect.Method.invoke(Method.java:498)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:740)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[19:39:52] [Server thread/INFO]: [STDERR]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:647)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:100)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:442)
[19:39:52] [Server thread/INFO]: [STDERR]: at java.lang.Thread.run(Thread.java:745)
[19:39:52] [Server thread/INFO]: [STDERR]: Caused by: java.lang.NullPointerException
[19:39:52] [Server thread/INFO]: [STDERR]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[19:39:52] [Server thread/INFO]: [STDERR]: ... 37 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment