gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Patater's Introduction to Nintendo DS Programming > Code crashing the DS

#174045 - Xtreme984 - Fri May 14, 2010 8:38 pm

Hey people,

I'm quite new to NDS programming in general. I was trying to follow patater's tutorial like I did years ago. This time however, I stumbled upon the binary powercycling my NDS when I try to run it. It's an old DS phat running FlashME and a DSTT re-factored with YSMenu.

I'm running the following versions:
devkitPro build 41
devkitARM 28
libnds 1.4.1

#174048 - Sektor - Sat May 15, 2010 2:13 am

Powering off on exit or error is normal now. You have to add your own infinite loops if you want to stop that.
_________________
GTAMP.com/DS

#174050 - Xtreme984 - Sat May 15, 2010 1:20 pm

Ahh! I didn't know about that, I guess this is solved then. Will have to pay closer attention to the code next time ^^;