Seems EmuElec does not really likes ZIP packed games. I have create directories for each game, to put all needed files into this folder. When copying all files (unpacked) into a game folder, all works fine.
When i just put a ZIP acrhive containing all the game files (no folder inside the ZIP), the emulator starts but fails, because it seems, he cant find files.
I fixed this for me, by just unpacking ZIP files and copying the game files into seperate folders. (for each game) Maybe a bug?
Edit:
The files inside the ZIP files are looking like this:
CDROM in zip (or rar, or any compression format) is not a good idea. The emulator has to unzip the whole CDROM image to a directory (or store it in RAM), then the game can be played. A CDROM image usually takes 400 to 600 MB. You should not think it would work smoothly just like PCE ROM files. PCE ROM files are small, roughly 2MB or 4MB. Unzip a PCE ROM from ZIP archive takes at most 5 seconds. The two situations are not comparable.
There is certain compression format dedicated specifically for CDROM, such as CZO or CSO, which can be played without unpack the whole CDROM image. It depends on if the emulator support the format. IIRC, PPSSPP supports CSO format. Besides, there is restriction on the track number of the CDROM. Multi-track CDROM image is not supported.
So, it’s definitely not bug.
@edouard:
Thanks a lot for this great info. Unfortunately I was not aware of this beforehand. I found a tool (Win32 with UI) that has good compression - but I have to add each file individually.
Can you recommend a good tool, in addition to have a very good compression and supporting processing batch (multiple files at once)? Thanks