antangelo / xdvdfs

Original Xbox DVD Filesystem library and management tool
https://xiso.antangelo.com/
MIT License
80 stars 8 forks source link

Error: Too many entries in directory #55

Closed rizaumami closed 1 year ago

rizaumami commented 1 year ago

Getting Error: Too many entries in directory when packing Tom Clancy's Rainbow Six - Critical Hour (USA) (En,Fr).iso'. Either by directly repacking the iso:

xdvdfs pack Tom\ Clancy\'s\ Rainbow\ Six\ -\ Critical\ Hour\ \(USA\)\ \(En\,Fr\).iso test.iso

Or by unpacking first, and then repacking it:

xdvdfs unpack Tom\ Clancy\'s\ Rainbow\ Six\ -\ Critical\ Hour\ \(USA\)\ \(En\,Fr\).iso
xdvdfs pack Tom\ Clancy\'s\ Rainbow\ Six\ -\ Critical\ Hour\ \(USA\)\ \(En\,Fr\)
antangelo commented 1 year ago

If able, please compile https://github.com/antangelo/xdvdfs/pull/57 from source and verify that it solves the issue.

rizaumami commented 1 year ago

If able, please compile #57 from source and verify that it solves the issue.

I've compiled the PR and verify that it's solved the issue. Thanx.