Drill block break crash
AlphaChimaera89 opened this issue · 4 comments
The Drill crashes you out to desktop when breaking a Soul Shards: The Old Ways soul cage block. I reported this issue to that mod author as well.
Pastebin link to crash log: http://pastebin.com/z5QdsZmc
This appears to be a bug on Soul Shards' side.
If it turns out to be my fault for some weird reason, reopen this issue please.
This crash is happening here. My state is determined by Tile Entity data. If you're removing the tile before calling that line, then that would cause the crash.
Edit: Just tested and a normal playEvent
works just fine on the Cage. https://gfycat.com/VagueYoungIberiannase
He's found a problem in his code and is currently working on it. Thanks for
the help, I sent him the line you linked to me.
On Tue, Jul 19, 2016 at 1:20 AM, Nick Ignoffo [email protected]
wrote:
This crash is happening here
https://github.com/Ellpeck/ActuallyAdditions/blob/1.9.4/src/main/java/de/ellpeck/actuallyadditions/mod/util/WorldUtil.java#L399.
My state is determined by Tile Entity data
https://github.com/TehNut/Soul-Shards-The-Old-Ways/blob/1.10/src/main/java/com/whammich/sstow/block/BlockCage.java#L59.
If you're removing the tile before calling that line, then that would cause
the crash.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#160 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATk3nd1N75wZ82fisuzqD9qHGMZz0ZqQks5qXF6ugaJpZM4JPSRG
.
@AlphaChimaera89 was confused. I am pointing out the problem code to you. Not the other way around.