Gericom / GBARunner3

205 stars 28 forks source link

[Game] It's Mr. Pants crashes randomly into an ASSERTION FAILED screen #58

Open Dartz150 opened 10 months ago

Dartz150 commented 10 months ago

Game It's Mr. Pants | BPIE | USA

Device Info Commit tested: f6b177f Branch: feature/color-correct Console: DSi Device: SD Card

Issue The games crashes randomly after some time throwing this screen (the game itself has an exception handler apparently). To reproduce it, just make a new game profile and play any mini-game, the crash will occur shortly after some sprites get corrupted.

20231020_195829

Dartz150 commented 10 months ago

Tested again using commit 79dc7f0 to detach the JIT, which fixes the issue.

Dartz150 commented 5 months ago

Manual JIT patches help the game to work properly, adding them to the configs folder is still pending.

Dartz150 commented 4 months ago

Manual JIT patches help the game to work properly, adding them to the configs folder is still pending.

Finally got time to add manual JIT patches and test the game, now it's throwing this error screen:

image

wram icache disabled didn't help, and the game is also showing some corrupted sprites in the lower right corner.

Dartz150 commented 4 months ago

Update: The game seems to work in DSi mode only.