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 about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
WiiCompiled is a new project that lets PC gamers play Mario Kart Wii natively on PC without emulation. Using static recompliation to convert the code into native PC...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
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...
Thanks to the recent decomplication efforts; The Minish Cap 3DS brings the Game Boy Advance classic Zelda title to your 3DS.
The port takes full advantage of the 3DS...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
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...
To celebrate its 25th anniversary, XBOX has launched pre-orders for the XBOX 25th Anniversary Collection. For the occasion, the trailer below was aired.
This...
It’s about that time of year again where I check in with the community to see if we can get the front page aligned with what people are interested in knowing and what...
After being announced last week, the first of two broadcasts is set to go live later today with a stark focus on The Legend of Zelda and its 40th anniversary...
It's been something of a quiet week in the gaming space, with the deluge of big hitters trying to find their place before GTA 6 launches really kicking off next week...
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...
In the wake of Sony's shift to a digital-only ecosystem within the next year, Xbox have today announced a surprising scheme. Aiming to offer physical buyers the same...
The long awaited Grand Theft Auto VI Extended Look gameplay trailer has finally dropped on YouTube. As you all know, it had dropped 6 hours earlier on Netflix, and...
It is with a heavy heart that I announce the departure of our beloved Chary from the position of Chief Editor. Chary took over early 2021 and has done a wonderful job...
The second of a two-part special, a more traditional Nintendo Direct is set to air today. Unlike the Zelda Direct the contents of this one is still relatively up in...
Announced a few days ago, Nintendo of America have today launched their Customer Appreciation Sale. Featuring 30% discounts across a wide range of popular first-party...
A few days ago Chary stepped down as Chief Editor after 5 wonderful years, and everyone guessed the seat wouldn't stay empty for very long. Back in 2021 I proudly...