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
Trace logs do not provide much helpful info to me. It appears the extracted file is renamed to another directory, which does not work when the output dir is on another file system. My /tmp and output directory are indeed not on the same filesystem.
I'd expect that igir expects /tmp to be on another file system, so unless this is a new bug, it might have something to do with my system configuration. If so, I'm not sure what's happening under the hood to debug this further.
The text was updated successfully, but these errors were encountered:
Paste the command
Describe the bug
extract
on 7z file (either withmove
orcopy
) results inEXDEV: cross-device link not permitted
:Error applies to apparently all matched roms.
After completing the igir command, no files are present in the output directory.
Expected behavior
Files within 7z archive should be extracted (to cache dir) and (after that) moved (or copied) to the output directory.
Debug logs
DAT(s) used
No-Intro Atari Lynx (LNX)
igir version
v3.1.0
Node.js version
v22.13.1
Operating system
Almalinux 9.5
Additional context
Trace logs do not provide much helpful info to me. It appears the extracted file is renamed to another directory, which does not work when the output dir is on another file system. My
/tmp
and output directory are indeed not on the same filesystem.I'd expect that igir expects /tmp to be on another file system, so unless this is a new bug, it might have something to do with my system configuration. If so, I'm not sure what's happening under the hood to debug this further.
The text was updated successfully, but these errors were encountered: