djoveryde

ICBM 2.0.0b27

Nov 26th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 26/11/14 21:11
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: resonant/api/explosion/ExplosionEvent$ExplosivePreDetonationEvent
  8. at java.lang.Class.getDeclaredMethods0(Native Method)
  9. at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  10. at java.lang.Class.getDeclaredMethods(Unknown Source)
  11. at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:297)
  12. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
  13. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  17. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  21. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  33. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  34. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  35. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
  36. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  38. at java.lang.Thread.run(Unknown Source)
  39. Caused by: java.lang.ClassNotFoundException: resonant.api.explosion.ExplosionEvent$ExplosivePreDetonationEvent
  40. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  41. at java.lang.ClassLoader.loadClass(Unknown Source)
  42. at java.lang.ClassLoader.loadClass(Unknown Source)
  43. ... 31 more
  44. Caused by: java.lang.NullPointerException
  45. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  46. ... 33 more
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- System Details --
  53. Details:
  54. Minecraft Version: 1.7.10
  55. Operating System: Windows 7 (amd64) version 6.1
  56. Java Version: 1.7.0_71, Oracle Corporation
  57. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  58. Memory: 122621960 bytes (116 MB) / 300834816 bytes (286 MB) up to 10698686464 bytes (10203 MB)
  59. JVM Flags: 18 total; -Xmx10G -XX:ParallelGCThreads=8 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -Xnoclassgc -XX:UseSSE=3 -XX:PermSize=128m -XX:LargePageSizeInBytes=4m
  60. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  61. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  62. FML: ~~ERROR~~ NullPointerException: null
  63. AE2 Version: stable rv1-stable-1 for Forge 10.13.0.1187
  64. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  65. TConstruct Environment: Environment healthy.
  66. Profiler Position: N/A (disabled)
  67. Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
  68. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment