128MB GameCube Memory Card - keep getting corruped :/
128MB GameCube Memory Card - keep getting corruped :/
As in the subject, I bought the card from here:
http://www.dealextreme.com/p/128mb-game ... h-wii-4417
All was ok, problems started after I played Mario Sunshine and Mario 64 via Zelda OoT MQ. Did anyone hear about any problems with these cards? Reviews are rather ok.
I wonder, as this time I'm into M64 - maybe this version cause the problems, anyone got such problems after playing this game?
http://www.dealextreme.com/p/128mb-game ... h-wii-4417
All was ok, problems started after I played Mario Sunshine and Mario 64 via Zelda OoT MQ. Did anyone hear about any problems with these cards? Reviews are rather ok.
I wonder, as this time I'm into M64 - maybe this version cause the problems, anyone got such problems after playing this game?
Take a look at my YouTube channel - totally dedicated to retro shooters
- SouLSLayeR
- Posts: 73
- Joined: Sun Apr 22, 2012 10:36 pm
- Location: Greece
Re: 128MB GameCube Memory Card - keep getting corruped :/
Dunno about Master Quest, but everything was smooth on Sunshine.
What's the problem btw? Corrupt files? The entire card or only with specific games/files?
Back up the card and try deleting the savegame...or all of them maybe?
What's the problem btw? Corrupt files? The entire card or only with specific games/files?
Back up the card and try deleting the savegame...or all of them maybe?
Re: 128MB GameCube Memory Card - keep getting corruped :/
I've had a problem with a 3rd party memory card as well. It all depends on games, some save ok, other get corrupt every time (RE4 refused to work).
Nintendo's official 1019 memory card can corrupt saves too! I almost had to restart Baten Kaitos from the beginning after a save got corrupted. Stopped using the card after that.
Nintendo's official 1019 memory card can corrupt saves too! I almost had to restart Baten Kaitos from the beginning after a save got corrupted. Stopped using the card after that.
Re: 128MB GameCube Memory Card - keep getting corruped :/
ugh - i hope not, i've been using that exact same one for years now. no problems ever!
please search before you ask - a lot has been discussed already!
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
(or use google with "site:gc-forever.com *term*")
http://is.gd/MDmZcr
we also have a wiki filled with knowledge
http://is.gd/dX58Rm
- SouLSLayeR
- Posts: 73
- Joined: Sun Apr 22, 2012 10:36 pm
- Location: Greece
Re: 128MB GameCube Memory Card - keep getting corruped :/
^
Yeah!
Sometimes i must reinsert it as it doesn't get recognized, but hasn't happened in some time.
Fortunately both my 128 and 256 MB cards have worked fine till now
Yeah!
Sometimes i must reinsert it as it doesn't get recognized, but hasn't happened in some time.
Fortunately both my 128 and 256 MB cards have worked fine till now

Re: 128MB GameCube Memory Card - keep getting corruped :/
Dunno guys, I try to play Mario Sunshine only but as I don't play very often I will just try to stay away from Mario64 emulated via MQ.
As well, I also didn't get any problems with Sunshine and it'll seem strange if the base game for GC corrupts the MC (also, I played Sunshine a few years ago with Nintendo MC and there were no problems).
Tried to format the card using GCMM 1.3, maybe it formats the card in a different way, I'm not sure, but it won't hurt to try I guess.
We will see, I suppose M64 via MQ is the problem as these cards have good user review, as I said before.
As well, I also didn't get any problems with Sunshine and it'll seem strange if the base game for GC corrupts the MC (also, I played Sunshine a few years ago with Nintendo MC and there were no problems).
Tried to format the card using GCMM 1.3, maybe it formats the card in a different way, I'm not sure, but it won't hurt to try I guess.
We will see, I suppose M64 via MQ is the problem as these cards have good user review, as I said before.
Take a look at my YouTube channel - totally dedicated to retro shooters
Re: 128MB GameCube Memory Card - keep getting corruped :/
The memory card format function just "cleans up" the first 5 system blocks.
If you really want to check if your card works correctly do the following (make a backup first, cause the process erases the data)
Make a raw dump of the card.
With an hex editor make all bytes of the dump 0xFF
Restore that dump to the card with ctr-gcs 0.3b (cause GCMM 1.3 has a protection to ensure only valid images are restored to a card)
Make a raw dump again and compare the dump with the one you wrote. If everything from block 2 (0x2000 onwards) is equal then the card correctly sets all bits.
Now repeat, but with an image that is all 0x00. This way you can check if the card correctly can unset all bits.
This way you can check if the card really has some writting errors, and even if they are, you may be able to locate where that errors are, so you may deliberately insert a savegame that occupies those blocks, I.E:, if your card messes up bits in block 32 you'll need to put savegames untill you fill 31 blocks, then insert a savegame of 1 block. It may be better to use a savegame from a game of a different region, so you can still play that game if you want.
Hope that helps
If you really want to check if your card works correctly do the following (make a backup first, cause the process erases the data)
Make a raw dump of the card.
With an hex editor make all bytes of the dump 0xFF
Restore that dump to the card with ctr-gcs 0.3b (cause GCMM 1.3 has a protection to ensure only valid images are restored to a card)
Make a raw dump again and compare the dump with the one you wrote. If everything from block 2 (0x2000 onwards) is equal then the card correctly sets all bits.
Now repeat, but with an image that is all 0x00. This way you can check if the card correctly can unset all bits.
This way you can check if the card really has some writting errors, and even if they are, you may be able to locate where that errors are, so you may deliberately insert a savegame that occupies those blocks, I.E:, if your card messes up bits in block 32 you'll need to put savegames untill you fill 31 blocks, then insert a savegame of 1 block. It may be better to use a savegame from a game of a different region, so you can still play that game if you want.
Hope that helps
- megalomaniac
- Posts: 2480
- Joined: Sun Aug 21, 2011 5:33 am
- Location: Drunk in Texas
- Contact:
Re: 128MB GameCube Memory Card - keep getting corruped :/
great info there...suloku wrote:The memory card format function just "cleans up" the first 5 system blocks.
If you really want to check if your card works correctly do the following (make a backup first, cause the process erases the data)
Make a raw dump of the card.
With an hex editor make all bytes of the dump 0xFF
Restore that dump to the card with ctr-gcs 0.3b (cause GCMM 1.3 has a protection to ensure only valid images are restored to a card)
Make a raw dump again and compare the dump with the one you wrote. If everything from block 2 (0x2000 onwards) is equal then the card correctly sets all bits.
Now repeat, but with an image that is all 0x00. This way you can check if the card correctly can unset all bits.
This way you can check if the card really has some writting errors, and even if they are, you may be able to locate where that errors are, so you may deliberately insert a savegame that occupies those blocks, I.E:, if your card messes up bits in block 32 you'll need to put savegames untill you fill 31 blocks, then insert a savegame of 1 block. It may be better to use a savegame from a game of a different region, so you can still play that game if you want.
Hope that helps
>>> BadAssConsoles.com <<<emu_kidid wrote: beer is like WD40 for megalomaniac's brain, gets the gears moving



Re: 128MB GameCube Memory Card - keep getting corruped :/
I remember reading that list 
Even called Nintendo support but because 1019 was released in JAP only (unsure about US) they couldn't help me. The person I spoke didn't even know such card existed
They need to update it with new games that don't save properly

Even called Nintendo support but because 1019 was released in JAP only (unsure about US) they couldn't help me. The person I spoke didn't even know such card existed
They need to update it with new games that don't save properly
