Hydr8gon / NooDS

A (hopefully!) speedy DS emulator
GNU General Public License v3.0
882 stars 47 forks source link

Crash after some time #140

Closed Sohil876 closed 1 year ago

Sohil876 commented 1 year ago

Crashes after some time (like 10 to 20 seconds) on all gba games i've tried.

OS: Android (10) Arch: armv8l

Here is the Logcat of crash

Hydr8gon commented 1 year ago

The logcat link doesn't work for me. Could you try uploading it again?

Sohil876 commented 1 year ago

The logcat link doesn't work for me. Could you try uploading it again?

Here https://nekobin.com/belilewasu

Hydr8gon commented 1 year ago

I might've been too late because it's still not working. Would you be able to put the log in a text file and attach that here?

Sohil876 commented 1 year ago

I might've been too late because it's still not working. Would you be able to put the log in a text file and attach that here?

logcat_10-21-2023_18-04-50.txt

Hydr8gon commented 1 year ago

Turns out I've had a device that triggers this crash all along. I tracked it down to a division by zero that happens when touching the screen outside of buttons in GBA mode. Let me know if it's fixed for you in the latest build with 830983d.

Sohil876 commented 1 year ago

Turns out I've had a device that triggers this crash all along. I tracked it down to a division by zero that happens when touching the screen outside of buttons in GBA mode. Let me know if it's fixed for you in the latest build with 830983d.

Yes fixed, no longer crashes.