Advertisement
Guest User

Mapwriter/JewelryCraft crash on world generation

a guest
Jun 5th, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 05/06/15 8:04 AM
  5. Description: Unexpected error
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 16
  8. at darkknight.jewelrycraft.block.BlockShadow.func_149691_a(BlockShadow.java:191)
  9. at mapwriter.BlockColourGen.genBlockColours(BlockColourGen.java:154)
  10. at mapwriter.Mw.reloadBlockColours(Mw.java:398)
  11. at mapwriter.Mw.load(Mw.java:514)
  12. at mapwriter.Mw.onTick(Mw.java:597)
  13. at mapwriter.forge.MwForge.renderMap(MwForge.java:55)
  14. at cpw.mods.fml.common.eventhandler.ASMEventHandler_28_MwForge_renderMap_Post.invoke(.dynamic)
  15. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  16. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  17. at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
  18. at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
  19. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1038)
  20. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:989)
  21. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
  22. at net.minecraft.client.main.Main.main(SourceFile:148)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  28. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  34. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  35. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  36. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  37.  
  38.  
  39. A detailed walkthrough of the error, its code path and all known details is as follows:
  40. ---------------------------------------------------------------------------------------
  41.  
  42. -- Head --
  43. Stacktrace:
  44. at darkknight.jewelrycraft.block.BlockShadow.func_149691_a(BlockShadow.java:191)
  45. at mapwriter.BlockColourGen.genBlockColours(BlockColourGen.java:154)
  46. at mapwriter.Mw.reloadBlockColours(Mw.java:398)
  47. at mapwriter.Mw.load(Mw.java:514)
  48. at mapwriter.Mw.onTick(Mw.java:597)
  49. at mapwriter.forge.MwForge.renderMap(MwForge.java:55)
  50. at cpw.mods.fml.common.eventhandler.ASMEventHandler_28_MwForge_renderMap_Post.invoke(.dynamic)
  51. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  52. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  53. at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:899)
  54. at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:176)
  55.  
  56. -- Affected level --
  57. Details:
  58. Level name: MpServer
  59. All players: 1 total; [EntityClientPlayerMP['Jenns_Gaming'/206, l='MpServer', x=-240.50, y=71.62, z=250.50]]
  60. Chunk stats: MultiplayerChunkCache: 0, 0
  61. Level seed: 0
  62. Level generator: ID 00 - default, ver 1. Features enabled: false
  63. Level generator options:
  64. Level spawn location: World: (-240,64,252), Chunk: (at 0,4,12 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  65. Level time: 7 game time, 7 day time
  66. Level dimension: 0
  67. Level storage version: 0x00000 - Unknown?
  68. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  69. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  70. Forced entities: 1 total; [EntityClientPlayerMP['Jenns_Gaming'/206, l='MpServer', x=-240.50, y=71.62, z=250.50]]
  71. Retry entities: 0 total; []
  72. Server brand: fml,forge
  73. Server type: Integrated singleplayer server
  74. Stacktrace:
  75. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
  76. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
  77. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
  78. at net.minecraft.client.main.Main.main(SourceFile:148)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  82. at java.lang.reflect.Method.invoke(Unknown Source)
  83. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  84. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88. at java.lang.reflect.Method.invoke(Unknown Source)
  89. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  90. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  91. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  92. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.7.10
  97. Operating System: Windows 8.1 (amd64) version 6.3
  98. Java Version: 1.8.0_11, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 503302032 bytes (479 MB) / 813694976 bytes (776 MB) up to 954728448 bytes (910 MB)
  101. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
  102. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  103. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  104. FML: MCP v9.05 FML v7.10.113.1387 Minecraft Forge 10.13.3.1387 5 mods loaded, 5 mods active
  105. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  106. FML{7.10.113.1387} [Forge Mod Loader] (forge-1.7.10-10.13.3.1387-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  107. Forge{10.13.3.1387} [Minecraft Forge] (forge-1.7.10-10.13.3.1387-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  108. jewelrycraft2{1.0.10} [Jewelrycraft 2] ([1.7.10] Jewelrycraft2-1.0.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  109. MapWriter{2.1.1} [MapWriter] (Mapwriter-B-1.7.10-1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  110. Launched Version: MultiMC5
  111. LWJGL: 2.9.1
  112. OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 350.12, NVIDIA Corporation
  113. GL Caps: Using GL 1.3 multitexturing.
  114. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  115. Anisotropic filtering is supported and maximum anisotropy is 16.
  116. Shaders are available because OpenGL 2.1 is supported.
  117.  
  118. Is Modded: Definitely; Client brand changed to 'fml,forge'
  119. Type: Client (map_client.txt)
  120. Resource Packs: []
  121. Current Language: English (US)
  122. Profiler Position: N/A (disabled)
  123. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  124. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement