TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.4k stars 224 forks source link

"At least 16.00 EB more space is needed." #355

Closed TomTsunami closed 6 years ago

TomTsunami commented 6 years ago

Trying to extract a ~3GB zip file gives me this error. Upon inspection, the file "gamedata.bin" inside the zip archive is labeled as 16.00 EB in Vitashell. (In Windows it is 3.04 GB).

cmsj commented 6 years ago

which version of VitaShell are you using? 1.78 added support for opening archives >2GB

TomTsunami commented 6 years ago

I am using VitaShell 1.78. I used Molecular Shell 1.43 to extract and had no issues - see screenshots.

0110181212_vita 0110181213_molecular

TheOfficialFloW commented 6 years ago

Looks like the issue is that off_t from the stat struct is used which is only 32bit wide. I'll fix this bug soon.

TheOfficialFloW commented 6 years ago

Fixed in https://github.com/TheOfficialFloW/VitaShell/commit/6c2c40caab05e244f0c8633e0b15df6e489bf1f8