Advertisement
Guest User

Untitled

a guest
Nov 19th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 11/19/14 8:07 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.InstantiationException
  8. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
  9. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
  10. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:606)
  13. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  14. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  15. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  16. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  17. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  18. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  19. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:606)
  24. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  25. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  26. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  27. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  29. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  30. at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  31. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  32. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
  33. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170)
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  35. at java.lang.Thread.run(Thread.java:745)
  36. Caused by: java.lang.InstantiationException
  37. at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
  38. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  39. at java.lang.Class.newInstance(Class.java:374)
  40. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
  41. ... 27 more
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- System Details --
  48. Details:
  49. Minecraft Version: 1.7.10
  50. Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
  51. Java Version: 1.7.0_65, Oracle Corporation
  52. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  53. Memory: 635990424 bytes (606 MB) / 1878523904 bytes (1791 MB) up to 3817865216 bytes (3641 MB)
  54. JVM Flags: 2 total; -Xms1024M -Xmx4096M
  55. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  56. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  57. FML: ~~ERROR~~ NullPointerException: null
  58. OpenModsLib crash transformers: [gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED],[map_gen_fix:ENABLED],[movement_callback:ENABLED],[stencil_patches:ENABLED]
  59. AE2 Version: alpha rv2-alpha-22 for Forge 10.13.2.1230
  60. Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  61. TConstruct Environment: Environment healthy.
  62. Profiler Position: N/A (disabled)
  63. Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
  64. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement