Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 12/2/13 11:33 PM
  5. Description: Initializing game
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 32022
  8. at net.minecraftforge.common.Configuration.getItem(Configuration.java:194)
  9. at net.minecraftforge.common.Configuration.getItem(Configuration.java:185)
  10. at factorization.common.Registry.itemID(Registry.java:163)
  11. at factorization.common.Registry.makeItems(Registry.java:187)
  12. at factorization.common.Core.load(Core.java:116)
  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:545)
  18. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  22. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  26. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  27. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  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:313)
  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:112)
  38. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  39. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  42. at net.minecraft.client.main.Main.main(SourceFile:101)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46. at java.lang.reflect.Method.invoke(Unknown Source)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at net.minecraftforge.common.Configuration.getItem(Configuration.java:194)
  57. at net.minecraftforge.common.Configuration.getItem(Configuration.java:185)
  58. at factorization.common.Registry.itemID(Registry.java:163)
  59. at factorization.common.Registry.makeItems(Registry.java:187)
  60. at factorization.common.Core.load(Core.java:116)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  66. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  68. at java.lang.reflect.Method.invoke(Unknown Source)
  69. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  70. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  71. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  72. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  73. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  74. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  75. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  79. at java.lang.reflect.Method.invoke(Unknown Source)
  80. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  81. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  82. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  83. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  85. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  86. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  87. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  88. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  89.  
  90. -- Initialization --
  91. Details:
  92. Stacktrace:
  93. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  94. at net.minecraft.client.main.Main.main(SourceFile:101)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  98. at java.lang.reflect.Method.invoke(Unknown Source)
  99. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  100. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  101.  
  102. -- System Details --
  103. Details:
  104. Minecraft Version: 1.6.4
  105. Operating System: Windows 7 (amd64) version 6.1
  106. Java Version: 1.8.0-ea, Oracle Corporation
  107. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  108. Memory: 622862272 bytes (594 MB) / 1710751744 bytes (1631 MB) up to 3817865216 bytes (3641 MB)
  109. JVM Flags: 4 total; -Xms512m -Xmx4096m -XX:PermSize=128m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  110. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  111. Suspicious classes: FML and Forge are installed
  112. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  113. FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 71 mods loaded, 71 mods active
  114. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  115. FML{6.4.45.953} [Forge Mod Loader] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
  116. Forge{9.11.1.953} [Minecraft Forge] (minecraftforge-9.11.1.953.jar) Unloaded->Constructed->Pre-initialized
  117. CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  118. NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed->Pre-initialized
  119. TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  120. betterstorage{0.7.3.38} [BetterStorage] (1.6.4.BetterStorage_0.7.3.38.zip) Unloaded->Constructed->Pre-initialized
  121. customrecipes{4.52} [Custom Recipes] (164-Custom-Recipes-45-5.zip) Unloaded->Constructed->Pre-initialized
  122. ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
  123. Artifice{1.6.3R1.1.2} [Artifice] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  124. ArtificeCompat|Chisel{1.6.3R1.1.2} [Artifice Compat: Chisel] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  125. ArtificeCompat|EE3{1.6.3R1.1.2} [Artifice Compat: EE3] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  126. ArtificeCompat|Forestry{1.6.3R1.1.2} [Artifice Compat: Forestry] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  127. ArtificeCompat|MFR{1.6.3R1.1.2} [Artifice Compat: MFR] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  128. ArtificeCompat|Railcraft{1.6.3R1.1.2} [Artifice Compat: Railcraft] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  129. ArtificeCompat|Vanilla{1.6.3R1.1.2} [Artifice Compat: Vanilla] (Artifice-1.1.2-184.jar) Unloaded->Constructed->Pre-initialized
  130. BuildCraft|Core{4.1.0} [BuildCraft] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  131. BuildCraft|Builders{4.1.0} [BC Builders] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  132. BuildCraft|Energy{4.1.0} [BC Energy] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  133. BuildCraft|Factory{4.1.0} [BC Factory] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  134. BuildCraft|Transport{4.1.0} [BC Transport] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  135. BuildCraft|Silicon{4.1.0} [BC Silicon] (buildcraft-A-1.6.2-4.1.0.jar) Unloaded->Constructed->Pre-initialized
  136. ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed->Pre-initialized
  137. CoFHCore{2.0.0.b7a} [CoFH Core] (CoFHCore-2.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  138. CoFHLoot{2.0.0.b7a} [CoFH Loot] (CoFHCore-2.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  139. CoFHMasquerade{2.0.0.b7a} [CoFH Masquerade] (CoFHCore-2.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  140. CoFHSocial{2.0.0.b7a} [CoFH Social] (CoFHCore-2.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  141. CoFHWorld{2.0.0.b7a} [CoFH World] (CoFHCore-2.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  142. crowley.skyblock{1.21} [Ex Nihilo] (crowley-skyblock-v1.21.jar) Unloaded->Constructed->Pre-initialized
  143. wonderfulwands{1.1.0} [Cyano's Wonderful Wands] (CyanosWonderfulWands-1.1.0.zip) Unloaded->Constructed->Pre-initialized
  144. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
  145. EnderStorage{1.4.3.5} [EnderStorage] (EnderStorage 1.4.3.5.jar) Unloaded->Constructed->Pre-initialized
  146. ThermalExpansion{3.0.0.b7a} [Thermal Expansion] (ThermalExpansion-3.0.0.b7a.jar) Unloaded->Constructed->Pre-initialized
  147. Waila{1.4.0_dev} [Waila] (Waila_131121.zip) Unloaded->Constructed->Pre-initialized
  148. ForgeMultipart{1.0.0.212} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
  149. TConstruct{1.6.X_1.5.1d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.1d6.jar) Unloaded->Constructed->Pre-initialized
  150. ExtraTiC{0.5.2} [ExtraTiC] (ExtraTiC-0.5.2.jar) Unloaded->Constructed->Pre-initialized
  151. ExtraUtilities{0.3.5} [Extra Utilities] (extrautils - 0.3.5.zip) Unloaded->Constructed->Pre-initialized
  152. factorization{0.8.18} [Factorization] (Factorization-0.8.18.jar) Unloaded->Constructed->Errored
  153. factorization.misc{0.8.18} [Factorization Miscellaneous Nonsense] (Factorization-0.8.18.jar) Unloaded->Constructed->Errored
  154. factorization.notify{0.8.18} [Factorization Notification System] (Factorization-0.8.18.jar) Unloaded->Constructed->Errored
  155. factorization.dimensionalSlice{0.8.18} [Factorization Dimensional Slices] (Factorization-0.8.18.jar) Unloaded->Constructed->Errored
  156. HopperDuctMod{1.2.2} [Hopper Ducts] (HopperDuctsMod1.2.2.zip) Unloaded->Constructed->Pre-initialized
  157. ImmibisCore{57.1.4} [Immibis Core] (immibis-core-57.1.4.jar) Unloaded->Constructed->Pre-initialized
  158. inventorytweaks{1.57-dev} [Inventory Tweaks] (InventoryTweaks-MC1.6.4-1.57-dev-b83.jar) Unloaded->Constructed->Pre-initialized
  159. NEIAddons{1.9.0.r40} [NEI Addons] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  160. NEIAddons|AE{1.9.0.r40} [NEI Addons: Applied Energistics] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  161. NEIAddons|CraftingTables{1.9.0.r40} [NEI Addons: Crafting Tables] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  162. NEIAddons|ExtraBees{1.9.0.r40} [NEI Addons: Extra Bees] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  163. NEIAddons|Forestry{1.9.0.r40} [NEI Addons: Forestry] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  164. NEIAddons|MiscPeripherals{1.9.0.r40} [NEI Addons: Misc Peripherals] (neiaddons-1.6.2-1.9.0.r40.jar) Unloaded->Constructed->Pre-initialized
  165. NEIPlugins{1.1.0.2} [NEI Plugins] (NEIPlugins-1.1.0.2.jar) Unloaded->Constructed->Pre-initialized
  166. OpenBlocks{1.2.2} [OpenBlocks] (OpenBlocks-1.2.2.jar) Unloaded->Constructed->Pre-initialized
  167. ProjRed|Core{4.1.0.13} [Project: Red-Core] (ProjectRedBase-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  168. ProjRed|Compatability{4.1.0.13} [ProjectRed-Compatability] (ProjectRedCompat-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  169. ProjRed|Integration{4.1.0.13} [ProjectRed-Integration] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  170. ProjRed|Transmission{4.1.0.13} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  171. ProjRed|Illumination{4.1.0.13} [ProjectRed-Illumination] (ProjectRedLighting-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  172. ProjRed|Exploration{4.1.0.13} [ProjectRed-Exploration] (ProjectRedWorld-1.6.4-4.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  173. RedstonePasteMod{1.5} [Redstone Paste] (RedstonePasteMod1.5.zip) Unloaded->Constructed->Pre-initialized
  174. rftl{1.0} [RottenFleshToLeather] (RottenFleshToLeather-1.5.1.zip) Unloaded->Constructed->Pre-initialized
  175. simpleTransmutations{0.0.8.3} [Simple Transmutations] (SimpleTransmutations_0.0.8.3_MC1.6.4.zip) Unloaded->Constructed->Pre-initialized
  176. mod_SoManySwords{0.23} [mod_SoManySwords] (SMSv023.zip) Unloaded->Constructed->Pre-initialized
  177. TMechworks{DEV.82c8a8c} [Tinkers' Mechworks] (TMechworks_1.6.4_0.1.1.jar) Unloaded->Constructed->Pre-initialized
  178. Translocator{1.1.0.13} [Translocator] (Translocator 1.1.0.13.jar) Unloaded->Constructed->Pre-initialized
  179. Tubestuff{57.0.2} [Tubestuff] (tubestuff-57.0.2.jar) Unloaded->Constructed->Pre-initialized
  180. WR-CBE|Core{1.4.0.6} [WR-CBE Core] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  181. WR-CBE|Addons{1.4.0.6} [WR-CBE Addons] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  182. WR-CBE|Logic{1.4.0.6} [WR-CBE Logic] (WR-CBE 1.4.0.6.jar) Unloaded->Constructed->Pre-initialized
  183. McMultipart{1.0.0.212} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
  184. ForgeMicroblock{1.0.0.212} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.212.jar) Unloaded->Constructed->Pre-initialized
  185. TConstruct Environment: Sane and ready for action. Bugs may be reported.
  186. Launched Version: 1.6.4
  187. LWJGL: 2.9.0
  188. OpenGL: AMD Radeon HD 6900 Series GL version 4.3.12614 Compatibility Profile Context 13.250.18.0, ATI Technologies Inc.
  189. Is Modded: Definitely; Client brand changed to 'fml,forge'
  190. Type: Client (map_client.txt)
  191. Resource Pack: Default
  192. Current Language: English (US)
  193. Profiler Position: N/A (disabled)
  194. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement