My game crashed while i was playing the game and now when i load the world i get this crash report
java.lang.NullPointerException: Unexpected error
at codechicken.multipart.TileMultipart$$anonfun$checkNoEntityCollision$1.apply(TileMultipart.scala:560)
at codechicken.multipart.TileMultipart$$anonfun$checkNoEntityCollision$1.apply(TileMultipart.scala:560)
at scala.collection.Iterator$class.forall(Iterator.scala:755)
at scala.collection.AbstractIterator.forall(Iterator.scala:1174)
at scala.collection.IterableLike$class.forall(IterableLike.scala:75)
at scala.collection.AbstractIterable.forall(Iterable.scala:54)
at codechicken.multipart.TileMultipart$.checkNoEntityCollision(TileMultipart.scala:560)
at codechicken.multipart.TileMultipart$.canPlacePart(TileMultipart.scala:568)
at codechicken.microblock.MicroblockPlacement.externalPlacement(MicroblockPlacement.scala:154)
at codechicken.microblock.MicroblockPlacement.externalPlacement(MicroblockPlacement.scala:149)
at codechicken.microblock.MicroblockPlacement.apply(MicroblockPlacement.scala:124)
at codechicken.microblock.MicroblockPlacement$.apply(MicroblockPlacement.scala:66)
at codechicken.microblock.MicroblockRender$.renderHighlight(MicroblockRender.scala:17)
at codechicken.microblock.MicroMaterialRegistry$.renderHighlight(MicroMaterialRegistry.scala:237)
at codechicken.microblock.ItemMicroPartRenderer$.renderHighlight(ItemMicroPart.scala:168)
at codechicken.microblock.handler.MicroblockEventHandler$.drawBlockHighlight(MicroblockEventHandler.scala:35)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_870_MicroblockEventHandler$_drawBlockHighlight_DrawBlockHighlightEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:256)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1254)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
.
I thought it had something to do with the microblocks mod but there is no microblocks jar in my mod folder
Around 200 mods and its pretty much everything major. Big ones are ars magica, tinkerers construct, aether 2, twilight forest, minefactory reloaded, industrial craft and a bunch more. Thats the small version of the crash report but the full walkthrough is very long
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
My game crashed while i was playing the game and now when i load the world i get this crash report
java.lang.NullPointerException: Unexpected error
at codechicken.multipart.TileMultipart$$anonfun$checkNoEntityCollision$1.apply(TileMultipart.scala:560)
at codechicken.multipart.TileMultipart$$anonfun$checkNoEntityCollision$1.apply(TileMultipart.scala:560)
at scala.collection.Iterator$class.forall(Iterator.scala:755)
at scala.collection.AbstractIterator.forall(Iterator.scala:1174)
at scala.collection.IterableLike$class.forall(IterableLike.scala:75)
at scala.collection.AbstractIterable.forall(Iterable.scala:54)
at codechicken.multipart.TileMultipart$.checkNoEntityCollision(TileMultipart.scala:560)
at codechicken.multipart.TileMultipart$.canPlacePart(TileMultipart.scala:568)
at codechicken.microblock.MicroblockPlacement.externalPlacement(MicroblockPlacement.scala:154)
at codechicken.microblock.MicroblockPlacement.externalPlacement(MicroblockPlacement.scala:149)
at codechicken.microblock.MicroblockPlacement.apply(MicroblockPlacement.scala:124)
at codechicken.microblock.MicroblockPlacement$.apply(MicroblockPlacement.scala:66)
at codechicken.microblock.MicroblockRender$.renderHighlight(MicroblockRender.scala:17)
at codechicken.microblock.MicroMaterialRegistry$.renderHighlight(MicroMaterialRegistry.scala:237)
at codechicken.microblock.ItemMicroPartRenderer$.renderHighlight(ItemMicroPart.scala:168)
at codechicken.microblock.handler.MicroblockEventHandler$.drawBlockHighlight(MicroblockEventHandler.scala:35)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_870_MicroblockEventHandler$_drawBlockHighlight_DrawBlockHighlightEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:256)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1254)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
.
I thought it had something to do with the microblocks mod but there is no microblocks jar in my mod folder
How many mods do you have downloaded, and what are they?
I's also like to add, is that the entire crash report?
Around 200 mods and its pretty much everything major. Big ones are ars magica, tinkerers construct, aether 2, twilight forest, minefactory reloaded, industrial craft and a bunch more. Thats the small version of the crash report but the full walkthrough is very long