Smujb / powered-pixel-dungeon

Powered Pixel Dungeon - a mod of Shattered Pixel Dungeon that reworks many aspects of gameplay.
GNU General Public License v3.0
9 stars 2 forks source link

Crash and other issues #15

Closed vi closed 4 years ago

vi commented 4 years ago

***** UCE HANDLER Library 
***** by Rohit Surwase 

***** DEVICE INFO 
Brand: google
Device: crosshatch
Model: Pixel 3 XL
Manufacturer: Google
Product: crosshatch
SDK: 29
Release: 10

***** APP INFO 
Version: 0.4.4-INDEV
Installed On: 2020-02-18 00:23:16
Updated On: 2020-06-14 00:53:19
Current Date: 2020-06-14 20:32:32

***** ERROR LOG 
java.lang.RuntimeException: java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.shatteredpixel.yasd.general.levels.terrain.KindOfTerrain.solid()' on a null object reference
    at com.shatteredpixel.yasd.general.LevelHandler$1.run(LevelHandler.java:109)
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'boolean com.shatteredpixel.yasd.general.levels.terrain.KindOfTerrain.solid()' on a null object reference
    at com.shatteredpixel.yasd.general.levels.Level.solid(Level.java:352)
    at com.shatteredpixel.yasd.general.LevelHandler.switchDepth(LevelHandler.java:299)
    at com.shatteredpixel.yasd.general.LevelHandler.access$200(LevelHandler.java:51)
    at com.shatteredpixel.yasd.general.LevelHandler$1.run(LevelHandler.java:101)

***** END OF LOG *****

commit 9dfd93edd29a6ee19502a649b04d1ee821909c96


Other misc issues:

Smujb commented 4 years ago

3 & 4 are fixed by https://github.com/Smujb/yet-another-shattered-dungeon/commit/5351987ff3775d76720f6b2a3f7e89a95f9e1aa0

Smujb commented 4 years ago

Oh and the main issue (the crash) is as well actually.

Smujb commented 4 years ago

Finally fixed the other issues.