libretro / vice-libretro

Versatile Commodore 8-bit Emulator
GNU General Public License v2.0
40 stars 70 forks source link

Crash on gzipped diskimages #449

Closed veganvelociraptor closed 2 years ago

veganvelociraptor commented 2 years ago

When tidying up my c64 collection, I gzipped all d64 and d81 images and changed the suffixes to d6z/d8z, which should work according to the official documentation.

Trying to load any them however, causes retroarch to crash. This happens regardless if the suffix used is d64.gz/d81.gz or d6z/d8z, making me suspect the error is related to the gzip integration of the VICE core. The error does not occur when using gzipped images in the PUAE core.

(running Arch, tried the most recent pre-compiled Retroarch+cores and the latest git releases)