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
Had a strange issue that has occurred regarding a zip created through an external library that mounts without error in physfs but any attempt to enumerate or stat on the files inside returns the 'not found' error.
I've tested in the integrity of the zip (through Ubuntu) and there are no issues (plus the files can be extracted in other tools without error), the only guess I can make on the problem is that the entries inside the zip are not separated as two parts directory and then the file (also probably perhaps something related to the leading slash in the filenames?).
E.g. (the problem zip shows this for the integrity check)
Zipping the files directly in Ubuntu gives a working file but looks like this...
Here are the two files and some example code to hopefully show the error...
Hi,
Had a strange issue that has occurred regarding a zip created through an external library that mounts without error in physfs but any attempt to enumerate or stat on the files inside returns the 'not found' error.
I've tested in the integrity of the zip (through Ubuntu) and there are no issues (plus the files can be extracted in other tools without error), the only guess I can make on the problem is that the entries inside the zip are not separated as two parts directory and then the file (also probably perhaps something related to the leading slash in the filenames?).
E.g. (the problem zip shows this for the integrity check)
Zipping the files directly in Ubuntu gives a working file but looks like this...
Here are the two files and some example code to hopefully show the error...
not-working.zip
working.zip
Thanks in advance for any enlightenment on this :)
The text was updated successfully, but these errors were encountered: