-
Notifications
You must be signed in to change notification settings - Fork 31
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
Some ISOs not parsed from DiscUtils #9
Comments
Thanks for your report. That its unusual since it looks like you are on Windows. Can you possibly provide the target file you're using? |
Unfortunately can't. This is from Dart from MS, but it's a private build. But it would seem.ISO files aren't working properly: Tar files behave differently And also I am not sure if FullPath is what I would expect - why would there be |
You can send it to my Microsoft email/teams if that's possible. I have a .iso unit test that is passing so its harder to nail down without a repro file. I can try to grab a couple bootable isos randomly and try to repro however.
This is a bug that is fixed in main but the builds aren't being published currently. We transitioned to a new repo and are still working on getting the pipeline up here.
This is something I'll need to address. But basically its because most non-windows things naturally use |
Please give me your address - I'll send it over. Another question - is the library simply to "show" files within archive or is it supposed to extract them as well on demand? |
It extracts the files. The FileEntry objects returned contains a Content stream that contains the contents of the file. |
Sent. |
One of these mentioned files seems to be fixed in main. |
Current issue is that some ISOs produce no enumerated files |
When looking through issues on the DiskUtils repo I noticed this comment that some isos that don't parse correctly may be UDF formatted. DiskUtils also has a UDF reader so it might be worth retrying isos as UDF. |
I apologize for raising the matter again, but the UDF issue still persists so I tried to fix it. I hope it helps. |
Thanks for your help @SteAmeR with #120, which added an extractor for UDF isos without a joliet index. @PrzemyslawKlys is it possible for you to retry with the file you were having issues with on the latest or to reach back out to provide the sample file again or perhaps explain how to generate a file of this type with test contents suitable? |
I've been playing with this library for a few minutes and created small PowerShell module using it.
this is the error:
![image](https://user-images.githubusercontent.com/15063294/89469193-3ba67200-d779-11ea-8f53-b3cb89da41f0.png)
This is bootable .iso.
The text was updated successfully, but these errors were encountered: