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 install on ubuntu 18.04 x86_64

    Scheduled Pinned Locked Moved Help and Support
    daphne
    49 Posts 14 Posters 6.9k 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.
    • ClydeC
      Clyde @MrCoolSpan
      last edited by

      @MrCoolSpan Normally, you should be able to edit your post even years ago. What was the exact problem?

      M 1 Reply Last reply Reply Quote 0
      • M
        MrCoolSpan @Clyde
        last edited by

        @Clyde said in Daphne install on ubuntu 18.04 x86_64:

        @MrCoolSpan Normally, you should be able to edit your post even years ago. What was the exact problem?

        Well i dont know but it is okay now😁

        1 Reply Last reply Reply Quote 0
        • H
          HoJo215
          last edited by HoJo215

          Here goes my modified system art to represent Daphne Singe for whomever.
          Place it in the opt/emulationstation/themes/carbon/daphne/art folder.

          Edit the Daphne theme.xml to read:

          <image name="logo">
          <path>./art/system.png</path>
          

          system.png

          M 1 Reply Last reply Reply Quote 0
          • M
            MrCoolSpan @HoJo215
            last edited by

            @HoJo215 Nice Thanx

            M 1 Reply Last reply Reply Quote 0
            • M
              MrCoolSpan @MrCoolSpan
              last edited by

              @MrCoolSpan I made a copy of /themes/carbon/daphne and renamet to alg and put you img ind
              and it looks real good

              1 Reply Last reply Reply Quote 1
              • 0
                0ldschoolgamin @MrCoolSpan
                last edited by

                @MrCoolSpan Hey there MrCoolSpan. I saw your post about running the Daphne emu with Singe on RetroPie. Do you have this running decent at this point? I am trying to put together a RetroPie image that runs only Daphne and I would love to get Singe working as I am mainly trying to get Time Gal and Ninja Hayate working. I have the two working on my PC but I am relatively new to working on the Raspberry Pi and there is not a lot of info... anywhere on getting singe to work on Raspberry Pi. Can you suggest anywhere for documentation or are the details that you posted everything that is needed? (Besides roms and video files, obviously) Going to try to throw a Rasp Pi together this weekend with Daphne - but it will feel incomplete unless I can get singe going. Thoughts?

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

                  @MrCoolSpan
                  First, thanks for your great work.

                  Please can you show an exact strucure files when you say :
                  then copy your games to ~/RetroPie/roms/alg/roms

                  1 Reply Last reply Reply Quote 0
                  • K
                    Kartman
                    last edited by

                    @MrCoolSpan

                    Anybody care to help... Installed and compiled with the daphne.sh dated Feb28 at 4:13. Seemed to go fine but, when the emulator is run out of EmulationStation, I get the following error message.

                    /opt/retropie/emulators/daphne/daphne.bin: error while loading shared libraries: libGLEW.so.1.3: cannot open shared object file: No such file or directory
                    

                    I'm a bit new at this but would really love to get Dragon's Lair running. Any help would be greatly appreciated! :)

                    K ClydeC 2 Replies Last reply Reply Quote 0
                    • K
                      Kartman @Kartman
                      last edited by

                      @MrCoolSpan

                      Just a bit more info... the missing lib file is present as follows.

                      retropie@Archer:/opt/retropie/emulators/daphne/lib$ ll
                      total 2672
                      drwxr-xr-x 2 retropie retropie    4096 Jun 17 02:29 ./
                      drwxr-xr-x 5 retropie retropie    4096 Jun 17 02:29 ../
                      -rw-r--r-- 1 retropie retropie 1238810 Jun 17 02:29 libcrypto.so.0.9.7
                      -rw-r--r-- 1 retropie retropie  129972 Jun 17 02:29 libexpat.so.1
                      -rwxr-xr-x 1 retropie retropie  298882 Jun 17 02:29 libGLEW.so.1.3*
                      -rw-r--r-- 1 retropie retropie  230443 Jun 17 02:29 libssl.so.0.9.7
                      -rw-r--r-- 1 retropie retropie  820216 Jun 17 02:29 libstdc++.so.6
                      
                      1 Reply Last reply Reply Quote 0
                      • ClydeC
                        Clyde @Kartman
                        last edited by

                        @Kartman Which operating system are you using? (name, release number, and 32 or 64 bit)

                        If your system is 32 bit, try

                        sudo apt install libglew-dev:i386
                        

                        If your system is 64 bit, try

                        sudo apt install libglew-dev
                        

                        If that doesn't fix your problem, please show us the output of the sudo apt command. Besides, the daphne.sh should take care of this.

                        johnodonJ 1 Reply Last reply Reply Quote 0
                        • C
                          construkt
                          last edited by construkt

                          I'm getting errors trying to install on Ubuntu 18.04 x86_64.

                          /home/pi/RetroPie-Setup/scriptmodules/emulators/daphne.sh: line 2: $'\r': command not found
                          /home/pi/RetroPie-Setup/scriptmodules/emulators/daphne.sh: line 11: $'\r': command not found
                          /home/pi/RetroPie-Setup/scriptmodules/emulators/daphne.sh: line 18: $'\r': command not found
                          /home/pi/RetroPie-Setup/scriptmodules/emulators/daphne.sh: line 19: syntax error near unexpected token `$'{\r''
                          /home/pi/RetroPie-Setup/scriptmodules/emulators/daphne.sh: line 19: `function depends_daphne() '
                          
                          ClydeC 1 Reply Last reply Reply Quote 0
                          • ClydeC
                            Clyde @construkt
                            last edited by

                            @construkt Seems like you (or someone else) wrote or edited your daphne.sh in Windows which has slightly different codes for line endings (the \r Ubuntu is complaining about).

                            You should be able to fix it with the command line tool dos2unix. You can install it in Ubuntu with

                            sudo apt install dos2unix
                            

                            and then convert the file

                            cd /home/pi/RetroPie-Setup/scriptmodules/emulators/
                            dos2unix daphne.sh
                            

                            or if you don't want to change the original file in place

                            cd /home/pi/RetroPie-Setup/scriptmodules/emulators/
                            dos2unix -n daphne.sh daphne-new.sh
                            

                            will save the edited file as daphne-new.sh.

                            C 1 Reply Last reply Reply Quote 0
                            • C
                              construkt @Clyde
                              last edited by construkt

                              @Clyde i fixed it.

                              I didn't like some of the spacing, so I took out the problematic ones and it seems to work okay now. Dragons Lair runs really fast though, its easy to get lost.

                              I definitely was the one to edit it, since I copied and pasted it into Notepad++, so that makes sense. Thanks for the response, it's good to know what the hell is happening with this stuff. I'm just winging it, trying to edit code and seeing what happens. RetroPie is on my little Intel NUC, but I do pretty much all the handling of stuff with my Windows desktop, then transfer it over.

                              1 Reply Last reply Reply Quote 0
                              • ClydeC
                                Clyde
                                last edited by

                                Good to hear that it's working now. By the way, you can save files with correct Linux EOL (end of lines) with Notepad++, see here.

                                1 Reply Last reply Reply Quote 0
                                • johnodonJ
                                  johnodon @Clyde
                                  last edited by

                                  @Clyde said in Daphne install on ubuntu 18.04 x86_64:

                                  @Kartman Which operating system are you using? (name, release number, and 32 or 64 bit)

                                  If your system is 32 bit, try

                                  sudo apt install libglew-dev:i386
                                  

                                  If your system is 64 bit, try

                                  sudo apt install libglew-dev
                                  

                                  If that doesn't fix your problem, please show us the output of the sudo apt command. Besides, the daphne.sh should take care of this.

                                  FYI...I am running Ubuntu Mini 18.04.4 x86_64 and was receiving the same error. I had to install the 32-bit library to get around it.

                                  pi@elitedesk:~/RetroPie-Setup/scriptmodules/emulators$ uname -a
                                  Linux elitedesk 4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
                                  

                                  John

                                  1 Reply Last reply Reply Quote 1
                                  • C
                                    CaptainDatabase
                                    last edited by CaptainDatabase

                                    I've been trying to recreate these modifications to install daphne on my Atomic Pi. I got the emulator to install, but it unfortunately still doesn't show the roms in emulation station. If anyone knows what might cause this, I'd appreciate any advice you can share!

                                    Update: I've gotten emulation station to show roms, but the emulator is still giving me an error when trying to run saying that vldp2 is not found.

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      MrCoolSpan
                                      last edited by

                                      sorry about the no response i have a lot to do
                                      now i well try this on my new ubuntu 20.4 x64 system

                                      C 1 Reply Last reply Reply Quote 1
                                      • C
                                        CaptainDatabase @MrCoolSpan
                                        last edited by

                                        Sorry, forgot to update. Manually installing vldp2 fixed the issue. I'm not sure why the lines in the script didn't work properly, but doing it myself worked fine. 🤷‍♂️

                                        M 1 Reply Last reply Reply Quote 0
                                        • M
                                          MrCoolSpan
                                          last edited by

                                          @mrcoolspan said in Daphne install on ubuntu 18.04 x86_64:

                                          American Laser Games

                                          I have now install it on my ubuntu 20.4
                                          i have this working now
                                          Daphne
                                          American Laser Games
                                          ActionMax needs a some game file editing

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            MrCoolSpan
                                            last edited by

                                            Hello
                                            I have update the script and fils
                                            it now support
                                            Daphne
                                            American Laser
                                            AutoMax

                                            the easy way to install it
                                            it to you my git
                                            git clone --depth=1 https://github.com/MrCoolSpan/RetroPie-Setup.git
                                            have fun

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