gigaherz / Ender-Rift

The Powered Bottomless Storage System
https://www.curseforge.com/minecraft/mc-mods/ender-rift
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Crash on Pioneers modpack 1.8.9 #12

Closed MrTubzy456 closed 8 years ago

MrTubzy456 commented 8 years ago

Here's the crash report: http://pastebin.com/3XJRBW2Y

The interesting thing is I'm about 5 chunks away from my Ender-rift and it is still crashing me.

gigaherz commented 8 years ago

Ah i heard of that issue, but I never encountered it myself -- the TileEntity is still loaded for one tick after the block breaks, so if something happens during that one tick, it can cause issues like that. I'll have to protect all the calls to getBlockState inside my TileEntities.

gigaherz commented 8 years ago

I just uploaded v0.10.1 for 1.8.9, which hopefully fixes your crash: https://github.com/gigaherz/Ender-Rift/releases/tag/v0.10.1-1.8.9

Curse upload coming as soon as I press comment. Feel free to comment and/or reopen if it's not fixed.