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

    How can I navigate to the home/pi folder?

    Scheduled Pinned Locked Moved Help and Support
    pico-8homeretropie setupinstall issues
    23 Posts 3 Posters 5.4k 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.
    • S
      sumps @mitu
      last edited by

      @mitu awesome thanks mate
      Now I have it there in emulationstation but the carts crash as soon as I select one grrrr
      Back to the drawing board!? Do you have any experience with PICO-8?

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

        @sumps said in How can I navigate to the home/pi folder?:

        Back to the drawing board!? Do you have any experience with PICO-8?

        No, but if you can find a log file (take a look at /dev/shm/runcommand.log) we might be able to find the culprit.

        S 3 Replies Last reply Reply Quote 0
        • S
          sumps @mitu
          last edited by

          @mitu sorry for my naivety I’m still learning and really appreciate , but Do I type that in on the pi itself or on my pc via ssh?

          1 Reply Last reply Reply Quote 0
          • S
            sumps @mitu
            last edited by

            @mitu ok I’ve looked how to do that and I’ll fire up the pi and post the results hopefully can help thanks again

            1 Reply Last reply Reply Quote 0
            • S
              sumps @mitu
              last edited by

              @mitu said in How can I navigate to the home/pi folder?:

              @sumps said in How can I navigate to the home/pi folder?:

              Back to the drawing board!? Do you have any experience with PICO-8?

              No, but if you can find a log file (take a look at /dev/shm/runcommand.log) we might be able to find the culprit.

              Ok so I typed that and have this..

              No such file or directory

              ?

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

                Did you installed WinSCP on your PC ? It will be useful to download or look/edit the files on the PI.
                Start a Pico-8 game, wait for the crash, then look up the file I mentioned and open it up to look at its contents. Post the contents here (if any). If the file does not exist after you launch the game, then it doesn't use the normal RetroPie launch method.

                S 1 Reply Last reply Reply Quote 0
                • S
                  sumps @mitu
                  last edited by

                  @mitu said in How can I navigate to the home/pi folder?:

                  Did you installed WinSCP on your PC ? It will be useful to download or look/edit the files on the PI.
                  Start a Pico-8 game, wait for the crash, then look up the file I mentioned and open it up to look at its contents. Post the contents here (if any). If the file does not exist after you launch the game, then it doesn't use the normal RetroPie launch method.

                  I have FileZilla ?
                  When I typed it in before I had the line ‘no such file or directory’ ?
                  I can’t get any games to start as the screen goes black after I select a game then just goes back to the game selection screen after about 3 seconds

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

                    @sumps said in How can I navigate to the home/pi folder?:

                    I have FileZilla ?

                    That works also.

                    When I typed it in before I had the line ‘no such file or directory’ ?

                    You don't need to type it, just browse to the /dev/shm/ folder on the Pi and look for that file.

                    I can’t get any games to start as the screen goes black after I select a game then just goes back to the game selection screen after about 3 seconds

                    That's usually an emulator/game error and /dev/shm/runcommand.log is where it gets logged. If the file is not there, there's no log.

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      sumps @mitu
                      last edited by

                      @mitu ok I’ll try that and let you know!..
                      Also, when I downloaded the Linux version of Pico-8 I picked the 32bit ahead of the 64bit version
                      Was that correct?

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

                        @sumps said in How can I navigate to the home/pi folder?:

                        Also, when I downloaded the Linux version of Pico-8 I picked the 32bit ahead of the 64bit version
                        Was that correct?

                        Yes, but there's a lot of different 'bits' going around. Which version specifically did you download ?

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          sumps @mitu
                          last edited by

                          @mitu I downloaded the 32bit Linux version from the official site and the version is PICO-8 v0.2.0d

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

                            @sumps said in How can I navigate to the home/pi folder?:

                            @mitu I downloaded the 32bit Linux version from the official site and the version is PICO-8 v0.2.0d

                            You're sure you downloaded the version for the Raspberry Pi and not the one for Linux 32 bit ?

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              sumps @mitu
                              last edited by

                              @mitu said in How can I navigate to the home/pi folder?:

                              @sumps said in How can I navigate to the home/pi folder?:

                              @mitu I downloaded the 32bit Linux version from the official site and the version is PICO-8 v0.2.0d

                              You're sure you downloaded the version for the Raspberry Pi and not the one for Linux 32 bit ?

                              Yes defiantly had the pi version!
                              I just went to the location you said about the run command and this is what is written..

                              Parameters:
                              Executing: /home/pi/pico-8/pico8 /home/pi/pico-8/lexaloffle-pico8.png
                              /opt/retropie/supplementary/runcommand/runcommand.sh: line 1251: /home/pi/pico-8/pico8: Permission denied

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

                                @sumps said in How can I navigate to the home/pi folder?:

                                /home/pi/pico-8/pico8

                                Try running the following from the command line

                                chmod +x /home/pi/pico-8/pico8
                                

                                and see if the game(s) launch.

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  sumps @mitu
                                  last edited by

                                  @mitu said in How can I navigate to the home/pi folder?:

                                  @sumps said in How can I navigate to the home/pi folder?:

                                  /home/pi/pico-8/pico8

                                  Try running the following from the command line

                                  chmod +x /home/pi/pico-8/pico8
                                  

                                  and see if the game(s) launch.

                                  So just open the terminal (f4) type that and enter is that where to enter it? So sorry to be a pain

                                  S 2 Replies Last reply Reply Quote 0
                                  • S
                                    sumps @sumps
                                    last edited by sumps

                                    @mitu also, do I reboot after that?

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

                                      @sumps No, there's no need to reboot, just restart EmulationStation back.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sumps @sumps
                                        last edited by

                                        @sumps said in How can I navigate to the home/pi folder?:

                                        @mitu said in How can I navigate to the home/pi folder?:

                                        @sumps said in How can I navigate to the home/pi folder?:

                                        /home/pi/pico-8/pico8

                                        Try running the following from the command line

                                        chmod +x /home/pi/pico-8/pico8
                                        

                                        and see if the game(s) launch.

                                        So just open the terminal (f4) type that and enter is that where to enter it? So sorry to be a pain

                                        Ok so progress! Now boots into Pico8 that’s great thanks so much @mitu

                                        Just have to find a guide for the next steps but at least it’s booting now👍

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          sumps @sumps
                                          last edited by

                                          @mitu yes definitely all working now
                                          Just can’t get any controls to work apart from a plugged in keyboard!?

                                          1 Reply Last reply Reply Quote 0
                                          • Z
                                            zerojay
                                            last edited by

                                            I've created a script in the RetroPie-Extra repo for adding the Pico8 as its own system to your RetroPie install: https://raw.githubusercontent.com/zerojay/RetroPie-Extra/master/scriptmodules/emulators/pico8.sh

                                            1 Reply Last reply Reply Quote 1
                                            • 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.