OoTRandomizer / OoT-Randomizer

A randomizer for Ocarina of Time.
Other
397 stars 230 forks source link

Error if Decompress fails #2229

Open fenhl opened 1 month ago

fenhl commented 1 month ago

Currently, if the Decompress program fails, the randomizer ignores the error and tries to open the decompressed rom anyway, which raises an exception misleadingly saying “Invalid path to Base ROM: ".../ZOOTDEC.z64"”. With this PR, the exception message is changed to point directly to the cause of the error.