Warehouse preview button crash...
therealericbj opened this issue ยท 2 comments
Clicking Preview button to placement of building crashes my single player game.
It gives me this crash report, http://pastebin.com/w45HKQ4W.
Mod version - 1.1.1.0
Forge - 2075
What building were you trying to preview?
EDIT: nvm I saw it in the description. I will take a look tomorrow.
Thanks!
I was not able to duplicate this on my clean Development system and after doing some research this appears to be an issue coming from ArchitectureCraft.
There was a similar issue reported with ImmersiveEngineering (BluSunrize/ImmersiveEngineering#987).
The middle line in the code block below is from ArchitectureCraft, it's interjecting on the basic rendering my mod is doing.
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175016_a(BlockRendererDispatcher.java:124)
at gcewing.architecture.BaseModClient$CustomBlockRendererDispatcher.func_175016_a(BaseModClient.java:677)
at com.wuest.prefab.Render.StructureRenderHandler.doRenderComponent(StructureRenderHandler.java:235)
Please create an issue with ArchictectureCraft so that this can be addressed since they are breaking this functionality.
I am closing this issue.