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.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.
    • BuZzB
      BuZz administrators
      last edited by

      @sebacote - please can you paste the contents of that file 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

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

        @BuZz sure, here it is :
        http://pastebin.com/7SGxak88

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

          @sebacote

          Sorry, but I need the output of file /opt/retropie/configs/psx/retroarch.cfg before retroarch has saved its config there - after the video tool has been used - I need this

          • remove configs/psx/retroarch.cfg file completely
          • reinstall psx emulator
          • use the video tool
          • then the output of file /opt/retropie/configs/psx/retroarch.cfg (and contents to confirm)

          it is at that point retroarch gets confused. I'm trying to see what the file endings are as I want to rule out there being CRLF endings which could cause problems. I can't tell from the pastebin posts.

          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
          • S
            sebacote @BuZz
            last edited by

            @BuZz oh my bad! I'm doing too many things at the same time! I'll do this right now!

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