Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
User avatar
By bhoqure
#128493 Alright, so i can start my server up completely perfect without it but once i put wonder trade in it crashes.

Here is the log of it:

Code: Select all01:02:53 [SEVERE] Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
01:02:53 [SEVERE]
   mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
   FML{6.4.49.965} [Forge Mod Loader] (minecraft_server.jar) Unloaded->Constructed
   Forge{9.11.1.965} [Minecraft Forge] (minecraft_server.jar) Unloaded->Constructed
   customnpcs{1.6.4} [CustomNpcs] (CustomNPCs_1) Unloaded->Constructed
   NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1) Unloaded->Constructed
   pixelmon{3.0.4} [Pixelmon] (Pixelmon 3.0.4) Unloaded->Constructed
   supermodbanner{1.0} [SuperModBanner] (supermodbanner.zip) Unloaded->Constructed
   wondertrade{1.0.0} [Wonder Trade] (wondertradefree) Unloaded->Errored
01:02:53 [SEVERE] The following problems were captured during this phase
01:02:53 [SEVERE] Caught exception from wondertrade
java.lang.ClassNotFoundException: wondertradefree.WonderTrades
   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:92)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
   at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NullPointerException
   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
   ... 33 more

JOIN THE TEAM