You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./igir -v copy zip test --dat /tmp/dats/No-Intro/* --input /tmp/roms/ --output /tmp/roms2 --dir-dat-name
Describe the bug
Scanning for DATs passes, but while the tool is scanning roms, it will hang on the zip files that have a "archive comment", aslo called "File comment", that can be added to the end of the zip central directory when creating a zip (for example with --archive-comment if uzing zip from Info-zip
Unzipping these archives, and re-zipping then without the comment fixes the issue
Paste the command
./igir -v copy zip test --dat /tmp/dats/No-Intro/* --input /tmp/roms/ --output /tmp/roms2 --dir-dat-name
Describe the bug
Scanning for DATs passes, but while the tool is scanning roms, it will hang on the zip files that have a "archive comment", aslo called "File comment", that can be added to the end of the zip central directory when creating a zip (for example with
--archive-comment
if uzing zip from Info-zipUnzipping these archives, and re-zipping then without the comment fixes the issue
Expected behavior
No hanging
Debug logs
DAT(s) used
No response
igir version
v.3.0.1
Node.js version
N/A
Operating system
debian testing
Additional context
This is also what might be causing #1399
The text was updated successfully, but these errors were encountered: