RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    (REQUEST) Add Daphne Singe emulator?

    Scheduled Pinned Locked Moved Ideas and Development
    daphnesinge
    298 Posts 21 Posters 100.5k 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.
    • shavecatS
      shavecat @mitu
      last edited by shavecat

      @mitu
      trying to copy the maddog and maddog.sh to the sd card resting and trying again.
      will let know if works or not
      thanks alot :)
      so still the same :
      d36be511-087f-48b7-b562-f7c0063e1cf6-image.png

      DirtBagXonD mituM 2 Replies Last reply Reply Quote 0
      • DirtBagXonD
        DirtBagXon @shavecat
        last edited by DirtBagXon

        @shavecat

        If you can get back to this point:

        trying
        SO im getting the daphne emulator finally !
        
        but with SINGE GOT AN ERROR =(
        could not open the VLP2 dynamic library (file not found maybe ? )
        
        Progress ! :)](link url)
        

        Then I have a solution for making the shared libraries available globally, although it's a little brutal:

        echo "/home/pi/singe" | sudo tee -a /etc/ld.so.conf.d/singe.conf
        
        sudo ldconfig
        

        This is, of course, assuming you still have those *.so files in /home/pi/singe - or change as appropriate...

        Then try again....

        To revert, if this has bad consequences, just:

        sudo rm /etc/ld.so.conf.d/singe.conf
        
        sudo ldconfig
        

        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

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

          @shavecat said in (REQUEST) Add Daphne Singe emulator?:

          so still the same :

          Not sure what you're expecting - isn't your ROMs folder on the USB stick, which is still a FAT32/non-Linux file system ?

          shavecatS 1 Reply Last reply Reply Quote 0
          • shavecatS
            shavecat @mitu
            last edited by

            @mitu
            i did a new sh file still...
            and i have a lot of sh files on my harddrive for msdos games the work just fine ... (if its related )
            @DirtBagXon
            can i run it after that from the emulationstaion ? and not from the cmd ?
            Im guessing for now i will wait for maybe a proper install .
            dont really get it working :\

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

              @shavecat said in (REQUEST) Add Daphne Singe emulator?:

              can i run it after that from the emulationstaion ? and not from the cmd ?

              If you can get the game working from the command line, then it is just a matter of translating the same call format into the script called by emulationstation (?).

              I don't believe anyone has taken on the task of converting this to a RetroPie plugin, and everyone thus far has made custom scripts to work in their own unique environments, welcome to the world of open source.

              Of course this requires the knowledge to navigate your way around the required scripting.

              At this point I think it may be a good idea for you to either:

              1. Learn, and experiment with, the required scripting by looking at existing scripts and figuring out what they do etc.
              2. Wait until someone picks up the task of making singe a supported plugin (if indeed that does happen).

              Sorry I couldn't get it working for you....

              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

              shavecatS 1 Reply Last reply Reply Quote 1
              • shavecatS
                shavecat @DirtBagXon
                last edited by shavecat

                @DirtBagXon
                OMG ! OMG !!!
                IT DID WORK !!!

                echo "/home/pi/singe" | sudo tee -a /etc/ld.so.conf.d/singe.conf
                
                sudo ldconfig
                

                Working like Charm !!
                thank u so much !!!! <3333 !!!!

                now for get the sh working from the es.

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

                  @shavecat said in (REQUEST) Add Daphne Singe emulator?:

                  @DirtBagXon
                  OMG ! OMG !!!
                  IT DID WORK !!!

                  Interesting, so this means (in your environment) LD_LIBRARY_PATH is being ignored.

                  So glad it's finally working for you...

                  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

                  shavecatS 1 Reply Last reply Reply Quote 1
                  • shavecatS
                    shavecat @DirtBagXon
                    last edited by shavecat

                    @DirtBagXon
                    Thanks u so much ! again !
                    now i have the issue with the sh file hahah :
                    d4449347-2e0c-4305-bfca-eb5313a3f584-image.png

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

                      @shavecat said in (REQUEST) Add Daphne Singe emulator?:

                      @DirtBagXon
                      Thanks u so much ! again !
                      now i have the issue with the sh file hahah :)

                      You can't put a linux executable script on a partition that is vfat (MSDOS)

                      sudo mount | egrep -i 'vfat|msdos' | awk '{print $3}'
                      

                      Should show you where you cannot locate the scripts.....

                      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

                      shavecatS 1 Reply Last reply Reply Quote 0
                      • shavecatS
                        shavecat @DirtBagXon
                        last edited by

                        @DirtBagXon

                        pi@retropie:~ $ sudo mount | egrep -i 'vfat|msdos' | awk '{print $3}'
                        /boot
                        pi@retropie:~ $
                        

                        and again i have already .sh files on my msdos games and the are all on my usbharddirve and working .

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

                          @shavecat

                          sudo mount | grep usb0
                          

                          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

                          shavecatS 1 Reply Last reply Reply Quote 0
                          • shavecatS
                            shavecat @DirtBagXon
                            last edited by

                            @DirtBagXon

                            pi@retropie:~ $ sudo mount | grep usb0
                            /dev/sda1 on /media/usb0 type fuseblk (rw,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
                            pi@retropie:~ $
                            
                            
                            DirtBagXonD 1 Reply Last reply Reply Quote 0
                            • DirtBagXonD
                              DirtBagXon @shavecat
                              last edited by

                              @shavecat said in (REQUEST) Add Daphne Singe emulator?:

                              @DirtBagXon

                              pi@retropie:~ $ sudo mount | grep usb0
                              /dev/sda1 on /media/usb0 type fuseblk (rw,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
                              pi@retropie:~ $
                              
                              
                              noexec
                              

                              So not sure how you have other scripts, unless they are symlinked...

                              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

                              shavecatS 1 Reply Last reply Reply Quote 0
                              • shavecatS
                                shavecat @DirtBagXon
                                last edited by shavecat

                                @DirtBagXon
                                771109d2-5c7b-44d7-916e-5c38ff661016-image.png
                                like that

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

                                  @shavecat

                                  /home/pi/RetroPie/roms/pc/+Start\ DOSBox.sh
                                  

                                  That script isn't on /media/usb0

                                  But it has an argument that points to it...

                                  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

                                  shavecatS 1 Reply Last reply Reply Quote 0
                                  • shavecatS
                                    shavecat @DirtBagXon
                                    last edited by shavecat

                                    @DirtBagXon
                                    sorry didnt notice
                                    and its still works somehow just checked it out with few sh files...
                                    so i have to copy the sh files to my pi card i guess ?
                                    thats a shame wanted to be on the harddrive (that only when its plugedin i can see them )....

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

                                      @shavecat said in (REQUEST) Add Daphne Singe emulator?:

                                      so i have to copy the sh files to my pi card i guess ?

                                      Yes, then chmod 755 them.

                                      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

                                      shavecatS 1 Reply Last reply Reply Quote 0
                                      • shavecatS
                                        shavecat @DirtBagXon
                                        last edited by

                                        @DirtBagXon
                                        thanks will give it a try

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

                                          @shavecat said in (REQUEST) Add Daphne Singe emulator?:

                                          @DirtBagXon
                                          thanks will give it a try

                                          One other and last thought,.....

                                          /bin/bash /media/usb0/roms/daphne/singe/maddog.sh
                                          

                                          Prefix the script on the usb stick with the 'bash' interpreter so it's called as an argument..

                                          But to be clear, the script that is making the above bash call will need to exist on the Pi sd card and will need the executable bit set. So a bit of a chicken and egg scenario. But this is then similar to your DOSBox setup...

                                          Might work for you....

                                          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

                                          shavecatS 1 Reply Last reply Reply Quote 1
                                          • shavecatS
                                            shavecat @DirtBagXon
                                            last edited by

                                            @DirtBagXon

                                            pi@retropie:~ $ /bin/bash /media/usb0/roms/daphne/singe/maddog.sh
                                            /media/usb0/roms/daphne/singe/maddog.sh: line 1: cd: maddog: No such file or dir                                                                                        ectory
                                            /media/usb0/roms/daphne/singe/maddog.sh: line 2: ./run.sh: No such file or direc                                                                                        tory
                                            
                                            

                                            for some reason

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