Hello,
i run hatari with Retropie on a Rasperry Pi 2.
Every time i try to start a zip-compressed Game (Compressed .st or .stx File) i get the error message “RetroArch [ERROR] :: ZIP extraction failed at line…”
I read that “extraction_directory” in retroarch.cfg should be set to a directory that has the correct read/write rights.
So i made the directory: md /home/pi/RetroPie/temp/
and gave the rights with: chmod 777 -R /home/pi/RetroPie/temp/
And edited the retroarch.cfg with:
sudo nano /opt/retropie/configs/atari2600/retroarch.cfg
Here i edited:
extraction_directory = /home/pi/RetroPie/temp/
But the error is not gone :-(
Can anybody help me?