RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Running ROMs from a Network Share

    Scheduled Pinned Locked Moved Help and Support
    pi 4config fileroms on networkroms not detect
    15 Posts 2 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mituM
      mitu Global Moderator @koygi
      last edited by

      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 #auto

      max_usb_current=1
      hdmi_group=2
      hdmi_mode=1
      hdmi_mode=87
      hdmi_cvt 800 480 60 6 0 0 0

      sudo 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.

      1 Reply Last reply Reply Quote 0
      • K
        koygi
        last edited by

        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.

        mituM 1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @koygi
          last edited by

          Check if the mount command worked - exit EmulationStation and run the mount command manually, see if you get any errors.

          1 Reply Last reply Reply Quote 0
          • K
            koygi
            last edited by

            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

            mituM 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @koygi
              last edited by

              @koygi Post your ES log - from $HOME/.emulationstation/es_log.txt - to pastebin.com.

              K 1 Reply Last reply Reply Quote 0
              • K
                koygi @mitu
                last edited by

                @mitu said in Running ROMs from a Network Share:

                $HOME/.emulationstation/es_log.txt

                https://pastebin.com/tiR7TeN7 I think I did that right.

                1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator
                  last edited by

                  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.

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    koygi @mitu
                    last edited by

                    Sorry I had to use PuTTY ... I cann't see the .emulationstation on winSCP.

                    mituM 1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator @koygi
                      last edited by

                      @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.

                      1 Reply Last reply Reply Quote 0
                      • K
                        koygi
                        last edited by

                        https://pastebin.com/apjXnxhd - log
                        https://pastebin.com/807gehmT - config

                        1 Reply Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator
                          last edited by

                          Can you spot the error ?

                          1 Reply Last reply Reply Quote 0
                          • K
                            koygi
                            last edited by

                            Looking the only difference I can see at the two is // vs. /. Which one should be correct?

                            1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator
                              last edited by

                              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).

                              1 Reply Last reply Reply Quote 0
                              • K
                                koygi
                                last edited by

                                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.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                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.