DS-Homebrew / TWiLightMenu

DSi Menu replacement for DS/DSi/3DS/2DS
https://wiki.ds-homebrew.com/twilightmenu/
GNU General Public License v3.0
3.15k stars 197 forks source link

A bug in TWM++ with launching the iQue Famicon collection .GBA in Native mode? #2407

Closed Xyvir closed 2 months ago

Xyvir commented 2 months ago

Flashcard or Exploits? Supercard SD (MicroSD) 2 GB SanDIsk Micro SD

Base Console: DS Phat running FlashMe CFW

TWiLight Menu++ Version:

27.1.0

TWiLight Menu++ Theme: DSi /No Skin

Expected behavior

iQue Famicom Collection ROM can be launched successively in Native Mode

Actual behavior

iQue Famicom Mini Collection Launches once successively in Native Mode, then the Rom seems to get corrupted.

Steps to reproduce

  1. Load iQue Famicom Mini Collection rom onto SD Cuard
  2. Launch from TWM++ in Native mode
  3. Turn off the DS
  4. Try to Luanch again (it doesn't for me)
  5. Look at Rom filesize on SD card (it's smaller now)

image

Notes

due to the size being 128 kb I suspect it's being overwritten by a SRAM save patch or something that writes to .gba instead of .sav?

Not 100% sure.

RocketRobz commented 2 months ago

Ah, I see the issue. It's misdetecting the ROM as a save file, because the patcher fails to replace the uppercase .GBA extension.

Xyvir commented 2 months ago

Ok, so I just need to make gba lowercase? interesting, I can do that. Thanks!