Ok, i will do more tests later.dee2eR wrote: ↑Fri Mar 23, 2018 10:54 pmYou're using the correct set for FBA, not sure why so much stuff is missing from the fba.lst file though. I just checked a list and the games missing descriptions should be supported in FBA. I prefer to use MAME when possible so hadn't noticed before. The FBA version in use will change at the next release but I think the roms will be the same, my understanding is FBA is using a modified MAME173 set.
UPDATE: yes, the problem is that the FBA rom names do not correspond to those in the fba.lst
The solution is the manual editing of their name (...) and of the image name, or changing emulator: i don't think there is another fix to it, at this moment.
Thanks to all for help, now i know where are .lst files and how to edit them.
Problem "solved".
.commands files are native to Daphne, but i think i understood where is the issue.dee2eR wrote: ↑Fri Mar 23, 2018 10:54 pmAlso not sure if a .commands file will work or not without further fiddling in Daphne. The setup will be a bit different to RetroPie. Sorry I'm really not a Daphne expert, the couple of games I had for it worked and I moved on. It's certainly possible to implement it or something similar through the /boot/launchers/daphne.sh launcher. If the commands files are not native to Daphne you could edit in per game options into the launcher directly too.
Now, I'm definitely sure it's a problem of ownership. I can see that owner of /boot/roms (and subfolders) is user "root", but, starting the Daphne games for the first time, the emulator creates .dat files and tries to write them in /boot/roms/daphne/framefile/[game folder] as "pi". So, i have to change permissions of /boot/roms (or /boot/roms/daphne/framefile/[game folder]) from "root" to "pi". I tried to do this with command "chown" as "root", but i always got the error "changing ownership of `/boot/roms': Operation not permitted". I think it's because the filesystem of BOOT partition is FAT32, and ownership changing with "chown" is not possibile in non-Linux partitions.
Maybe this can help.



