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

    New Hypseus and lr-Daphne to add on Retropie-Setup

    Scheduled Pinned Locked Moved Ideas and Development
    daphnelaserdischypseusdaphne confighypseus config
    501 Posts 33 Posters 228.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.
    • G
      grant2258 Banned
      last edited by grant2258

      do a git pull you might not have picked up the latest fix

      https://github.com/libretro/daphne/commit/6ee0e677d9bb95b7524844f4aa508f047ff74f85

      i put the pull req in last night was pushed 5 hours ago

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

        @grant2258 said in Hypseus new Daphne fork to try on Retropie:

        do a git pull you might not have picked up the latest fix

        https://github.com/libretro/daphne/commit/6ee0e677d9bb95b7524844f4aa508f047ff74f85

        i put the pull req in last night was pushed 5 hours ago

        Already up to date and file sizes are exact.

        pi@m92:~/daphne$ ls -la
        total 3072
        drwxrwxr-x  6 pi pi    4096 Aug 15 14:10 .
        drwxr-xr-x 18 pi pi    4096 Aug 15 14:09 ..
        drwxrwxr-x  4 pi pi    4096 Aug 15 14:09 assets
        drwxrwxr-x  6 pi pi    4096 Aug 15 14:09 daphne
        -rwxrwxr-x  1 pi pi 3076176 Aug 15 14:10 daphne_libretro.so
        drwxrwxr-x  5 pi pi    4096 Aug 15 14:09 deps
        drwxrwxr-x  8 pi pi    4096 Aug 15 14:09 .git
        -rw-rw-r--  1 pi pi      39 Aug 15 14:09 link.T
        -rw-rw-r--  1 pi pi    4664 Aug 15 14:09 Makefile
        -rw-rw-r--  1 pi pi   10718 Aug 15 14:09 Makefile.common
        -rw-rw-r--  1 pi pi   13391 Aug 15 14:09 README.md
        pi@m92:~/daphne$ git pull
        Already up to date.
        pi@m92:~/daphne$ ls -la /opt/retropie/libretrocores/lr-daphne/
        total 3016
        drwxr-xr-x 2 root root    4096 Aug 15 11:27 .
        drwxr-xr-x 7 root root    4096 Aug 15 11:26 ..
        -rw-r--r-- 1 root root 3076176 Aug 15 11:27 daphne_libretro.so
        
        1 Reply Last reply Reply Quote 0
        • G
          grant2258 Banned
          last edited by

          type git reset --hard origin
          what does the output say

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

            @grant2258 said in Hypseus new Daphne fork to try on Retropie:

            type git reset --hard origin
            what does the output say

            pi@m92:~/daphne$ git reset --hard origin
            HEAD is now at 6ee0e67 Merge pull request #25 from grant2258/master
            
            G 1 Reply Last reply Reply Quote 0
            • G
              grant2258 Banned @johnodon
              last edited by

              do
              git reset --hard origin/master

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

                @grant2258 said in Hypseus new Daphne fork to try on Retropie:

                do
                git reset --hard origin/master

                pi@m92:~/daphne$ git reset --hard origin/master
                HEAD is now at 6ee0e67 Merge pull request #25 from grant2258/master
                
                1 Reply Last reply Reply Quote 0
                • G
                  grant2258 Banned
                  last edited by grant2258

                  never mind in using y repo yours is right
                  i notice your running the bin from another dir
                  make sure to compile and copy the new bin or laatest bin over

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

                    @grant2258 said in Hypseus new Daphne fork to try on Retropie:

                    you should be here
                    git reset --hard origin/master
                    HEAD is now at d49829b add sound files tro content path

                    This is what master shows on github...

                    Latest commit 6ee0e67 6 hours ago

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      grant2258 Banned @johnodon
                      last edited by grant2258

                      please run the bin from the compiled directory or do a

                      make && cp /daphne_libretro.so /opt/retropie/libretrocores/lr-daphne/daphne_libretro.so

                      it look like you bin is pre that commit. The segfault is normal for now on a fail it needs intergrated into retroarch more

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

                        Running /opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose produces the same fault.

                        FYI...from what I can see, my compiled bin is at the same level as what is currently on master (5 hours old). The commit you are referring to is from 16 hours ago (https://github.com/libretro/daphne/commit/d49829b16aa23197fefa9db7bad3133c3511815c)

                        1 Reply Last reply Reply Quote 0
                        • G
                          grant2258 Banned
                          last edited by grant2258

                          ok do this
                          cp -R ~/daphne/assets/sound ./sound

                          /opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose

                          if this works its pre this pull req

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

                            @grant2258 said in Hypseus new Daphne fork to try on Retropie:

                            ok do this
                            cp -R ~/daphne/assets/sound ./sound

                            /opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose

                            if this works its pre this pull req

                            That launched! :)

                            No sound though (probably expected?).

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              grant2258 Banned @johnodon
                              last edited by grant2258

                              @johnodon yes that is expected your bin is pre that pull req please do a make clean make then copy new bin over. Its still experimental stages no eta for audio ect . Right now im worried about this freeze

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

                                @grant2258 said in Hypseus new Daphne fork to try on Retropie:

                                @johnodon yes that is expected your bin is pre that pull req please do a make clean make then copy new bin over. Its still experimental stages no eta for audio ect . Right now im worried about this freeze

                                Understood. Thanks for the help!

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  grant2258 Banned @johnodon
                                  last edited by grant2258

                                  @johnodon no problems at all a new bug was pointed out believe it or not it should create the .dat if is doesnt exist . Ill look into that one and i found the problem for the saveme.wav ill fix that too if in a different part of the code

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

                                    So wait...does the bin with the commit in question look for assets/sounds in the same location as the bin itself? Your instructions above have the assets/sounds being copied to the daphne folder...

                                    cp -R assets/pics ~/RetroPie/roms/daphne/
                                    cp -R assets/sound ~/RetroPie/roms/daphne/
                                    mkdir ~/RetroPie/roms/daphne/framefile/
                                    

                                    However, the command that fixed this seems to indicate that they should be where the bin is: cp -R ~/daphne/assets/sound ./sound (in this case when launching the bin from the compile dir)

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      grant2258 Banned
                                      last edited by

                                      im doing the fix for this now teh saveme wave is loaded somewhere else

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

                                        @grant2258 said in Hypseus new Daphne fork to try on Retropie:

                                        im doing the fix for this now teh saveme wave is loaded somewhere else

                                        I see your PR.

                                        G 1 Reply Last reply Reply Quote 0
                                        • G
                                          grant2258 Banned @johnodon
                                          last edited by

                                          @johnodon yes its been tested and fixed a lot of the paths where hardcoded to pwd ie teh directory your in when emulator runs. These all needed changed to contents dir for libretro. Ill look into the .dat crash when i get the time

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

                                            OK...I have a clean clone image of my machine. I'm going to restore it so I am back at a blank slate.

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