Advertisement
Guest User

DragonAPI/CraftinManager Crash

a guest
May 2nd, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 02/05/15 8:27 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/creativemd/craftingmanager/api/core/ItemInfo
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
  9. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:753)
  10. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:283)
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:389)
  12. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  13. Caused by: java.lang.NoClassDefFoundError: com/creativemd/craftingmanager/api/core/ItemInfo
  14. at com.creativemd.craftingmanager.api.common.utils.string.ConvertInfo.getClassOfObject(ConvertInfo.java:15)
  15. at com.creativemd.craftingmanager.api.common.utils.string.StringConverter.getConverter(StringConverter.java:42)
  16. at com.creativemd.craftingmanager.api.common.utils.string.StringUtils.ObjectsToString(StringUtils.java:39)
  17. at com.creativemd.craftingmanager.mod.furnace.FurnaceRecipe.RecipeToString(FurnaceRecipe.java:63)
  18. at com.creativemd.craftingmanager.mod.furnace.disable.DisableFurnace.loadConfig(DisableFurnace.java:55)
  19. at com.creativemd.craftingmanager.mod.CraftingManagerMod.serverStart(CraftingManagerMod.java:220)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:530)
  25. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  27. at java.lang.reflect.Method.invoke(Unknown Source)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  34. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  45. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:752)
  46. ... 3 more
  47. Caused by: java.lang.ClassNotFoundException: com.creativemd.craftingmanager.api.core.ItemInfo
  48. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  49. at java.lang.ClassLoader.loadClass(Unknown Source)
  50. at java.lang.ClassLoader.loadClass(Unknown Source)
  51. ... 35 more
  52. Caused by: java.lang.SecurityException: class "com.creativemd.craftingmanager.api.core.ItemInfo"'s signer information does not match signer information of other classes in the same package
  53. at java.lang.ClassLoader.checkCerts(Unknown Source)
  54. at java.lang.ClassLoader.preDefineClass(Unknown Source)
  55. at java.lang.ClassLoader.defineClass(Unknown Source)
  56. at java.security.SecureClassLoader.defineClass(Unknown Source)
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  58. ... 37 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.7.10
  67. Operating System: Windows 8.1 (amd64) version 6.3
  68. Java Version: 1.8.0_11, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 266777616 bytes (254 MB) / 788529152 bytes (752 MB) up to 954728448 bytes (910 MB)
  71. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
  72. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  73. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  74. FML: MCP v9.05 FML v7.10.113.1387 Minecraft Forge 10.13.3.1387 9 mods loaded, 8 mods active
  75. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  76. FML{7.10.113.1387} [Forge Mod Loader] (forge-1.7.10-10.13.3.1387-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  77. Forge{10.13.3.1387} [Minecraft Forge] (forge-1.7.10-10.13.3.1387-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  78. <DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  79. DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V6f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  80. ChromatiCraft{Alpha} [ChromatiCraft] (ChromatiCraft 1.7.10 V6f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  81. RotaryCraft{Gamma} [RotaryCraft] (RotaryCraft 1.7.10 V6f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  82. zcraftingmanager{1.1.0} [Crafting Manager] (zCraftingManager ALPHA 1.0.17 mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Errored
  83. zcraftingmanagercore{1.1.0} [Crafting Manager Core] (minecraft.jar) Unloaded->Disabled
  84. Profiler Position: N/A (disabled)
  85. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  86. Player Count: 0 / 8; []
  87. Type: Integrated Server (map_client.txt)
  88. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement