Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pack" fails on Windows when ran on ImDisk ramdisks #103

Closed
smx-smx opened this issue Dec 22, 2024 · 2 comments · Fixed by #104
Closed

"pack" fails on Windows when ran on ImDisk ramdisks #103

smx-smx opened this issue Dec 22, 2024 · 2 comments · Fixed by #104
Labels
bug Something isn't working xdvdfs-cli Relating to the xdvdfs command-line frontend

Comments

@smx-smx
Copy link

smx-smx commented Dec 22, 2024

xdvdfs pack faults when operating on ramdisks created with ImDisk toolkit:

> xdvdfs pack R:\files R:\output.iso
`error: Incorrect function. (os error 1)`

Repro steps:

Tested on commit 1cc850b

@antangelo
Copy link
Owner

In general this should be a bug with the filesystem; based on what I could find this error would imply it doesn't implement the particular operation we use for path canonicalization.

That being said, we can probably work around it with some tradeoffs in detecting output path validity, see if this works for you: #104

@antangelo antangelo added bug Something isn't working xdvdfs-cli Relating to the xdvdfs command-line frontend labels Dec 22, 2024
@smx-smx
Copy link
Author

smx-smx commented Dec 22, 2024

Thanks for the quick reply.
I tried the patch and i confirm it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working xdvdfs-cli Relating to the xdvdfs command-line frontend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants