Hey Gericom! Even tho people are saying GBARunner2 doesn't corrupt the SD card, it does (I think). I downloaded the latest one from WikiTemp and it still freezes Metroid Zero Mission and Pokemon Ruby at random times and now after it freezed after a few times, I can't play Metroid Zero Mission at all. PSA: DON'T TRY FIXING YOUR SD WITH THE WINDOWS UTILITY, IT'Ll MAKE IT WORSE! (My SD card got corrupted and wouldn't boot into main menu so I tried fixing it with windows aaaand now HiyaCFW says my launcher .tmd is too large...)
Did you try the version without cache? I'm currently working on save patches that should fix lots of games with cache. If a game boots first time and not second time (after saving), it's usually a cache issue.
New release from the sd_save branch (8175479, 10-06-2019)
Fat16 support
Intergrated save patches for most save types and versions (should fix a lot of cache issues as well), this means sram patches are not needed anymore for most games. Note that some games may take a bit longer to boot, because of the patching
Fixed dma bug where the upper half of 32 MB roms wrapped to the lower 16 MB part (fixes spyro, probably also the cause of some of the regressions on the wiki)
Save files are now generated of the right size (except for most eeprom games, it will usually be 8kb as 512 cannot be easily detected)
For the save patches, the only important one still missing is FLASH1M_V103. I still need to figure out what changed from 102 to 103 to make it work.
The posted version runs fine on my DSi with the ARM7 version.
If I compile the sd_save branch myself with the latest dev-stuff installed via dkp-pacman and setting the ARM7 flag in common_defs.s it freezes after the boot animation.
Tried both the arm7 and arm9 versions with Twilight++. White screen for both. On 3DS latest twilight version just replaced the gbarunner2.nds and GBARunner2_wramicache.nds.
Thanks for the fix. If you can figure out the FLASH1M_V103 problem, then my saves for Game & Watch Gallery 4 & Narikiri Dungeon 3 will work again. Yu-Gi-Oh! Expert 2 booted fine on the updated version posted so good work so far. I'll keep the former 2 games on the older November 2018 build for now. The Release Lister for Narikiri Dungeon 3 is an EEPROM_V124 64Kbit to let you know. It generated a new save as the old one wasn't recognized. It works on the older build perfectly though.
Also, I used the Lister to check Gensou Suikoden Card Stories and there's no save type at all! I double checked using GBATA and the same info came up with NONE as save type. It's no wonder why I can't rip it using the R4 Rom Dumper tool because without a type, you can't get to it and it wouldn't even let me rip the rom itself which is a non issue in my eyes. What the hell was Konami thinking? I'd have to start over again using the English patch for the game and I wanted to use my save to do it but oh well.
Arm7 version works great, but arm9 doesn't boot at all... Also one more problem, Metroid ZM won't start after saving in the arm7dldi version (I played quite a bit before deciding to restart my dsi and now it just hangs at a white screen after the gba bios)
Can somebody please explain how to get this latest build working from Twilight Menu ++ on 3DS. Managed to get GBARunner2 to start but every time I load a game it gets about 30 seconds onto it then crashes (Yes EVERY Game!)
Arm7 version works great, but arm9 doesn't boot at all... Also one more problem, Metroid ZM won't start after saving in the arm7dldi version (I played quite a bit before deciding to restart my dsi and now it just hangs at a white screen after the gba bios)
Can somebody please explain how to get this latest build working from Twilight Menu ++ on 3DS. Managed to get GBARunner2 to start but every time I load a game it gets about 30 seconds onto it then crashes (Yes EVERY Game!)
@Gericom I played around a little and only changing the installed DevkitARM isn't enough to make it compile correctly.
I used the windows builds with msys2 shell as only those old versions of devkitARM were still downloadable somewhere.
DevkitARM revisions r42, r43, r44, r45 don't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
Revisions r47, r52-2 compile ARM7_DLDI without errors, size is 207 KB, so 10 KB bigger compared to your build, freezes after booting a game that works with your builds.
Revisions r48-win64, r50-4, r51-1 don't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
Revision r49-1 doesn't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
@Gericom I played around a little and only changing the installed DevkitARM isn't enough to make it compile correctly.
I used the windows builds with msys2 shell as only those old versions of devkitARM were still downloadable somewhere.
DevkitARM revisions r42, r43, r44, r45 don't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
Revisions r47, r52-2 compile ARM7_DLDI without errors, size is 207 KB, so 10 KB bigger compared to your build, freezes after booting a game that works with your builds.
Revisions r48-win64, r50-4, r51-1 don't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
Revision r49-1 doesn't compile with
linking GBARunner2.elf
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
c:/devkitpro/devkitarm/bin/../lib/gcc/arm-none-eabi/8.1.0/../../../../arm-none-eabi/bin/ld.exe: address 0x1008050 of C:/Users/lel/GBARunner2/arm9/GBARunner2.elf section `.itcm' is not within region `itcm'
collect2.exe: error: ld returned 1 exit status
make[2]: *** [/c/Users/lel/GBARunner2/arm9/Makefile:123: /c/Users/lel/GBARunner2/arm9/GBARunner2.elf] Error 1
make[1]: *** [Makefile:107: build] Error 2
make[1]: Leaving directory „/c/Users/lel/GBARunner2/arm9“
make: *** [Makefile:31: arm9/GBARunner2.elf] Error 2
Rayman Advance works afaik. Rayman 3 as well iirc. Wario Land sadly has a timing issue with that end of level portal. It may be possible to get past it once an ingame menu has been implemented.
I need some help I'm getting an error and i don't know how to fix.
It says that cant find the file main even though it is in the folder how do i fix it?
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
If you've been waiting for an excuse to replay Super Mario Sunshine and happen to have up to nine friends, do I have some good news for you. Released earlier today...
Images for the rumoured Zelda-themed limited edition Switch 2 for The Legend of Zelda's 40th Anniversary have started to leak online.
The leak shows only the...
Hoenn to the ROM hacking scene is like Kanto to the official games. It's everywhere. At this point you've probably played through Pokemon Emerald with a party of...
After being announced last year, the fan-made remake Gamma Emerald has finally gotten its first early access release. A complete rebuild of fan-favourite Pokemon...
The golden age of emulation on the Switch continues as a native Dolphin port was released by @Nagaa earlier today. Included in this port, we're looking at cover art...
With the latest entry to the Fire Emblem series, Fortune's Weave, set to launch in September, Nintendo have today announced a new Nintendo Direct to put it soundly in...
Harbour Masters were cutting it close with this one, promising a release of their Banjo Kazooie PC port "Lighthouse" by the end of this month. And they did not...
So I got pretty lucky on this one. Having ordered the physical version of Oblivion Remastered on Switch 2, I had it delivered earlier today, beating out the official...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
Though we knew all the way back in May that this was coming, the exact numbers remained a mystery for prospective Nintendo gamers in the UK. If you happen to have...
Images for the rumoured Zelda-themed limited edition Switch 2 for The Legend of Zelda's 40th Anniversary have started to leak online.
The leak shows only the...
After being announced last year, the fan-made remake Gamma Emerald has finally gotten its first early access release. A complete rebuild of fan-favourite Pokemon...
With the latest entry to the Fire Emblem series, Fortune's Weave, set to launch in September, Nintendo have today announced a new Nintendo Direct to put it soundly in...
GBAtemp is and always has been an independent community. Since 2002 our staff have voluntarily kept the site running, added new forums, features, provided constant...
Over the past week, rumors have started swirling as Redditors (probably correctly) deduced the title of the upcoming Elder Scrolls game, which will apparently be...
It's a good time to be a first generation Pokemon fan. But when was it not a good time to be one? In recent weeks we've seen a native LOVE2D recreation of Pokemon Red...
So I got pretty lucky on this one. Having ordered the physical version of Oblivion Remastered on Switch 2, I had it delivered earlier today, beating out the official...
Over the weekend, SQUARE ENIX and Disney & Pixar Games shared the release window for the highly anticipated action-RPG Kingdom Hearts IV. A new trailer also...
Hoenn to the ROM hacking scene is like Kanto to the official games. It's everywhere. At this point you've probably played through Pokemon Emerald with a party of...