Hacking Problem with 3-in-1

GodMedia

Active Member
OP
Newcomer
Joined
May 9, 2006
Messages
35
Trophies
0
Website
Visit site
XP
114
Country
United States
Using:

NDSL - Original condition
DSTT - firmware v1.08
Ewin EZ 3-in-1 Expansion Pack
Rudolph's 3in1 Expansion Pack Tool v1.9d

Problem:

Every game I load returns the same error: "SRAM save data not found Can't backup to SAV file (A): Confirm"


I have played up to a save point on Metroid Fusion, Metroid Zero Mission, Star Wars Trilogy - Apprentice of the Force, Super Street Fighter II X Revival, and Metal Slug Advance all in PSRAM Mode. After resetting the DS and going back to a game, I get the same error message. Once the game is started, there is no save data, as if I had never saved at all in the first place.

I have patched a number of these games with GBATA's SRAM Patcher, but get the same results.

In case it matters, I have set up the SoftReset.TTIO file and set the 3in1 .nds file soft reset to "ON." Other than the save problem, everything I've played on the 3-in-1 works flawlessly. I can also use the rumble perfectly, as well as use the RAM expansion with the Opera Browser (E).
 

Destructobot

Crave the Hammer
Member
Joined
Oct 15, 2006
Messages
5,002
Trophies
0
Age
46
Location
Portland, OR
Website
Visit site
XP
321
Country
United States
Every game I load returns the same error: "SRAM save data not found Can't backup to SAV file (A): Confirm"
The 3in1 ExpPack Tool keeps its info about which games the current saves go with in a certain part of the SRAM. If that info is missing when you start the 3in1 ExpPack Tool, you get that error. It simply means that the program doesn't know which file to write the current save data to.

It's most likely caused by a dead SRAM battery. You could test it by writing a game to NOR, then using the 3-in-1 like a normal GBA game pak (i.e. take out the slot 1 cart and start the 3-in-1 from the DS menu). You must SRAM patch the game unless it already uses an SRAM save type.

If the game loses it's saves when you turn the power off even when the slot 1 cart isn't plugged in, it's definitely a problem with the 3-in-1.
 

GodMedia

Active Member
OP
Newcomer
Joined
May 9, 2006
Messages
35
Trophies
0
Website
Visit site
XP
114
Country
United States
Yep, tried it like you suggested and the save still gets lost. I'll have to take it back to my retailer later this week.

Thank you so much for the help!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...