Advertisement
Guest User

project ozone 3 crash upon loading world

a guest
Jul 16th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. RandomPatches (randompatches-1.12.2-1.17.1.0.jar)
  5. LibLoader (# LibLoader.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. MekanismCoremod (Mekanism-1.12.2-9.7.8.379.jar)
  8. BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  9. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.2.jar)
  10. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  11. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  12. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  13. CoreMod (TickProfiler-1.12-0.0.7.jar)
  14. ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  15. 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)
  16. CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
  17. HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  18. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  19. EnderCorePlugin (EnderCore-1.12.2-0.5.59-core.jar)
  20. Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
  21. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  22. ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
  23. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar)
  24. ForgelinPlugin (Forgelin-1.8.3.jar)
  25. Plugin (NotEnoughIDs-1.5.4.4.jar)
  26. WTPlugin (WaitingTime-1.0.1.jar)
  27. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  28. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.4+build46-universal.jar)
  29. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.151.jar)
  30. Quark Plugin (Quark-r1.5-167.jar)
  31. AstralCore (astralsorcery-1.12.2-1.10.19.jar)
  32. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  33. Contact their authors BEFORE contacting forge
  34.  
  35. // You're mean.
  36.  
  37. Time: 7/13/19 8:40 PM
  38. Description: Ticking block entity
  39.  
  40. java.lang.NullPointerException: Ticking block entity
  41. at twilightforest.util.TFItemStackUtils.consumeInventoryItem(TFItemStackUtils.java:19)
  42. at twilightforest.TFEventListener.charmOfLife(TFEventListener.java:253)
  43. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_188_TFEventListener_charmOfLife_LivingDeathEvent.invoke(.dynamic)
  44. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  45. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  46. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:614)
  47. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1168)
  48. at p455w0rd.endermanevo.entity.EntityEvolvedEnderman.func_70097_a(EntityEvolvedEnderman.java:308)
  49. at com.buuz135.industrial.tile.mob.MobRelocatorTile.lambda$work$4(MobRelocatorTile.java:125)
  50. at com.buuz135.industrial.tile.mob.MobRelocatorTile$$Lambda$5868/787646914.accept(Unknown Source)
  51. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  52. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  53. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  54. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  55. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  56. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  57. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  58. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  59. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  60. at com.buuz135.industrial.tile.mob.MobRelocatorTile.work(MobRelocatorTile.java:124)
  61. at com.buuz135.industrial.tile.WorkingAreaElectricMachine.performWork(WorkingAreaElectricMachine.java:112)
  62. at net.ndrei.teslacorelib.tileentities.ElectricMachine.protectedUpdate(ElectricMachine.kt:280)
  63. at com.buuz135.industrial.tile.CustomElectricMachine.protectedUpdate(CustomElectricMachine.java:120)
  64. at com.buuz135.industrial.tile.mob.MobRelocatorTile.protectedUpdate(MobRelocatorTile.java:95)
  65. at net.ndrei.teslacorelib.tileentities.ElectricTileEntity.innerUpdate(ElectricTileEntity.kt:118)
  66. at net.ndrei.teslacorelib.tileentities.SidedTileEntity.func_73660_a(SidedTileEntity.kt:991)
  67. at net.minecraft.world.World.func_72939_s(World.java:1835)
  68. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  69. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  70. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  71. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  72. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  73. at java.lang.Thread.run(Thread.java:745)
  74.  
  75.  
  76. A detailed walkthrough of the error, its code path and all known details is as follows:
  77. ---------------------------------------------------------------------------------------
  78.  
  79. -- Head --
  80. Thread: Server thread
  81. Stacktrace:
  82. at twilightforest.util.TFItemStackUtils.consumeInventoryItem(TFItemStackUtils.java:19)
  83. at twilightforest.TFEventListener.charmOfLife(TFEventListener.java:253)
  84. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_188_TFEventListener_charmOfLife_LivingDeathEvent.invoke(.dynamic)
  85. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  86. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  87. at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:614)
  88. at net.minecraft.entity.EntityLivingBase.func_70645_a(EntityLivingBase.java:1168)
  89. at p455w0rd.endermanevo.entity.EntityEvolvedEnderman.func_70097_a(EntityEvolvedEnderman.java:308)
  90. at com.buuz135.industrial.tile.mob.MobRelocatorTile.lambda$work$4(MobRelocatorTile.java:125)
  91. at com.buuz135.industrial.tile.mob.MobRelocatorTile$$Lambda$5868/787646914.accept(Unknown Source)
  92. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  93. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  94. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  95. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  96. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  97. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  98. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  99. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  100. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  101. at com.buuz135.industrial.tile.mob.MobRelocatorTile.work(MobRelocatorTile.java:124)
  102. at com.buuz135.industrial.tile.WorkingAreaElectricMachine.performWork(WorkingAreaElectricMachine.java:112)
  103. at net.ndrei.teslacorelib.tileentities.ElectricMachine.protectedUpdate(ElectricMachine.kt:280)
  104. at com.buuz135.industrial.tile.CustomElectricMachine.protectedUpdate(CustomElectricMachine.java:120)
  105. at com.buuz135.industrial.tile.mob.MobRelocatorTile.protectedUpdate(MobRelocatorTile.java:95)
  106. at net.ndrei.teslacorelib.tileentities.ElectricTileEntity.innerUpdate(ElectricTileEntity.kt:118)
  107. at net.ndrei.teslacorelib.tileentities.SidedTileEntity.func_73660_a(SidedTileEntity.kt:991)
  108.  
  109. -- Block entity being ticked --
  110. Details:
  111. Name: industrialforegoing:mob_relocator_tile // com.buuz135.industrial.tile.mob.MobRelocatorTile
  112. Block type: ID #4375 (tile.industrialforegoing.mob_relocator // com.buuz135.industrial.tile.block.MobRelocatorBlock // industrialforegoing:mob_relocator)
  113. Block data value: 2 / 0x2 / 0b0010
  114. Block location: World: (263,86,-1913), Chunk: (at 7,5,7 in 16,-120; contains blocks 256,0,-1920 to 271,255,-1905), Region: (0,-4; contains chunks 0,-128 to 31,-97, blocks 0,0,-2048 to 511,255,-1537)
  115. Actual block type: ID #4375 (tile.industrialforegoing.mob_relocator // com.buuz135.industrial.tile.block.MobRelocatorBlock // industrialforegoing:mob_relocator)
  116. Actual block data value: 2 / 0x2 / 0b0010
  117. Stacktrace:
  118. at net.minecraft.world.World.func_72939_s(World.java:1835)
  119. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  120.  
  121. -- Affected level --
  122. Details:
  123. Level name: New World
  124. All players: 1 total; [GCEntityPlayerMP['vGxKILLERSx'/654, l='New World', x=276.81, y=87.44, z=-1976.33]]
  125. Chunk stats: ServerChunkCache: 625 Drop: 0
  126. Level seed: -5281247303719949581
  127. Level generator: ID 06 - botania-skyblock, ver 0. Features enabled: true
  128. Level generator options:
  129. Level spawn location: World: (257,86,-1933), Chunk: (at 1,5,3 in 16,-121; contains blocks 256,0,-1936 to 271,255,-1921), Region: (0,-4; contains chunks 0,-128 to 31,-97, blocks 0,0,-2048 to 511,255,-1537)
  130. Level time: 9508221 game time, 10187495 day time
  131. Level dimension: 0
  132. Level storage version: 0x04ABD - Anvil
  133. Level weather: Rain time: 2946 (now: false), thunder time: 38975 (now: false)
  134. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  135. Stacktrace:
  136. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  137. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  138. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  139. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  140. at java.lang.Thread.run(Thread.java:745)
  141.  
  142. -- System Details --
  143. Details:
  144. Minecraft Version: 1.12.2
  145. Operating System: Windows 10 (amd64) version 10.0
  146. Java Version: 1.8.0_51, Oracle Corporation
  147. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  148. Memory: 1991401304 bytes (1899 MB) / 6003621888 bytes (5725 MB) up to 6681526272 bytes (6372 MB)
  149. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7168m -Xms256m -XX:PermSize=256m
  150. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  151. FML: MCP 9.42 Powered by Forge 14.23.5.2838 286 mods loaded, 286 mods active
  152. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  153.  
  154. | State | ID | Version | Source | Signature |
  155. |:------ |:--------------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
  156. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  157. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  158. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  159. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  160. | LCHIJA | additionalresources | 0.1.1 | additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar | None |
  161. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  162. | LCHIJA | itemphysic | 1.4.0 | minecraft.jar | None |
  163. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  164. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  165. | LCHIJA | biometweakercore | 1.0.39 | minecraft.jar | None |
  166. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  167. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  168. | LCHIJA | randompatches | 1.12.2-1.17.1.0 | randompatches-1.12.2-1.17.1.0.jar | None |
  169. | LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  170. | LCHIJA | endertweaker | 1.1.7 | EnderTweaker-1.12.2-1.1.7.jar | None |
  171. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  172. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  173. | LCHIJA | jei | 4.15.0.285 | jei_1.12.2-4.15.0.285.jar | None |
  174. | LCHIJA | abyssalcraft | 1.9.8 | AbyssalCraft-1.12.2-1.9.8.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  175. | LCHIJA | ctm | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar | None |
  176. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  177. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  178. | LCHIJA | endercore | 1.12.2-0.5.59 | EnderCore-1.12.2-0.5.59.jar | None |
  179. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  180. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  181. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  182. | LCHIJA | brandonscore | 2.4.12 | BrandonsCore-1.12.2-2.4.12.205-universal.jar | None |
  183. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  184. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  185. | LCHIJA | draconicevolution | 2.3.22 | Draconic-Evolution-1.12.2-2.3.22.343-universal.jar | None |
  186. | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  187. | LCHIJA | enderio | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  188. | LCHIJA | enderiointegrationtic | 5.0.46 | EnderIO-1.12.2-5.0.46.jar | None |
  189. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  190. | LCHIJA | tweakersconstruct | 1.12.2-1.5.1 | tweakersconstruct-1.12.2-1.5.1.jar | None |
  191. | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  192. | LCHIJA | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  193. | LCHIJA | acintegration | 1.8.1 | AbyssalCraft Integration-1.12.2-1.8.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  194. | LCHIJA | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  195. | LCHIJA | actuallyadditions | 1.12.2-r148 | ActuallyAdditions-1.12.2-r148.jar | None |
  196. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  197. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  198. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  199. | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  200. | LCHIJA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  201. | LCHIJA | p455w0rdslib | 2.2.151 | p455w0rdslib-1.12.2-2.2.151.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  202. | LCHIJA | ae2wtlib | 1.0.30 | AE2WTLib-1.12.2-1.0.30.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  203. | LCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  204. | LCHIJA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  205. | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  206. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  207. | LCHIJA | apotheosis | 1.10.2 | Apotheosis-1.12.2-1.10.2.jar | None |
  208. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  209. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  210. | LCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
  211. | LCHIJA | armorplus | 1.12.2-11.24.0.60 | armorplus-1.12.2-11.24.0.60.jar | None |
  212. | LCHIJA | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  213. | LCHIJA | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  214. | LCHIJA | astralsorcery | 1.10.19 | astralsorcery-1.12.2-1.10.19.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  215. | LCHIJA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  216. | LCHIJA | audiodeath | 0.7.0_1.9-87aeca7 | audiodeath-1.9-0.7.0.50+87aeca7.jar | None |
  217. | LCHIJA | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  218. | LCHIJA | quark | r1.5-167 | Quark-r1.5-167.jar | None |
  219. | LCHIJA | autoreglib | 1.3-31 | AutoRegLib-1.3-31.jar | None |
  220. | LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement