Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.49 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  5. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  6. BCModPlugin (backpacks+1.12.2+-+3.5.5.jar)
  7. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  8. SoundUnpack (OpenSecurity-MC1.12.2-1.0-23.jar)
  9. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  10. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  11. LoadingPlugin (DimensionRules-MC1.12-1.1.jar)
  12. ForgelinPlugin (Forgelin-1.8.2.jar)
  13. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  14. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  15. GottaGoFastLoader (gottagofast-1.1.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Hi. I'm Minecraft, and I'm a crashaholic.
  19.  
  20. Time: 7/19/19 1:35 AM
  21. Description: Ticking block entity
  22.  
  23. java.lang.ArrayIndexOutOfBoundsException: 4656
  24. at li.cil.oc.server.PacketSender$$anonfun$sendHologramValues$1.apply(PacketSender.scala:269)
  25. at li.cil.oc.server.PacketSender$$anonfun$sendHologramValues$1.apply(PacketSender.scala:264)
  26. at scala.collection.mutable.HashSet.foreach(HashSet.scala:78)
  27. at li.cil.oc.server.PacketSender$.sendHologramValues(PacketSender.scala:264)
  28. at li.cil.oc.common.tileentity.Hologram.updateEntity(Hologram.scala:406)
  29. at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
  30. at li.cil.oc.common.tileentity.Hologram.func_73660_a(Hologram.scala:27)
  31. at net.minecraft.world.World.func_72939_s(World.java:1835)
  32. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  33. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  34. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  35. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  37. at java.lang.Thread.run(Thread.java:745)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server thread
  45. Stacktrace:
  46. at li.cil.oc.server.PacketSender$$anonfun$sendHologramValues$1.apply(PacketSender.scala:269)
  47. at li.cil.oc.server.PacketSender$$anonfun$sendHologramValues$1.apply(PacketSender.scala:264)
  48. at scala.collection.mutable.HashSet.foreach(HashSet.scala:78)
  49. at li.cil.oc.server.PacketSender$.sendHologramValues(PacketSender.scala:264)
  50. at li.cil.oc.common.tileentity.Hologram.updateEntity(Hologram.scala:406)
  51. at li.cil.oc.common.tileentity.traits.Tickable$class.update(Tickable.scala:6)
  52. at li.cil.oc.common.tileentity.Hologram.func_73660_a(Hologram.scala:27)
  53.  
  54. -- Block entity being ticked --
  55. Details:
  56. Name: oc:hologram // li.cil.oc.common.tileentity.Hologram
  57. Block type: ID #267 (tile.oc.hologram2 // li.cil.oc.common.block.Hologram // opencomputers:hologram2)
  58. Block data value: 0 / 0x0 / 0b0000
  59. Block location: World: (-280,129,-145), Chunk: (at 8,8,15 in -18,-10; contains blocks -288,0,-160 to -273,255,-145), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  60. Actual block type: ID #267 (tile.oc.hologram2 // li.cil.oc.common.block.Hologram // opencomputers:hologram2)
  61. Actual block data value: 0 / 0x0 / 0b0000
  62. Stacktrace:
  63. at net.minecraft.world.World.func_72939_s(World.java:1835)
  64. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  65.  
  66. -- Affected level --
  67. Details:
  68. Level name: Testing World
  69. All players: 1 total; [EntityPlayerMP['toothlessblue'/6990, l='Testing World', x=-277.61, y=128.00, z=-147.31]]
  70. Chunk stats: ServerChunkCache: 241 Drop: 0
  71. Level seed: 3860442510317206341
  72. Level generator: ID 00 - default, ver 1. Features enabled: false
  73. Level generator options:
  74. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  75. Level time: 0 game time, 0 day time
  76. Level dimension: 0
  77. Level storage version: 0x00000 - Unknown?
  78. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  79. Level game mode: ~~ERROR~~ NullPointerException: null
  80. Stacktrace:
  81. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  82. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  83. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  85. at java.lang.Thread.run(Thread.java:745)
  86.  
  87. -- System Details --
  88. Details:
  89. Minecraft Version: 1.12.2
  90. Operating System: Windows 10 (amd64) version 10.0
  91. Java Version: 1.8.0_51, Oracle Corporation
  92. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  93. Memory: 1432863136 bytes (1366 MB) / 3221225472 bytes (3072 MB) up to 3221225472 bytes (3072 MB)
  94. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  95. IntCache: cache: 0, tcache: 0, allocated: 20, tallocated: 86
  96. FML: MCP 9.42 Powered by Forge 14.23.5.2824 86 mods loaded, 86 mods active
  97. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  98.  
  99. | State | ID | Version | Source | Signature |
  100. |:------ |:----------------------- |:------------------------ |:------------------------------------------------------------ |:---------------------------------------- |
  101. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  102. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  103. | LCHIJA | sampler | 1.83 | sampler-1.83.jar | None |
  104. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2824.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  105. | LCHIJA | forge | 14.23.5.2824 | forge-1.12.2-14.23.5.2824.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  106. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  107. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  108. | LCHIJA | gottagofast | 1.1 | gottagofast-1.1.jar | None |
  109. | LCHIJA | backpacks16840 | 3.5.5 | backpacks+1.12.2+-+3.5.5.jar | None |
  110. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  111. | LCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  112. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  113. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  114. | LCHIJA | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  115. | LCHIJA | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
  116. | LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  117. | LCHIJA | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
  118. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  119. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  120. | LCHIJA | comforts | 1.4.1.1 | comforts-1.12.2-1.4.1.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  121. | LCHIJA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
  122. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  123. | LCHIJA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  124. | LCHIJA | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
  125. | LCHIJA | crafttweaker | 4.1.16 | CraftTweaker2-1.12-4.1.16.jar | None |
  126. | LCHIJA | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  127. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  128. | LCHIJA | mekanism | 1.12.2-9.6.9.367 | Mekanism-1.12.2-9.6.9.367.jar | None |
  129. | LCHIJA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
  130. | LCHIJA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.1.16.jar | None |
  131. | LCHIJA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.16.jar | None |
  132. | LCHIJA | dimensionrules | 1.1 | DimensionRules-MC1.12-1.1.jar | None |
  133. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  134. | LCHIJA | com.boydti.fawe | 3.5.1 | FastAsyncWorldEdit-forge112-19.05.02-d89cb44-1274-22.2.0.jar | None |
  135. | LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  136. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  137. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  138. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  139. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  140. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  141. | LCHIJA | ftblib | 5.4.1.93 | FTBLib-5.4.1.93.jar | None |
  142. | LCHIJA | ftbutilities | 5.4.0.88 | FTBUtilities-5.4.0.88.jar | None |
  143. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.2.jar | None |
  144. | LCHIJA | fw | 1.6.0 | FullscreenWindowed-1.12-1.6.0.jar | None |
  145. | LCHIJA | gravestone | 1.10.2 | gravestone-1.10.2.jar | None |
  146. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  147. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  148. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  149. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  150. | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  151. | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  152. | LCHIJA | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  153. | LCHIJA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
  154. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  155. | LCHIJA | laggoggles | FORGE-1.12.2-4.1 | LagGoggles-FORGE-1.12.2-4.1.jar | None |
  156. | LCHIJA | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
  157. | LCHIJA | mtrm | 1.2.2.30 | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar | None |
  158. | LCHIJA | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
  159. | LCHIJA | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  160. | LCHIJA | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  161. | LCHIJA | nuclearcraft | 2.14c | NuclearCraft-2.14c-1.12.2.jar | None |
  162. | LCHIJA | ocdevices | snapshot_20190228 | ocdevices-snapshot_20190228.jar | None |
  163. | LCHIJA | guitoolkit | 1.0.0 | OpenEntity-MC1.12.2-1.0.0-alpha_20190119.jar | None |
  164. | LCHIJA | rendertoolkit | 1.0.0 | OpenEntity-MC1.12.2-1.0.0-alpha_20190119.jar | None |
  165. | LCHIJA | openentity | 1.0.0-alpha_20190119 | OpenEntity-MC1.12.2-1.0.0-alpha_20190119.jar | None |
  166. | LCHIJA | openprinter | 0.1.0.2 | OpenPrinter-1.12.2-0.1.0.2.jar | None |
  167. | LCHIJA | openpython | 1.0.1 | OpenPython-MC1.12.2-OC1.7-1.0.1.jar | None |
  168. | LCHIJA | opensecurity | 1.0-23 | OpenSecurity-MC1.12.2-1.0-23.jar | None |
  169. | LCHIJA | projectred-core | 4.9.3.116 | ProjectRed-1.12.2-4.9.3.116-Base.jar | None |
  170. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.3.116-compat.jar | None |
  171. | LCHIJA | projectred-integration | 4.9.3.116 | ProjectRed-1.12.2-4.9.3.116-integration.jar | None |
  172. | LCHIJA | projectred-transmission | 4.9.3.116 | ProjectRed-1.12.2-4.9.3.116-integration.jar | None |
  173. | LCHIJA | projectred-fabrication | 4.9.3.116 | ProjectRed-1.12.2-4.9.3.116-fabrication.jar | None |
  174. | LCHIJA | projectred-illumination | 4.9.3.116 | ProjectRed-1.12.2-4.9.3.116-lighting.jar | None |
  175. | LCHIJA | simplefluidtanks | 1.12.2-1.7.1.1 | simplefluidtanks-1.12.2-1.7.1.1.jar | None |
  176. | LCHIJA | storagenetwork | 1.5.7 | SimpleStorageNetwork-1.12.2-1.5.7.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  177. | LCHIJA | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
  178. | LCHIJA | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  179. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  180. | LCHIJA | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  181. | LCHIJA | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  182. | LCHIJA | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
  183. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  184. | LCHIJA | zettaindustries | 1.3 | zettaindustries-1.3-1.12.2-161.jar | None |
  185. | LCHIJA | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  186. | LCHIJA | ocsensors | 1.0.4 | ocsensors-1.0.4-b23.jar | None |
  187.  
  188. Loaded coremods (and transformers):
  189. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  190. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  191. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  192. invtweaks.forge.asm.ContainerTransformer
  193. BCModPlugin (backpacks+1.12.2+-+3.5.5.jar)
  194. brad16840.core.ClassTransformer
  195. Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
  196. pl.asie.foamfix.coremod.FoamFixTransformer
  197. SoundUnpack (OpenSecurity-MC1.12.2-1.0-23.jar)
  198.  
  199. SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  200.  
  201. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  202. li.cil.oc.common.asm.ClassTransformer
  203. LoadingPlugin (DimensionRules-MC1.12-1.1.jar)
  204. lumien.dimensionrules.asm.ClassTransformer
  205. ForgelinPlugin (Forgelin-1.8.2.jar)
  206.  
  207. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  208. team.chisel.ctm.client.asm.CTMTransformer
  209. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  210. lumien.chunkanimator.asm.ClassTransformer
  211. GottaGoFastLoader (gottagofast-1.1.jar)
  212. com.thiakil.gottagofast.coremod.GottaGoFastASMTransformer
  213. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  214. Pulsar/tconstruct loaded Pulses:
  215. - TinkerCommons (Enabled/Forced)
  216. - TinkerWorld (Enabled/Not Forced)
  217. - TinkerTools (Enabled/Not Forced)
  218. - TinkerHarvestTools (Enabled/Forced)
  219. - TinkerMeleeWeapons (Enabled/Forced)
  220. - TinkerRangedWeapons (Enabled/Forced)
  221. - TinkerModifiers (Enabled/Forced)
  222. - TinkerSmeltery (Enabled/Not Forced)
  223. - TinkerGadgets (Enabled/Not Forced)
  224. - TinkerOredict (Enabled/Forced)
  225. - TinkerIntegration (Enabled/Forced)
  226. - TinkerFluids (Enabled/Forced)
  227. - TinkerMaterials (Enabled/Forced)
  228. - TinkerModelRegister (Enabled/Forced)
  229. - chiselIntegration (Enabled/Not Forced)
  230. - chiselsandbitsIntegration (Enabled/Not Forced)
  231. - wailaIntegration (Enabled/Not Forced)
  232.  
  233. Profiler Position: N/A (disabled)
  234. Player Count: 1 / 8; [EntityPlayerMP['toothlessblue'/6990, l='Testing World', x=-277.61, y=128.00, z=-147.31]]
  235. Type: Integrated Server (map_client.txt)
  236. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement