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
I also ran into this error when trying to read a specific Blu-ray iso file. The image mounts and is playable on my system via VLC but if I try to construct a reader (UdfReader cd = new UdfReader(isoStream)) I get the EFE implemented exception. I don't know if this is useful but using other disc analysis tools I can see that the UDF structure of the iso file is as follows:
"Disc Type Information" | 0-31
"Volume Descriptor Sequence" | 32-37
"Reserve Volume Descriptor Sequence" | 64-79
"Logical Volume Integrity Descriptor" | 96-97
"Anchor Volume Descriptor Pointer" | 256-256
"Meta Data File" | 480-480
"Fileset Descriptor","Meta Data File","Meta Data Mirror File" | 512-513
"Meta Data File","Meta Data Mirror File","Root Node" | 514-514
"Meta Data File","Meta Data Mirror File" | 515-1567
"Meta Data Mirror File" | 14070528-14070528
If you contact me I can get you a copy of the iso file or help debug things further.
When I wish to extract an ISO file, I got:
Only EFE implemented for Metadata file entry
The code I used:
and
What is the problem ? How can extract that ISO file ?
The text was updated successfully, but these errors were encountered: