Astral Sorcery

Astral Sorcery

63M Downloads

[Client Crash] Involving Illumination wand and translucent blocks

bafomdad opened this issue ยท 2 comments

commented

Mod version: beta 1.1.5
Crash report: http://pastebin.com/1WsyEtJ9

Steps to reproduce:

  1. Get illumination wand
  2. Right click with it on a limestone block (or perhaps any decoration blocks from Quark) to make it translucent
  3. crash from the property exception on the client side. Does not affect servers.
commented

'Adressed' in the next version. will no longer crash, but won't display anything either in case the underlying blockstate crashes on .getPickBlock due to unsafe querying of world blockstates.

commented

Happens because vazkii queries the blockstate again feom the world instead of using the one that is passed in... uhh.

Edit: Not even sure how much i can fix since that's on ARL's end. I guess i'm gonna display nothing instead of the block that's transparent in case it errors out. Not pretty but at least it won't crash anymore