Running ROMs from a Network Share
-
es_systems.cfg looks like this:
... <path>//192.168.2.160/Games/LaunchBox/Games/Nintendo 64</path> ....
EmulationStation doesn't support share (UNC) paths, you should leave those paths local (i.e.
/home/pi/RetroPie/roms/Nintendo N64
).autostart.cfg looks like:
emulationstation #automax_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0sudo mount -t cifs -o guest,uid=pi,nounix,noserverino //192.168.2.160/Games/LaunchBox/Games /home/pi/RetroPie/roms
This is not correct:
- the
hdmi_
parameters have no place here, you should add those to/boot/config.txt
, the configuration file for the RPI bootloader. - you're starting EmulationStation before mounting the network share, so the ROM folders will not exist - put the mount command before EmulationStation starts.
cp /etc/emulationstation/es_systems.cfg /home/pi/.emulationstation/es_systems.cfg
That will create your own customized
es_systems.cfg
, which allows you to edit the ROM paths or add/remove systems. Just be aware you'll have to maintain this file yourself and synchronize it with/etc/emulationstation/es_systems.cfg
when adding new emulators/systems. - the
-
Tried what you said, and that still didn't have any ROMs show up. Then changed the Nintendo 64 to n64(I do believe that is the default folder name) and still nothing.
-
Check if the
mount
command worked - exit EmulationStation and run themount
command manually, see if you get any errors. -
I think so... doesn't show an error. I was also just looking around using winscp, my /home/pi/RetroPie/roms/Nintendo 64 folder is populated in the pi it self, just emulation station is not showing any ROMs or emulators
-
@koygi Post your ES log - from
$HOME/.emulationstation/es_log.txt
- to pastebin.com. -
@mitu said in Running ROMs from a Network Share:
$HOME/.emulationstation/es_log.txt
https://pastebin.com/tiR7TeN7 I think I did that right.
-
I don't think it's the whole log (and the lines are truncated) and don't seen any mentions to 'n64' in it. Try to get the whole log file as is with WinSCP and also post your
es_systems.cfg
file from the same folder. -
Sorry I had to use PuTTY ... I cann't see the .emulationstation on winSCP.
-
@koygi said in Running ROMs from a Network Share:
. I cann't see the .emulationstation on winSCP.
It's a 'hidden' folder, you may want to enable showing hidden files/folders in WinSCP. The same folder is available via file shares at
\\retropie\configs\all\emulationstation
. -
https://pastebin.com/apjXnxhd - log
https://pastebin.com/807gehmT - config -
Can you spot the error ?
-
Looking the only difference I can see at the two is // vs. /. Which one should be correct?
-
Your path for the N64 roms folder is wrong:
EmulationStation doesn't support share (UNC) paths, you should leave those paths local (i.e. /home/pi/RetroPie/roms/Nintendo N64).
-
I sware I had it changed to what you said earlier. Changed both files and it's now showing my N64 ones. Hopefully I can get the rest to work... thank you.
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.