DISC I/O ERROR: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(Created page with "thumb Often happens right before a loading screen. This error appears when a file requested for loading isn't found in the CD table of contents (sho...")
 
mNo edit summary
Line 7: Line 7:
If the CD is a copy, it's certainly re-authored (not an exact copy of an original). Even if the files are the same, the CD image structure can be altered and detected.
If the CD is a copy, it's certainly re-authored (not an exact copy of an original). Even if the files are the same, the CD image structure can be altered and detected.


This is the case for games using file versions in their ISO 9660 structure, like [[Metal Slug 2]]. Most Windows ISO image editors strip the versioning info which is needed by the game to identify the files. Use [[mkisofs]] '''WITHOUT THE -N FLAG'''or edit the loading tables in the main PRG file.
This is the case for games using file versions in their ISO 9660 structure, like [[Metal_Slug_2_-_Super_Vehicle-001/II]]. Most Windows ISO image editors strip the versioning info which is needed by the game to identify the files. Use [[mkisofs]] '''WITHOUT THE -N FLAG'''or edit the loading tables in the main PRG file.


[[Category:Repairs]]
[[Category:Repairs]]

Revision as of 04:42, 12 October 2016

File:Discioerror2.jpg

Often happens right before a loading screen. This error appears when a file requested for loading isn't found in the CD table of contents (should never happen on an original CD, except if the TOC zone is physically damaged).

If the CD is an original one, it's certainly dirty or scratched.

If the CD is a copy, it's certainly re-authored (not an exact copy of an original). Even if the files are the same, the CD image structure can be altered and detected.

This is the case for games using file versions in their ISO 9660 structure, like Metal_Slug_2_-_Super_Vehicle-001/II. Most Windows ISO image editors strip the versioning info which is needed by the game to identify the files. Use mkisofs WITHOUT THE -N FLAGor edit the loading tables in the main PRG file.