I just beat Paper Mario, and it showed the ending cutscene. Right after Twink flew away, smiling, it dumped me to this screen:
What the heck is this? I've never had an N64 game send me to an error screen like this.
I just beat Paper Mario, and it showed the ending cutscene. Right after Twink flew away, smiling, it dumped me to this screen:
What the heck is this? I've never had an N64 game send me to an error screen like this.
Selling gaming accessories. Click
It is a code. It is so obvious I can't believe you haven't figured it out yet.
Looks to me like a software failure, the game rom is trying to access a part of the game program that is corrupted somehow.
It is the password for the end level! It is so obvious I can't believe you haven't figured it out yet.
Honestly thats pretty crazy. I have had a similar experience with Batman on the NES. If the game was not inserted properly it would take me to some screen with a bunch of Kanji and stuff.
Yours looks more like the game crashed or something.
Last edited by Wraith Storm; 08-05-2011 at 02:01 PM.
If a god is willing to prevent evil, but not able, then he is not omnipotent. If he is able, but not willing, then he must be malevolent. If he is both willing and able, then why is there evil? If he is neither able or willing then why call him a god?
Selling gaming accessories. Click
0.0 Oh damn, that's a memory read error debug screen, never thought I would see one on a console based game, especially N64 then again our cartridges are getting older each day and the data can only be read so many times.
It's probably just a read error where it was trying to access data that hasn't been accessed in along time and it read it incorrectly, all games do it eventually, sometimes by giving us easter eggs like an empty Bunker level in Goldeneye.
http://www.jaytheham.com/zcw/Ocarina...e_-_Debug_Code
From that wiki website page:
In simple terms, the software just decided to crash because it's normal to have an error every once in awhile.Note that not all exceptions result in a crash -- in fact, exceptions are a regular part of the life of the system. Those exceptions that actually cause a crash are known as "fatal exceptions" (for obvious reasons). It isn't until an exception becomes fatal that the debugger actually is invoked. (Sometimes an exception can crash one process while leaving others untouched, while other times an exception can bring everything to a halt. This is why sometimes you can still hear music after a crash, and other times you can't.)
Next, the debugger shows the values of three registers from the System Control Processor (a coprocessor that keeps track of system status and performs some basic system tasks). There are actually 32 registers (at least) on this processor, but only three are important.
Exception Program Counter (EPC or PC) - This is a pointer to the instruction that caused the crash. (Technically, the EPC holds whatever the Program Counter (PC) was set to at the time of the crash. The PC always points to the instruction currently being executed.)
Status Register (SR) - This holds the status of the system, including what coprocessors are available and whether it's running in 32-bit or 64-bit mode (for example).
Bad Virtual Address (VA) - This holds the memory address that the program tried to access and failed (assuming the crash is due to a memory error). On the N64, possible values range from $80000000-807FFFFF (with the Expansion Pak). Anything outside of this range is bad.
FPCSR keeps track of the status of the FPU (Floating-Point Unit), as well as providing any errors that occur during calculations.
If you really want to know more details on the specific error, I would ask a person that loves to hack/program and/or modify Nintendo 64 games.
Last edited by alec006; 08-05-2011 at 02:47 PM.
"...leave love bleeding, in my hands, in my hands again..."
Hex Screen of Death
This signature is dedicated to all those
cyberpunks who fight against injustice
and corruption every day of their lives
Bit-rot begs to differ. Not that I think that's the cause of this.
This signature is dedicated to all those
cyberpunks who fight against injustice
and corruption every day of their lives
Who are we to know the read limit on ROMs thou since they have only been around what 60 years? They are read only data that can never be written to but they can suffer from physical errors (Heat,Environment, Etc) or logical errors (Bit-Rot,I/O,Etc) being read over and over again.
Your right, it was probably just a I/O error by the system.
"...leave love bleeding, in my hands, in my hands again..."
My friend's wife got Paper Mario to crash like that before, though I don't know how she did it.
Check out the Kleppings!
Make Way For Madness!
"9 is a poor man's 11, and 11 is a Baker's Ten."
Infinite Lives
Bit rot is mostly an issue with magnetic and optical storage.
EEPROMs, and to a lesser extent EPROMs, are somewhat susceptible.
Data on mask ROMs should outlast the metal pins on the chip.