Closed kielyallen closed 1 year ago
Interesting. Did you have a 2 sd card setup at one point in time? That command you point to in the update script should not have ran unless roms2 was found in the /etc/fstab
file which is only put in there after doing a switch to sd2 setup.
This was done with a clean 256GB microsd, writing the 03302023 .img directly with rufus and installing from the INT slot on the RG353M. I then updated via WiFi to 04272023. There is no second card inserted and there never has been.
Thank you for this feedback. I'll need to review and possibly include a fix for this for single sd card users in the next update.
Addressed with today's update.
Following the Wiki and Emulator Information, after adding Dreamcast bios and roms to all possible directories, multiple game formats, Dreamcast games were not found by emulation station on a fresh installation of ArkOS 03302023 which I almost immediately updated over WiFi to 04272023 . After searching emulationstation posts for a similar issue, I noticed
/home/ark/.emulationstation/es_systems.cfg
is not found, which should be loaded first before then checking for the file in/etc/emulationstation/es_systems.cfg
. The latter exists, and when opened contains the appropriate XML for the Dreamcast, but with one issue.The problem is
<path>/roms2/dreamcast/</path>
./roms2
is not mounted, but exists in/
./roms
is mounted./dev/mmcblk1p5 /roms exfat rw,noatime,uid=1002,gid=1002,fmask=0000,dmask=0000,allow_utime=0022,iocharset=utf8,errors=remount-ro 0 0
Once the correct path is changed to
<path>/roms/dreamcast/</path>
, ArkOS sees the roms. This is also the case for some other systems like Amiga.Is it possible that some sed commands were not run in update?
Able to provide further logs on request if needed.
ArkOS version: 2.0 (04272023) Device: RG353M HostOS: Windows 10