Advertisement
HydroBane

Mo' Tools crash report

Apr 24th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 23/04/13 20:07
  5. Description: Failed to start game
  6.  
  7. java.lang.NullPointerException
  8. at cpw.mods.fml.common.registry.GameData.setName(GameData.java:253)
  9. at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:150)
  10. at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:138)
  11. at mods.hydro.motools.common.motools.gameRegisters(motools.java:506)
  12. at mods.hydro.motools.common.motools.load(motools.java:196)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  16. at java.lang.reflect.Method.invoke(Unknown Source)
  17. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  23. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  24. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  25. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  26. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  38. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
  39. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
  40. at net.minecraft.client.Minecraft.startGame(Minecraft.java:447)
  41. at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)
  42. at net.minecraft.client.Minecraft.run(Minecraft.java:732)
  43. at java.lang.Thread.run(Unknown Source)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- System Details --
  50. Details:
  51. Minecraft Version: 1.5.1
  52. Operating System: Windows 7 (amd64) version 6.1
  53. Java Version: 1.7.0_10, Oracle Corporation
  54. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  55. Memory: 823725336 bytes (785 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  56. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  57. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  58. Suspicious classes: FML and Forge are installed
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP v7.44 FML v5.1.38.667 Minecraft Forge 7.7.1.667 4 mods loaded, 4 mods active
  61. mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  62. FML{5.1.38.667} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  63. Forge{7.7.1.667} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  64. Hydro_MoTools{Pre-Alpha} [Mo' Tools] (bin) Unloaded->Constructed->Pre-initialized->Errored
  65. LWJGL: 2.4.2
  66. OpenGL: AMD Radeon HD 6450 GL version 4.2.12002 Compatibility Profile Context 9.12.0.0, ATI Technologies Inc.
  67. Is Modded: Definitely; Client brand changed to 'fml,forge'
  68. Type: Client (map_client.txt)
  69. Texture Pack: Default
  70. Profiler Position: N/A (disabled)
  71. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement