TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.2k stars 384 forks source link

SEGA SATURN - Mortal Kombat Trilogy (US) Crashes #939

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello there! On the lastest version of Bizhawk, I recently tested my small bunch of Sega Saturn game I own and ripped them in ISO for testing. Mortal Kombat Trilogy is the only game that do not launch and immediatly crashes Bizhawk. I tried other ISO rip of the US version and I get the same result. I remember that on SSF sometimes ago the game was playable but glitched thought. The other Mortal Kombat games (UMK3 and MK2) work well.

mk trilogy
hegyak commented 7 years ago

The error message tells you what's wrong. The CUE File doesn't have a cleanly entered File name(s).

ghost commented 7 years ago

Looks like the game run with proper renaming. Thank you, but I find weird that some other game i have are writen as something like Mortal Kombat II (U) and work when Trilogy was previously written as Mortal Kombat Trilogy (U)

hegyak commented 7 years ago

The issue is not the file's name, but the path itself. Your error message says, "Can't find the path "C:\SATURN" That's where the issue lies. If the Cue file references a path that doesn't exist, it will fail to load the referenced files.

ghost commented 7 years ago

I understand more now, thank you.