clalancette / pycdlib

Python library to read and write ISOs
GNU Lesser General Public License v2.1
143 stars 38 forks source link

Exception in folder deletion #116

Open 19Doc89 opened 1 year ago

19Doc89 commented 1 year ago

Hi, When I delete a folder using the rm_folder() function the script raises an Exception when the iso.write(destination) is called. It doesn't happen for every single directory, but most of them, anyway. Any ideas? Thank you

pycdlib.pycdlibexception.PyCdlibInternalError: Invalid integer passed to swab; must be unsigned 32-bits!

clalancette commented 11 months ago

I'm sorry for the very long delay in responding.

Nothing in particular comes to mind. If you have a particular ISO or a particular directory structure that causes this to happen, I'd be happy to look into it and try to figure out what is going on.