Advertisement
Guest User

Untitled

a guest
May 19th, 2019
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  5. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.6+build31.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Why is it breaking :(
  9.  
  10. Time: 5/19/19 11:45 AM
  11. Description: Exception ticking world
  12.  
  13. java.lang.ArrayIndexOutOfBoundsException: 1024
  14. at me.jellysquid.mods.phosphor.common.util.PooledLongQueue.add(PooledLongQueue.java:36)
  15. at me.jellysquid.mods.phosphor.common.world.LightingEngine.scheduleLightUpdate(LightingEngine.java:137)
  16. at me.jellysquid.mods.phosphor.common.world.LightingEngine.scheduleLightUpdate(LightingEngine.java:128)
  17. at net.minecraft.world.World.handler$checkLightFor$zzf000(World.java:4102)
  18. at net.minecraft.world.World.func_180500_c(World.java)
  19. at me.jellysquid.mods.phosphor.common.world.LightingHooks.scheduleRelightChecksForColumn(LightingHooks.java:86)
  20. at me.jellysquid.mods.phosphor.common.world.LightingHooks.relightSkylightColumn(LightingHooks.java:36)
  21. at net.minecraft.world.chunk.Chunk.func_76615_h(Chunk.java:1858)
  22. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:1808)
  23. at net.minecraft.world.World.func_180501_a(World.java:343)
  24. at net.minecraft.world.gen.feature.WorldGenerator.func_175903_a(WorldGenerator.java:37)
  25. at net.minecraft.world.gen.feature.WorldGenBirchTree.func_180709_b(WorldGenBirchTree.java:108)
  26. at net.minecraft.world.biome.BiomeDecorator.func_150513_a(BiomeDecorator.java:139)
  27. at net.minecraft.world.biome.BiomeDecorator.func_180292_a(BiomeDecorator.java:88)
  28. at net.minecraft.world.biome.Biome.func_180624_a(Biome.java:225)
  29. at net.minecraft.world.biome.BiomeForest.func_180624_a(BiomeForest.java:110)
  30. at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:464)
  31. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019)
  32. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:985)
  33. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  34. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  35. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
  36. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  37. at net.optifine.override.WorldServerOF.func_72835_b(WorldServerOF.java:39)
  38. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  39. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  40. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  42. at java.lang.Thread.run(Thread.java:745)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Thread: Server thread
  50. Stacktrace:
  51. at me.jellysquid.mods.phosphor.common.util.PooledLongQueue.add(PooledLongQueue.java:36)
  52. at me.jellysquid.mods.phosphor.common.world.LightingEngine.scheduleLightUpdate(LightingEngine.java:137)
  53. at me.jellysquid.mods.phosphor.common.world.LightingEngine.scheduleLightUpdate(LightingEngine.java:128)
  54. at net.minecraft.world.World.handler$checkLightFor$zzf000(World.java:4102)
  55. at net.minecraft.world.World.func_180500_c(World.java)
  56. at me.jellysquid.mods.phosphor.common.world.LightingHooks.scheduleRelightChecksForColumn(LightingHooks.java:86)
  57. at me.jellysquid.mods.phosphor.common.world.LightingHooks.relightSkylightColumn(LightingHooks.java:36)
  58. at net.minecraft.world.chunk.Chunk.func_76615_h(Chunk.java:1858)
  59. at net.minecraft.world.chunk.Chunk.func_177436_a(Chunk.java:1808)
  60. at net.minecraft.world.World.func_180501_a(World.java:343)
  61. at net.minecraft.world.gen.feature.WorldGenerator.func_175903_a(WorldGenerator.java:37)
  62. at net.minecraft.world.gen.feature.WorldGenBirchTree.func_180709_b(WorldGenBirchTree.java:108)
  63. at net.minecraft.world.biome.BiomeDecorator.func_150513_a(BiomeDecorator.java:139)
  64. at net.minecraft.world.biome.BiomeDecorator.func_180292_a(BiomeDecorator.java:88)
  65. at net.minecraft.world.biome.Biome.func_180624_a(Biome.java:225)
  66. at net.minecraft.world.biome.BiomeForest.func_180624_a(BiomeForest.java:110)
  67. at net.minecraft.world.gen.ChunkGeneratorOverworld.func_185931_b(ChunkGeneratorOverworld.java:464)
  68. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1019)
  69. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:985)
  70. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  71. at net.minecraft.server.management.PlayerChunkMapEntry.func_187268_a(PlayerChunkMapEntry.java:126)
  72. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:226)
  73. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  74. at net.optifine.override.WorldServerOF.func_72835_b(WorldServerOF.java:39)
  75.  
  76. -- Affected level --
  77. Details:
  78. Level name: Neue Welt
  79. All players: 1 total; [EntityPlayerMP['Meikel184'/1676, l='Neue Welt', x=937.91, y=98.71, z=-740.91]]
  80. Chunk stats: ServerChunkCache: 879 Drop: 0
  81. Level seed: -8902358084464903965
  82. Level generator: ID 00 - default, ver 1. Features enabled: true
  83. Level generator options:
  84. Level spawn location: World: (523,64,-89), Chunk: (at 11,4,7 in 32,-6; contains blocks 512,0,-96 to 527,255,-81), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
  85. Level time: 11182 game time, 11182 day time
  86. Level dimension: 0
  87. Level storage version: 0x04ABD - Anvil
  88. Level weather: Rain time: 4110 (now: false), thunder time: 90205 (now: false)
  89. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  90. Stacktrace:
  91. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  92. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  93. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
  94. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  95. at java.lang.Thread.run(Thread.java:745)
  96.  
  97. -- System Details --
  98. Details:
  99. Minecraft Version: 1.12.2
  100. Operating System: Windows 10 (amd64) version 10.0
  101. Java Version: 1.8.0_51, Oracle Corporation
  102. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  103. Memory: 4056482992 bytes (3868 MB) / 7197425664 bytes (6864 MB) up to 12884901888 bytes (12288 MB)
  104. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
  105. IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
  106. FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 40 mods loaded, 40 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108.  
  109. | State | ID | Version | Source | Signature |
  110. |:------ |:------------------- |:----------------- |:----------------------------------------------------------- |:---------------------------------------- |
  111. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  112. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  113. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  114. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  115. | LCHIJA | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build42.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  116. | LCHIJA | aether | 0.2.0 | aether_ii-1.12.2-0.2.0+build42-universal.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  117. | LCHIJA | biomesoplenty | 7.0.1.2436 | BiomesOPlenty-1.12.2-7.0.1.2436-universal.jar | None |
  118. | LCHIJA | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  119. | LCHIJA | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zc+The+7mm+Kidney+Stone+Update.jar | None |
  120. | LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
  121. | LCHIJA | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
  122. | LCHIJA | buildcraftlib | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  123. | LCHIJA | buildcraftcore | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  124. | LCHIJA | buildcraftbuilders | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  125. | LCHIJA | buildcrafttransport | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  126. | LCHIJA | buildcraftsilicon | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  127. | LCHIJA | buildcraftcompat | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  128. | LCHIJA | buildcraftenergy | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  129. | LCHIJA | buildcraftfactory | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  130. | LCHIJA | buildcraftrobotics | 7.99.24.1 | buildcraft-all-7.99.24.1.jar | None |
  131. | LCHIJA | cdm | 0.4.1 | cdm-0.4.1-mc1.12.2.jar | None |
  132. | LCHIJA | cfm | 6.2.1 | cfm-6.2.1-mc1.12.2.jar | None |
  133. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  134. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  135. | LCHIJA | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
  136. | LCHIJA | props | 2.6.2 | Decocraft-2.6.2_1.12.2.jar | None |
  137. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  138. | LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  139. | LCHIJA | iceandfire | 1.6.0 | iceandfire-1.6.0-1.12.2.jar | None |
  140. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  141. | LCHIJA | ic2 | 2.8.132-ex112 | industrialcraft-2-2.8.132-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  142. | LCHIJA | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  143. | LCHIJA | jei | 4.15.0.278 | jei_1.12.2-4.15.0.278.jar | None |
  144. | LCHIJA | journeymap | 1.12.2-5.5.5b5 | journeymap-1.12.2-5.5.5b5.jar | None |
  145. | LCHIJA | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  146. | LCHIJA | nei | 2.4.2 | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  147. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  148. | LCHIJA | tinymobfarm | 1.0.5 | TinyMobFarm-1.12.2-1.0.5.jar | None |
  149. | LCHIJA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  150. | LCHIJA | phosphor-lighting | 1.12.2-0.1.6 | phosphor-1.12.2-0.1.6+build31.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  151.  
  152. Loaded coremods (and transformers):
  153. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  154. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  155. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  156. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.6+build31.jar)
  157.  
  158. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  159. Profiler Position: N/A (disabled)
  160. Player Count: 1 / 8; [EntityPlayerMP['Meikel184'/1676, l='Neue Welt', x=937.91, y=98.71, z=-740.91]]
  161. Type: Integrated Server (map_client.txt)
  162. Is Modded: Definitely; Client brand changed to 'fml,forge'
  163. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  164. OptiFine Build: 20181210-121000
  165. Render Distance Chunks: 12
  166. Mipmaps: 4
  167. Anisotropic Filtering: 1
  168. Antialiasing: 0
  169. Multitexture: false
  170. Shaders: (internal)
  171. OpenGlVersion: 4.6.0 NVIDIA 398.98
  172. OpenGlRenderer: GeForce GTX 1070/PCIe/SSE2
  173. OpenGlVendor: NVIDIA Corporation
  174. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement