Advertisement
Guest User

Untitled

a guest
Apr 9th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 4/9/17 1:44 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 2
  8. at thatmartinguy.thedarkness.util.DarkPortalCrafting.matches(DarkPortalCrafting.java:56)
  9. at thatmartinguy.thedarkness.util.DarkPortalCrafting.getOutput(DarkPortalCrafting.java:40)
  10. at thatmartinguy.thedarkness.tileentity.TileEntityDarkPortal.update(TileEntityDarkPortal.java:94)
  11. at net.minecraft.world.World.updateEntities(World.java:1949)
  12. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:648)
  13. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:795)
  14. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:699)
  15. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548)
  17. at java.lang.Thread.run(Unknown Source)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Thread: Server thread
  25. Stacktrace:
  26. at thatmartinguy.thedarkness.util.DarkPortalCrafting.matches(DarkPortalCrafting.java:56)
  27. at thatmartinguy.thedarkness.util.DarkPortalCrafting.getOutput(DarkPortalCrafting.java:40)
  28. at thatmartinguy.thedarkness.tileentity.TileEntityDarkPortal.update(TileEntityDarkPortal.java:94)
  29.  
  30. -- Block entity being ticked --
  31. Details:
  32. Name: thedarkness:darklight // thatmartinguy.thedarkness.tileentity.TileEntityDarkPortal
  33. Block type: ID #237 (tile.thedarkness:blockDarkPortal // thatmartinguy.thedarkness.block.BlockDarkPortal)
  34. Block data value: 0 / 0x0 / 0b0000
  35. Block location: World: (1381,56,-266), Chunk: (at 5,3,6 in 86,-17; contains blocks 1376,0,-272 to 1391,255,-257), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
  36. Actual block type: ID #237 (tile.thedarkness:blockDarkPortal // thatmartinguy.thedarkness.block.BlockDarkPortal)
  37. Actual block data value: 0 / 0x0 / 0b0000
  38. Stacktrace:
  39. at net.minecraft.world.World.updateEntities(World.java:1949)
  40. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:648)
  41.  
  42. -- Affected level --
  43. Details:
  44. Level name: saves/Test World
  45. All players: 0 total; []
  46. Chunk stats: ServerChunkCache: 625 Drop: 0
  47. Level seed: 6600793104113678017
  48. Level generator: ID 01 - flat, ver 0. Features enabled: true
  49. Level generator options: 3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone;2;
  50. Level spawn location: World: (1389,4,-259), Chunk: (at 13,0,13 in 86,-17; contains blocks 1376,0,-272 to 1391,255,-257), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1)
  51. Level time: 294938 game time, 18469 day time
  52. Level dimension: 0
  53. Level storage version: 0x04ABD - Anvil
  54. Level weather: Rain time: 6164 (now: false), thunder time: 17825 (now: false)
  55. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  56. Stacktrace:
  57. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:795)
  58. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:699)
  59. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  60. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548)
  61. at java.lang.Thread.run(Unknown Source)
  62.  
  63. -- System Details --
  64. Details:
  65. Minecraft Version: 1.11.2
  66. Operating System: Windows 7 (amd64) version 6.1
  67. Java Version: 1.8.0_121, Oracle Corporation
  68. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  69. Memory: 581621632 bytes (554 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  70. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML: MCP 9.38 Powered by Forge 13.20.0.2228 5 mods loaded, 5 mods active
  73. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  74. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  75. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  76. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.11.2-13.20.0.2228.jar)
  77. UCHIJAAAA forge{13.20.0.2228} [Minecraft Forge] (forgeSrc-1.11.2-13.20.0.2228.jar)
  78. UCHIJAAAA thedarkness{0.0.1} [The Darkness] (bin)
  79. Loaded coremods (and transformers):
  80. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  81. Profiler Position: N/A (disabled)
  82. Player Count: 0 / 8; []
  83. Type: Integrated Server (map_client.txt)
  84. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement