verifydump icon indicating copy to clipboard operation
verifydump copied to clipboard

Program does not function with latest 1.0.3 release of binmerge

Open z3row0rm opened this issue 1 year ago • 2 comments

Thank you very much for creating this tool! Just tried to use this for the first time, and was having the following output when trying to verify some .chd games. I rolled back to the most current version of binmerge when this script was released and that fixed the issue. (binmerge 1.0.1). The game it failed on was the first one processed, Ace Combat 2 for Playstation.

Datfile loaded successfully with 10783 games Traceback (most recent call last): File "exeentry.py", line 5, in File "verifydump\console.py", line 45, in verifydump_main File "verifydump\verify.py", line 255, in verify_dumps File "verifydump\verify.py", line 240, in verify_dump_if_format_is_supported File "verifydump\verify.py", line 39, in verify_chd File "verifydump\convert.py", line 30, in convert_chd_to_normalized_redump_dump_folder File "verifydump\convert.py", line 63, in normalize_redump_bincue_dump FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\XXXXXXXXXXXXXXX\Ace Combat 2 (Track 1).bin' -> 'C:\XXXXXXXXXXXXXXX\Ace Combat 2.bin' [15884] Failed to execute script 'exeentry' due to unhandled exception!

z3row0rm avatar May 06 '24 00:05 z3row0rm

It also does not work with binmerge 1.0.2

L4R5 avatar Jun 26 '24 08:06 L4R5

The problem isn't with binmerge. The problem is with square brackets in the folder/file names. I've already posted a PR to fix this: https://github.com/j68k/verifydump/pull/26

c0d3h4x0r avatar Aug 01 '24 23:08 c0d3h4x0r