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

    Daphne . Arcade joystick orientation wrong.

    Scheduled Pinned Locked Moved Help and Support
    daphnedaphne controll
    164 Posts 28 Posters 47.0k 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.
    • J
      jchannell @pjft
      last edited by jchannell

      @pjft I have another build error happening. Any idea what's causing this? I'm getting it both running command line on the Pi and via SSH.

      This is on a 3A+ running 4.7.1. Tried updating scripts and still got the same error.

      g++  -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2  `sdl-config --cflags` -DUNIX -DLINUX -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_OPENGL -DRPI -DSTATIC_VLDP  -Wall -fsigned-char -c m80.cpp -o m80.o
      g++: fatal error: Killed signal terminated program cc1plus
      compilation terminated.
      make[1]: *** [Makefile:18: m80.o] Error 1
      make[1]: Leaving directory '/home/pi/RetroPie-Setup/tmp/build/daphne/src/cpu'
      make: *** [Makefile:71: sub] Error 2
      /home/pi/RetroPie-Setup
      pi@retropie:~/RetroPie-Setup $ 
      
      pjftP 1 Reply Last reply Reply Quote 0
      • pjftP
        pjft @jchannell
        last edited by pjft

        @jchannell I very much wouldn't, but if I had to venture a guess I'd guess the compiler is running out of memory. Any more details, RetroPie version, how are you compiling it?

        Increasing the compiler swap might help, if that's the issue. @mitu thoughts?

        mituM J 3 Replies Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @pjft
          last edited by

          @pjft said in Daphne . Arcade joystick orientation wrong.:

          @mitu thoughts?

          Yeah, insufficient memory alright. Any reason to install from source when a binary is available ?

          J 1 Reply Last reply Reply Quote 0
          • J
            jchannell @mitu
            last edited by

            @mitu I will install from any source that gets Daphne working with my joystick. :D

            Seriously though, I'm far from a Linux expert. I'm just following these steps in command line as outlined above:

            cd /home/pi/RetroPie-Setup/
            sudo ./retropie_packages.sh daphne clean
            sudo git clone https://github.com/pjft/daphne-emu/ tmp/build/daphne
            cd tmp/build/daphne
            sudo git checkout retropie
            cd /home/pi/RetroPie-Setup
            sudo ./retropie_packages.sh daphne build
            sudo ./retropie_packages.sh daphne install
            sudo ./retropie_packages.sh daphne configure
            

            But it hits that spot and fails every time.

            Here are the system stats:

            
            
                 .***.     Monday, 14 March 2022, 21:40:58
                 *****     Linux 5.4.72-v7+ armv7l GNU/Linux
                 `***'     
                  |*|      Filesystem      Size  Used Avail Use% Mounted on
                  |*|      /dev/root        30G  4.7G   24G  17% /
                ..|*|..    Uptime.............: 0 days, 00h38m28s
              .*** * ***.  Memory.............: 90676kB (Free) / 245228kB (Total)
              *******@@**  Running Processes..: 133
              `*****@@**'  IP Address.........: 10.0.0.34
               `*******'   Temperature........: CPU: 54°C/129°F GPU: 54°C/129°F
                 `"""'     The RetroPie Project, https://retropie.org.uk
            
            pi@retropie:~ $ 
            
            
            1 Reply Last reply Reply Quote 0
            • J
              jchannell @pjft
              last edited by jchannell

              @pjft Tried the instructions here to increase the swap file, but no luck. https://wpitchoune.net/tricks/raspberry_pi3_increase_swap_size.html

              EDIT: Turns out I edited the wrong part of the file. Just got past the install hump, so I'll troubleshoot further as I go. Thanks for all the help!

              1 Reply Last reply Reply Quote 0
              • J
                jchannell @pjft
                last edited by jchannell

                @pjft Now that it is finally installed, I'm still getting the same joystick issues on Dragon's Lair, even with changing the .ini file.

                Just to check, does your repo have the changes that Grant made? The main reason I was recompiling was because his GitHub no longer appears to be active.

                pjftP 1 Reply Last reply Reply Quote 0
                • pjftP
                  pjft @jchannell
                  last edited by

                  @jchannell My repo does, but without knowing exactly what issues you're facing, it's hard to understand what you're going for :)

                  Use this branch:

                  https://github.com/pjft/daphne-emu/tree/grant2258-controls

                  J 2 Replies Last reply Reply Quote 0
                  • J
                    jchannell @pjft
                    last edited by jchannell

                    @pjft Understandable. Probably just got lost in all of the troubleshooting. :D

                    I'm using a Dragonrise USB encoder and a Sanwa joystick (5 pin single cable) and getting the same wacky joystick routing. Going to try installing from that repo. Thanks!

                    EDIT: Actually, I'm not entirely sure what I'm supposed to do with Grant's code here. If I follow the steps I outlined, should that script have been installed or is there something else I need to do?

                    1 Reply Last reply Reply Quote 0
                    • J
                      jchannell @pjft
                      last edited by jchannell

                      @pjft I was able to install from that branch using this string:

                      cd /home/pi/RetroPie-Setup/
                      sudo ./retropie_packages.sh daphne clean
                      sudo git clone --branch grant2258-controls "https://github.com/pjft/daphne-emu.git" tmp/build/daphne
                      cd tmp/build/daphne
                      sudo git checkout retropie
                      cd /home/pi/RetroPie-Setup
                      sudo ./retropie_packages.sh daphne build
                      sudo ./retropie_packages.sh daphne install
                      sudo ./retropie_packages.sh daphne configure
                      

                      But the controls are still not working correctly. Up and down seem to be reversed, and it's hard to tell if that's the same with right and left. I'm about to rip my hair out here.

                      pjftP DirtBagXonD 2 Replies Last reply Reply Quote 0
                      • pjftP
                        pjft @jchannell
                        last edited by

                        @jchannell I genuinely don't quite know what to make of this - knowing that there isn't any logging in place to be better able to troubleshoot it, and not knowing if the issue is with the joystick setup, with daphne, or something else, it's very much a shot in the dark, apologies.

                        In your instructions, all seems reasonable, though I'm wondering why are you checking out the "retropie" branch? That seems off - you want the grant2258-controls one.

                        I could recommend jstest and such to determine what values are being received by the system, and then adjusting the controls file, but if none of this helps, I'd probably recommend looking into Hypseus, which is under more active development and has better controls support from my understanding: https://retropie.org.uk/forum/topic/18505/new-hypseus-and-lr-daphne-to-add-on-retropie-setup/472

                        J 1 Reply Last reply Reply Quote 0
                        • J
                          jchannell @pjft
                          last edited by

                          @pjft said in Daphne . Arcade joystick orientation wrong.:

                          In your instructions, all seems reasonable, though I'm wondering why are you checking out the "retropie" branch? That seems off - you want the grant2258-controls one.

                          Oh... that is likely why! This is my first time working with this kind of compiling, so I wasn't sure what that code meant. Will give that a shot next.

                          Also, just wanted to say thank you so much on helping out here and putting up with people like me struggling.

                          pjftP 1 Reply Last reply Reply Quote 1
                          • pjftP
                            pjft @jchannell
                            last edited by

                            @jchannell By all means. Do let us know how it goes.

                            1 Reply Last reply Reply Quote 0
                            • DirtBagXonD
                              DirtBagXon @jchannell
                              last edited by DirtBagXon

                              @jchannell said in Daphne . Arcade joystick orientation wrong.:

                              But the controls are still not working correctly. Up and down seem to be reversed, and it's hard to tell if that's the same with right and left. I'm about to rip my hair out here.

                              Hi @jchannell , if you try hypseus (in RetroPie-Setup 'exp ' packages)

                              You will have the ability to swap the joystick axis directions. This was not possible in the original Daphne without physically inverting the joystick.

                              Take a look at the example config file here:

                              https://github.com/DirtBagXon/hypseus-singe/blob/master/doc/hypinput.ini

                              You probably want to play with the 4th field  in the top four AXIS options. Altering the '+' and '-' to suit.

                              KEY_UP = SDLK_UP 0 0 -002
                              KEY_DOWN = SDLK_DOWN 0 0 +002
                              KEY_LEFT = SDLK_LEFT 0 0 -001
                              KEY_RIGHT = SDLK_RIGHT 0 0 +001
                              

                              Edit:  Looking back at this thread it seems that the work-a-round was to use the D-Pad rather than analog axis. Using the above hypseus config, you should be able to adjust/assign either: 3rd field for D-Pad, 4th field for analog axis.

                               

                              Hypseus Singe for RetroPie: https://github.com/DirtBagXon/hypseus-singe
                              Hypseus Singe Games: https://github.com/DirtBagXon/hypseus_singe_data
                              Hypseus Discord: https://discord.gg/dgCsCfmRfJ

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

                                Hi guys, my daphne controller still dont work (almost left right)
                                up and down seems ok.
                                Any suggestion?
                                Thanks

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

                                  @superdan Please don't bump old topics. Open a new topic and explain your issue, providing the info asked in https://retropie.org.uk/forum/topic/3/read-this-first.
                                  This topic will be locked.

                                  1 Reply Last reply Reply Quote 0
                                  • mituM mitu locked this topic on
                                  • 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.