question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some ISOs not parsed from DiscUtils

See original GitHub issue

I’ve been playing with this library for a few minutes and created small PowerShell module using it.

$ExtractMe = "$Env:UserProfile\Downloads\DaRT70.iso"
$Extractor = [Microsoft.CST.OpenSource.RecursiveExtractor.Extractor]::new()
$Extractor.ExtractFile($ExtractMe) | Format-Table

this is the error: image

This is bootable .iso.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
SteAmeRcommented, Jan 18, 2023

I apologize for raising the matter again, but the UDF issue still persists so I tried to fix it. I hope it helps.

0reactions
gfscommented, Jan 23, 2023

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Check if ISO has Joliet extension by DiscUtils
Iso9660 for joliet extensions for the purposes of that field. I don't know the reason for that - it might be a bug,...
Read more >
Issues · microsoft/RecursiveExtractor
RecursiveExtractor is a .NET Standard 2.0 archive extraction Library, and Command Line Tool which can process 7zip, ar, bzip2, deb, gzip, iso, rar,...
Read more >
Error with .iso (XEMU) : r/Roms
14 votes, 34 comments. Hello, I downloaded a game .iso, for the original Xbox but when I try to use it says "Please...
Read more >
LTRData.DiscUtils.Core 1.0.12
NET library to read and write ISO files and Virtual Machine disk files (VHD, VDI, XVA, VMDK, etc). DiscUtils is developed in C#...
Read more >
Serve Customized .ISO files from ASP.NET
Introduction. This article describes how, using the DiscUtils library from CodePlex, you can serve up customized ISO files from a website.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found