Wavey Capes

Wavey Capes

5M Downloads

Suggestion

asphyxia1337 opened this issue ยท 4 comments

commented

Add a null check to /dev/tr7zw/waveycapes/VanillaCapeRenderer.java#Line 24 as it often causes crashes.

commented

Mind giving an example? NMSUtil.getPlayerCape is null-checked before, so nothing in that line could be unexpectedly null, and haven't seen any crash log about this.

I'll send one if I crash again.

commented

Crash logs are saved in an extra folder, so you can just look it up there.

commented

Mind giving an example? NMSUtil.getPlayerCape is null-checked before, so nothing in that line could be unexpectedly null, and haven't seen any crash log about this.

commented

Oh yea, managed to somewhat reproduce this, when a skin loads async. You have to have really bad luck, but it can happen. Gonna add a quick workaround.