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

    PS1 not seeing any controllers

    Scheduled Pinned Locked Moved Help and Support
    87 Posts 14 Posters 42.7k 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
      sebacote @BuZz
      last edited by sebacote

      @BuZz here is the fresh "videotooled" retroarch.cfg file : http://pastebin.com/x3bwRt7N

      Quick edit : I used v1.0 of the video tool, freshly downloaded

      1 Reply Last reply Reply Quote 0
      • BuZzB
        BuZz administrators
        last edited by BuZz

        @sebacote you forgot the output of file /opt/retropie/configs/psx/retroarch.cfg ?

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        S 1 Reply Last reply Reply Quote 0
        • FloobF
          Floob
          last edited by

          Just for the sake of clarity, please note the video manager tool never touches the global retroarch.cfg, but it does overwrite the system specific ones.
          Depending on the options chosen it can also overwrite the retroarch core options file and the videomodes.cfg file.

          Please read the Docs before asking a new question.
          RetroPie Help Guides: https://goo.gl/3gcNsT

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

            @BuZz /opt/retropie/configs/psx/retroarch.cfg: C source, ASCII text

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by BuZz

              hmm strange as the pastebin one when i downloaded as raw said CRLF but that could have been the pastebin site, so maybe it's not line endings then. You didn't do anything (like launching the emulator) after putting it on pastebin and giving me the output of file right ?

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators
                last edited by BuZz

                Floobs tool runs on the rpi right anyway ? I've never used it so line endings should be fine then. I just wanted to rule that out. Ill see if I can confuse retroarch with the existing configs, and if so, will git bisect as retroarch didn't used to get confused so something has changed.

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

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

                  @BuZz absolutely not did anything. Here are the steps I did :

                  • Removed .cfg file (with WinSCP);
                  • Opened a PuTTY session, got into retropie-setup script;
                  • Uninstalled psx emulator (in main packages) and then reinstalled it from binaries;
                  • Downloaded and ran the video tools from PuTTY, those are the steps I used :
                    wget https://github.com/biscuits99/rp-video-manager/releases/download/v1.0/rp-video-manager.zip
                    unzip -o rp-video-manager.zip
                    rm rp-video-manager.zip
                    cd /home/pi/rp-video-manager
                    chmod 755 videomanager.sh
                    ./videomanager.sh
                    I installed required files then I applied overlays-no-tv for 1080p;
                  • Opened the new retroarch.cfg file with WinSCP (opened in Notepad++)
                  • Copy/paste to a new pastebin;
                  • copied the output of file via PuTTY.
                  1 Reply Last reply Reply Quote 0
                  • FloobF
                    Floob
                    last edited by Floob

                    FWIW here is the psx retroarch.cfg file I have on windows - which is what I use before I zip it up for github

                    https://s4.postimg.org/pa57kvmgt/retroarch_overlay.png

                    Please read the Docs before asking a new question.
                    RetroPie Help Guides: https://goo.gl/3gcNsT

                    1 Reply Last reply Reply Quote 0
                    • BuZzB
                      BuZz administrators
                      last edited by BuZz

                      ok. I found the problem

                      Floobs tool misses a line ending after rewind_enable = false so when the include is moved it ends up on the end of that line (so you get rewind_enable = false#include "/opt/retropie/configs/all/retroarch.cfg") - then on the next launch it will overwrite it as the include doesn't get processed.

                      Ideally it should have a newline (as well as the rewind being moved) - but I will make sure the include moving adds one if one is missing (wouldn't happen with nano - but other editors could cause it also)

                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                      1 Reply Last reply Reply Quote 0
                      • BuZzB
                        BuZz administrators
                        last edited by

                        retropie-setup will now make sure there is a newline before moving the #include to the end, which should fix it (you will need to remove the damaged config as well as updating retropie-setup)

                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                        S 2 Replies Last reply Reply Quote 0
                        • FloobF
                          Floob
                          last edited by Floob

                          Thanks so much Buzz!
                          I'll make a note of this and fix it in a future release (no lines under the include).

                          Please read the Docs before asking a new question.
                          RetroPie Help Guides: https://goo.gl/3gcNsT

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

                            @BuZz Thanks! I'll try this right now and keep you informed!

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

                              @BuZz it works flawlessly! Deleted retroarch.cfg, updated retropie-setup, removed/installed PSX emulator, reapplied video tools, rebooted, tried a game, works, quit, start a new game and works, tried 4-5 games and a reboot to be sure, it works well!

                              Here is the pastebin of my current retroarch.cfg after playin a few games : http://pastebin.com/WPyhdzV1. Also, the file output is the same (/opt/retropie/configs/psx/retroarch.cfg: C source, ASCII text). There is a blank line after the include, I took a screenshot of mine : http://i.imgur.com/OI3v7fm.png

                              Thank you for all the great work, it's really appreciated and you're the best :)

                              1 Reply Last reply Reply Quote 0
                              • BuZzB
                                BuZz administrators
                                last edited by

                                Looks good! glad it is sorted.

                                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                1 Reply Last reply Reply Quote 0
                                • B
                                  bengus
                                  last edited by

                                  @BuZz Thanks again for all of your work :-)

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    Ersatz
                                    last edited by Ersatz

                                    Hi! I've been having the same issue, and deleting the config files, updating the retropie-setup and uninstalling/reinstalling the emulators hasn't worked so far. Here's the corrupted retroarch.cfg http://pastebin.com/MsmwJ0T9 (you can swap out /neogeo/ to /fba/ as well, since it seems to happen to both.), and here it is as it should be http://pastebin.com/MArMmd5B

                                    BuZzB 2 Replies Last reply Reply Quote 1
                                    • X
                                      xpz
                                      last edited by

                                      I am still having the same problem as well. Tried manually deleting the PSX config, deleting the PSX emu, reinstalling from binaries -> reboot. After several tries I still get the "bios not found" message + controller not working.

                                      BuZzB 1 Reply Last reply Reply Quote 0
                                      • BuZzB
                                        BuZz administrators @xpz
                                        last edited by BuZz

                                        @xpz said in PS1 not seeing any controllers:

                                        I am still having the same problem as well. Tried manually deleting the PSX config, deleting the PSX emu, reinstalling from binaries -> reboot. After several tries I still get the "bios not found" message + controller not working.

                                        Did you do anything else - eg did you change the config after reinstalling or use the video manager software ? Did you update retropie-setup ?

                                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                        1 Reply Last reply Reply Quote 0
                                        • BuZzB
                                          BuZz administrators @Ersatz
                                          last edited by

                                          @Ersatz said in PS1 not seeing any controllers:

                                          Hi! I've been having the same issue, and deleting the config files, updating the retropie-setup and uninstalling/reinstalling the emulators hasn't worked so far. Here's the corrupted retroarch.cfg http://pastebin.com/MsmwJ0T9 (you can swap out /neogeo/ to /fba/ as well, since it seems to happen to both.), and here it is as it should be http://pastebin.com/MArMmd5B

                                          I'm not sure either and I can't reproduce it. The bug only happened when the config files didn't end in a end of line character (eg the last line incomplete), and by default the configs do not have that. Also there is a workaround in the latest code to avoid this, so I can't see how the configs can end up like that.

                                          When you say it hasn't worked - did it work after initially reinstalling the emulator (eg for the first load) ? Or it didn't work at all (in which case the default configs may not have been put in place correctly)

                                          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                          1 Reply Last reply Reply Quote 0
                                          • BuZzB
                                            BuZz administrators @Ersatz
                                            last edited by BuZz

                                            @Ersatz if you go through the steps you did in more detail perhaps I will see the problem (including anything typed - even if obvious)

                                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                                            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.