Advertisement
Guest User

Tools+ Main File v0.0.1 Error Log

a guest
Nov 24th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 24/11/13 22:54
  5. Description: Initializing game
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Class.java:247)
  10. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  14. at java.lang.reflect.Method.invoke(Method.java:597)
  15. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  16. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  20. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  25. at java.lang.reflect.Method.invoke(Method.java:597)
  26. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  27. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  33. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  34. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  35. at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  36. at net.minecraft.client.main.Main.main(Main.java:93)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  40. at java.lang.reflect.Method.invoke(Method.java:597)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  43. Caused by: java.lang.ArrayIndexOutOfBoundsException: 10014
  44. at net.minecraft.block.Block.<init>(Block.java:347)
  45. at net.minecraft.block.BlockOreStorage.<init>(BlockOreStorage.java:10)
  46. at skysound.newtools.ToolsMain.<clinit>(ToolsMain.java:78)
  47. ... 35 more
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at java.lang.Class.forName0(Native Method)
  56. at java.lang.Class.forName(Class.java:247)
  57. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  61. at java.lang.reflect.Method.invoke(Method.java:597)
  62. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  63. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  64. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  65. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  66. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  67. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  68. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  72. at java.lang.reflect.Method.invoke(Method.java:597)
  73. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  74. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  75. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  76. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  77. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  78. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  79. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  80. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  81. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  82.  
  83. -- Initialization --
  84. Details:
  85. Stacktrace:
  86. at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  87. at net.minecraft.client.main.Main.main(Main.java:93)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  90. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  91. at java.lang.reflect.Method.invoke(Method.java:597)
  92. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  93. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  94.  
  95. -- System Details --
  96. Details:
  97. Minecraft Version: 1.6.4
  98. Operating System: Windows 7 (x86) version 6.1
  99. Java Version: 1.6.0_24, Sun Microsystems Inc.
  100. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
  101. Memory: 1003848416 bytes (957 MB) / 1070399488 bytes (1020 MB) up to 1070399488 bytes (1020 MB)
  102. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  103. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  104. Suspicious classes: FML and Forge are installed
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 5 mods loaded, 5 mods active
  107. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  108. FML{6.4.45.953} [Forge Mod Loader] (bin) Unloaded->Constructed
  109. Forge{9.11.1.953} [Minecraft Forge] (bin) Unloaded->Constructed
  110. Skysound_Tools{v0.0.1} [Tools+] (bin) Unloaded
  111. SkysWings{0.0.1} [Sky's Wings] (bin) Unloaded
  112. Launched Version: 1.6
  113. LWJGL: 2.9.0
  114. OpenGL: ATI Radeon HD 4300/4500 Series GL version 3.3.10750 Compatibility Profile Context, ATI Technologies Inc.
  115. Is Modded: Definitely; Client brand changed to 'fml,forge'
  116. Type: Client (map_client.txt)
  117. Resource Pack: Default
  118. Current Language: English (UK)
  119. Profiler Position: N/A (disabled)
  120. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement