Advertisement
Guest User

server crash log

a guest
Jul 19th, 2013
1,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 7/19/13 8:37 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException
  8. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
  9. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  13. at java.lang.reflect.Method.invoke(Method.java:597)
  14. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  17. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  24. at java.lang.reflect.Method.invoke(Method.java:597)
  25. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  31. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  32. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
  33. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
  34. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
  35. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
  36. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
  37. Caused by: cpw.mods.fml.common.LoaderException
  38. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:68)
  39. ... 28 more
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- System Details --
  46. Details:
  47. Minecraft Version: 1.6.2
  48. Operating System: Mac OS X (x86_64) version 10.8.4
  49. Java Version: 1.6.0_51, Apple Inc.
  50. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  51. Memory: 1015933528 bytes (968 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
  52. JVM Flags: 2 total; -Xmx1024M -Xms1024M
  53. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  54. Suspicious classes: FML and Forge are installed
  55. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  56. FML: MCP v8.04 FML v6.2.19.789 Minecraft Forge 9.10.0.789 5 mods loaded, 5 mods active
  57. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  58. FML{6.2.19.789} [Forge Mod Loader] (coremods) Unloaded->Constructed
  59. Forge{9.10.0.789} [Minecraft Forge] (coremods) Unloaded->Constructed
  60. AWWayofTime{Alpha 0.2.0} [Blood Magic: Alchemical Wizardry] (Blood Magic v0.2.0.zip) Unloaded->Errored
  61. AS_Minions{1.6.8} [Minions] (Minions_1.6.2.zip) Unloaded->Constructed
  62. Profiler Position: N/A (disabled)
  63. Is Modded: Definitely; Server brand changed to 'fml,forge'
  64. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement