Can't load Atomiswave titles
-
So I've been bashing my head against this for a couple days. I didn't want to bother anyone with it until I had completely exhausted all of my own troubleshooting abilities.
I picked up some atomiswave roms and set up my es_systems.cfg so it would show up in emulationstation. I added the games, scraped, everything looks good. Then when I try to run it, the screen goes black, and then it goes right back to the menu. I tried to launch with verbose logging and it gave me this: https://pastebin.com/mq2rqwwT
I have awbios.zip and even the naomi bios files in my /dc folder, so it shouldn't be that. I tried multiple different awbios files just to be sure I didn't have a bad one, and the one I used came from the romset I pulled these roms from. I have tried multiple romsets as well, and they all do the exact same thing. I've tried lr-flycast and redream and they both come back with the same thing. I saw there was a retroarch update from a few days back and I installed that as well and nothing changed (except my dreamcast audio coming back).
I keep coming back to the lines:
[libretro WARN] 00:00:865 hw/naomi/naomi_cart.cpp:223 W[NAOMI]: Cannot open /home/pi/RetroPie/roms/atomiswave/dolphin.zip
[libretro ERROR] 00:00:865 hw/naomi/naomi_cart.cpp:687 E[NAOMI]: Cannot load /home/pi/RetroPie/roms/atomiswave/dolphin.zip: error 2I don't think it could be a permissions issue. I tried to set perms to pi:pi for everything in my roms folder. It looks like it still stays pi:root but nothing else is showing any issue besides daphne, but I think that has to be a separate issue. Does anyone know what the problem could be?
-
Forgot to mention... Running pi 4 with retropie 4.6 and hursty's super sweet theme if that is at all relevant.
-
How did you configure you es_systems.cfg for atomiswave?
<system> <name>atomiswave</name> <fullname>Atomiswave</fullname> <path>/home/pi/RetroPie/roms/atomiswave</path> <extension>.zip .lst</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ atomiswave %ROM%</command> <platform>atomiswave</platform> <theme>atomiswave</theme> </system>
-
The error seems to indicate that file
.zip
file cannot be opened. Is it a proper zip file ? Can you runzipinfo -vv /home/pi/RetroPie/roms/atomiswave/dolphin.zip
then post the output.
-
I just put:
<system>
<name>atomiswave</name>
<fullname>Atomiswave</fullname>
<path>/home/pi/RetroPie/roms/atomiswave</path>
<extension>.cdi .chd .cue .gdi .sh .zip .CDI .CHD .CUE .GDI .SH .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS dreamcast %ROM%</command>
<platform>atomiswave</platform>
<theme>atomiswave</theme>
</system>I copied the dreamcast one and changed the names around. It's what I did for CPS1-3 with fba, so I figured that would work. I don't have .lst files. The contents of the zips are all .bin and .u# files. The original zips I had didn't have the bins either, just the .u#
-
@mitu said in Can't load Atomiswave titles:
zipinfo -vv /home/pi/RetroPie/roms/atomiswave/dolphin.zip
Yeah that's what I can't figure out. The zip seems to be fine to my eyes and I've tried multiple versions. Here is the output: https://pastebin.com/Gjg3FSaz
-
Yes, the zip looks file; what permissions are set on the file and the parent folder ?
-
I'm not sure how much the pi:root matters rather than pi:pi. I don't really know how to change that. When I used a chmod command to set it to pi:pi it still stayed pi:root.
-
Oh, it didn't show my /roms permissions. You can see that here: https://pastebin.com/Ap0uA5gW
-
Are you running your ROMs from an USB hdd/stick ? That might explain the permissions issue. The
pi
user has rights to read/write, thoughroot
as group doesn't make sense - should bepi
. -
@mitu I'm running roms from my NAS on unraid. Nothing else is having this problem, though.
I just picked up a 3rd party image where I know they work and see what they are doing differently. So far what I have noticed is that they are using .bin and .lst files and for some reason their es_systems.cfg basically has 2 systemLists in it.
-
I'm running roms from my NAS on unraid. Nothing else is having this problem, though.
Can you post your mount options ?
I just picked up a 3rd party image where I know they work and see what they are doing differently. So far what I have noticed is that they are using .bin and .lst files and for some reason their es_systems.cfg basically has 2 systemLists in it.
.lst
are not recommended by upstream for Naomi/Atomiswave, the supported format is compatible MAME ROMs. -
@mitu my mount options? Like my fstab?
I'm still really new to all of this, I've just been spending so much time on it that I'm actually picking some of it up but a lot of Linux still escapes me, haha.
-
@construkt said in Can't load Atomiswave titles:
my mount options? Like my fstab?
If you're using that to remotely mount your ROMs folder from the NAS, then yes.
-
@mitu here is my fstab file: https://pastebin.com/YzELhXCn
-
You should change the
//192.168.2.101/retropie-mount/home/pi/RetroPie/roms /home/pi/RetroPie/roms cifs guest,uid=1000 0 0
to
//192.168.2.101/retropie-mount/home/pi/RetroPie/roms /home/pi/RetroPie/roms cifs guest,uid=1000,gid=1000,noserverino,nounix 0 0
-
@mitu said in Can't load Atomiswave titles:
//192.168.2.101/retropie-mount/home/pi/RetroPie/roms /home/pi/RetroPie/roms cifs guest,uid=1000,gid=1000,noserverino,nounix 0 0
Holy hell, that did it.
Thank you so much for your time. This was killing me. I felt like it was a permissions issue, but I could not for the life of me pin down why this would be an issue but nothing else was causing me trouble.
-
It wasn't a permission issue, the
noserverino
is the option that matters here - that's why it was added to the docs. -
@mitu I did a lot of reading around in those docs, but since I didn't require a user/pass for access I didn't know how much of that I should cut out of the line so I browsed forums until I found an example of someone doing what I was trying to.
Duly noted, though. Just another thing added to all the stuff I've learned about this stuff in the last couple months. After fixing that, Daphne works as well for me. I knew it was going to be some little minute detail. Thanks again, you're a lifesaver.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.