DS-Homebrew / nds-bootstrap

Boot an nds file
https://wiki.ds-homebrew.com/nds-bootstrap/
GNU General Public License v3.0
1.19k stars 75 forks source link

CTGP Nitro crashes with 4MB memory #1379

Closed spellboundtriangle closed 2 years ago

spellboundtriangle commented 2 years ago

Your console: DSi

Launch Method: DSONE flashcard, locked or unlocked SCFG

Version used: Nightly aa78368

Game tested/used/applicable: CTGP Nitro 1.0.0

Expected Behavior: The game would start and play normally

Actual Behavior: The game crashes with a red crash handler screen after the Nintendo logo IMG_20220315_183401052

Steps to reproduce

  1. Start CTGP Nitro 1.0.0 in B4DS mode, 4MB memory
  2. Wait until after the Nintendo logo

nds-bootstrap.ini

[NDS-BOOTSTRAP]
USE_ROM_REGION = 1
NDS_PATH = fat:/roms/nds/CTGP Nitro.nds
SAV_PATH = fat:/roms/nds/saves/CTGP Nitro.sav
RAM_DRIVE_PATH = sd:/null.img
GUI_LANGUAGE = en
LANGUAGE = -1
REGION = 1
DSI_MODE = 1
EXTENDED_MEMORY = 0
DONOR_SDK_VER = 0
PATCH_MPU_REGION = 0
PATCH_MPU_SIZE = 0
FORCE_SLEEP_PATCH = 0
BOOST_CPU = 0
BOOST_VRAM = 0
CARD_READ_DMA = 1
ASYNC_CARD_READ = 0
LOGGING = 1
DEBUG = 1

Logs

NDSBTSRP.LOG

Other notes

spellboundtriangle commented 2 years ago

This appears to be fixed as of testing on cf780bb

RocketRobz commented 2 years ago

43965609 is the actual commit which fixes this issue.