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

      its a retroarch daphne screenshot.

      lair.m2v 852 MB (893,769,849 bytes) is the framefile im using

      1 Reply Last reply Reply Quote 0
      • darkniorD
        darknior @Stuart2773
        last edited by

        @stuart2773 It's firefox.m2v : 1,70 Go (1 836 320 618 octets)
        Why ?
        And thanks for the games HD version informations ;)

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

        @mediamogul https://github.com/libretro/daphne

        https://github.com/libretro/daphne/pull/20

        Great news :) Maybe in a few time include to Retropie on PI :p

        Life is game, just play it !

        Stuart2773S 1 Reply Last reply Reply Quote 1
        • Stuart2773S
          Stuart2773 @darknior
          last edited by

          @darknior

          Thanks for the info on Firefox, the reason I asked is so I can try and locate the video files and knowing the file size is a starting point, I hope you can locate and try the versions of dragons lair 1&2 from the info provided ;)

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

            @mediamogul i tried compiling this for the pie to test it and came across an issue. I originally thought it was path related but it isint.

            grants original path /home/pi/RetroPie/roms/daphne/roms
            grants new path /home/pi/RetroPie/roms/daphne/roms
            SDL failed: SDL not compiled with stdio support

            is there any reason the support isint there that you know of?

            mediamogulM 1 Reply Last reply Reply Quote 1
            • mediamogulM
              mediamogul Global Moderator @grant2258
              last edited by

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

              is there any reason the support isint there that you know of?

              Not that I'm aware of, no. It could be to accommodate some strange outer fringe case or something. @psyke83 might know more about it.

              RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

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

                never mind i looked into it more seems the core is compiling sdl with it,. Its not the retropie end

                1 Reply Last reply Reply Quote 1
                • S
                  skj @grant2258
                  last edited by

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

                  Good news Daphne is getting ported to libretro no sound yet but its up and running not ready for users yet though

                  This is great news, when can we expect a release ?

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

                    @skj dont know but the pi is hazing freezing issues is working fine on x86 and x64. All that needs added is audio for the x86

                    Stuart2773S 1 Reply Last reply Reply Quote 0
                    • Stuart2773S
                      Stuart2773 @grant2258
                      last edited by

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

                      @skj dont know but the pi is hazing freezing issues is working fine on x86 and x64. All that needs added is audio for the x86

                      i hope the freezing issue can be fixed on the pi, are the games actually able to load on the pi and then freezing or are the freezing before loading?

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

                        I think i got the freezing sorted. I updated my retroarch from source still had problems(pi 3b+) . Personally for myself to get this working I had to update my sdl to the latest.

                        if anyone is intrested in testing i can leave instructions

                        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:

                          I think i got the freezing sorted. I updated my retroarch from source still had problems(pi 3b+) . Personally for myself to get this working I had to update my sdl to the latest.

                          if anyone is intrested in testing i can leave instructions

                          Man I am watching this thread! :)

                          Do you need an x86 (x64) tester?

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

                            more intrested in getting the pi bug fixed.

                            @mediamogul
                            Its 100% the sdl2 lib causing the freezing. Confirmed it it by reinstalling the old one.

                            Installing the new one then rebooting fixes the issue. Is there any way we can get sdl2 updated? Ill do more testing ill reinstall the old one and reboot the only way i can seem to fix it is using the latest atm

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

                              @grant2258 I recall reading in the past something about why we're not using the latest SDL libs. I may be mixing things up, but could be worth confirming whether updating SDL2 will not cause other things to break on the Pi.

                              1 Reply Last reply Reply Quote 0
                              • mediamogulM
                                mediamogul Global Moderator
                                last edited by

                                @grant2258, @pjft

                                @BuZz would definitely know the details here. Depending on what he says, the next step would be to open a ticket.

                                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

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

                                  ok grab the source form here.

                                  wget https://github.com/libretro/daphne.git

                                  cd daphne

                                  then do a make
                                  or platform=pi make

                                  the only difference is I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/vmcs_host/linux is add in the pi platform to test both ways. Any way is acceptable.

                                  once its compiled ill assume the roms are in retropie standard dir

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

                                  ok there is an assumption you have your roms in /RetroPie/roms/daphne/roms/

                                  there is only on extra step in using this ill use dragons lair as an example you need to copy the framefile from the original dir to framesfile dir you created
                                  in my case it would be this.

                                  cd ~/RetroPie/roms/daphne/
                                  cp lair.daphne/lair.txt framefile/

                                  then you need to edit the file to point it to the the directory the laser disc info is in.

                                  pico framefile/lair.txt
                                  youll see
                                  .

                                  151 lair.m2v

                                  change the 151 line too
                                  151 ../lair.daphne/lair.m2v

                                  ok your good to run the rom now

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

                                  please be on the console when your run press f4 on emulation station or use some setup that takes you into a terminal. I did notice i had to re apply my controller settingd when i changed sdl apart from that it worked well

                                  if there is a error check the log in
                                  less ~/RetroPie/roms/daphne/daphne_log.txt

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

                                    on another not im going to look into what kernel we are using if it mainline or from the raspberry pi tree. Ill try debug some more and see how i get on

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

                                      Ubuntu Server 18.04.1 x64

                                      Core compiles without error but launching crashes...

                                      pi@m92:~$ /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose
                                      [INFO] RetroArch 1.7.3 (Git b2ceb50)
                                      [INFO] Redirecting save file to "/home/pi/RetroPie/roms/daphne/roms/lair.srm".
                                      [INFO] Redirecting savestate to "/home/pi/RetroPie/roms/daphne/roms/lair.state".
                                      [INFO] === Build =======================================
                                      Capabilities: MMX MMXEXT SSE1 SSE2 SSE3 SSSE3 SSE4 SSE4.2 AVX AES
                                      Built: Aug 13 2018
                                      [INFO] Version: 1.7.3
                                      [INFO] Git: b2ceb50
                                      [INFO] =================================================
                                      [INFO] Loading dynamic libretro core from: "/opt/retropie/libretrocores/lr-daphne/daphne_libretro.so"
                                      [INFO] [overrides] no core-specific overrides found at /home/pi/.config/retroarch/config/Daphne/Daphne.cfg.
                                      [INFO] [overrides] no game-specific overrides found at /home/pi/.config/retroarch/config/Daphne/lair.cfg.
                                      [INFO] Shaders: preset directory: /home/pi/.config/retroarch/shaders/presets
                                      [INFO] Shaders: no game-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/lair.cgp.
                                      [INFO] Shaders: no game-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/lair.glslp.
                                      [INFO] Shaders: no parent-dir-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/roms.cgp.
                                      [INFO] Shaders: no parent-dir-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/roms.glslp.
                                      [INFO] Shaders: no core-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/Daphne.cgp.
                                      [INFO] Shaders: no core-specific preset found at /home/pi/.config/retroarch/shaders/presets/Daphne/Daphne.glslp.
                                      [INFO] Environ SET_VARIABLES.
                                      [INFO] Remaps: remap directory: /home/pi/.config/retroarch/config/remaps
                                      [INFO] Remaps: no game-specific remap found at /home/pi/.config/retroarch/config/remaps/Daphne/lair.rmp.
                                      [INFO] Remaps: no core-specific remap found at /home/pi/.config/retroarch/config/remaps/Daphne/Daphne.rmp.
                                      [INFO] Redirecting save file to "/home/pi/RetroPie/roms/daphne/roms/lair.srm".
                                      [INFO] Redirecting savestate to "/home/pi/RetroPie/roms/daphne/roms/lair.state".
                                      [INFO] Environ SET_PIXEL_FORMAT: RGB565.
                                      [INFO] Environ SET_INPUT_DESCRIPTORS:
                                      [INFO]  RetroPad, User 1, Button "B (bottom)" => "B"
                                      [INFO]  RetroPad, User 1, Button "Y (left)" => "Y"
                                      [INFO]  RetroPad, User 1, Button "Select" => "Select"
                                      [INFO]  RetroPad, User 1, Button "Start" => "Start"
                                      [INFO]  RetroPad, User 1, Button "D-Pad Up" => "Up"
                                      [INFO]  RetroPad, User 1, Button "D-Pad Down" => "Down"
                                      [INFO]  RetroPad, User 1, Button "D-Pad Left" => "Left"
                                      [INFO]  RetroPad, User 1, Button "D-Pad Right" => "Right"
                                      [INFO]  RetroPad, User 1, Button "A (right)" => "A"
                                      [INFO]  RetroPad, User 1, Button "X (up)" => "X"
                                      [INFO]  RetroPad, User 1, Button "L" => "L"
                                      [INFO]  RetroPad, User 1, Button "R" => "R"
                                      [INFO]  RetroPad, User 1, Button "L3" => "LSB"
                                      [INFO]  RetroPad, User 1, Button "R3" => "RSB"
                                      [INFO] Environ GET_LOG_INTERFACE.
                                      [libretro INFO] daphne-libretro: Logging initialized.
                                      [libretro INFO] daphne-libretro: In retro_init.
                                      [INFO] Environ PERFORMANCE_LEVEL: 4.
                                      [INFO] Content loading skipped. Implementation will load it on its own.
                                      [libretro ERROR] daphne-libretro: In retro_load_game, path is: /home/pi/RetroPie/roms/daphne/roms/lair.zip
                                      [libretro INFO] daphne-libretro: In retro_load_game_get_path, full path from LR. Path: /home/pi/RetroPie/roms/daphne/roms/lair.zip
                                      [libretro INFO] daphne-libretro: In retro_load_game_get_path, full path size from LR. Path: 43
                                      [libretro INFO] daphne-libretro: In retro_load_game_get_path, filename and extension. Filename: lair.zip
                                      [libretro INFO] daphne-libretro: In retro_load_game_get_path, extension. Extension: zip
                                      [libretro INFO] daphne-libretro: In retro_load_game_get_path, final file. Path: /home/pi/RetroPie/roms/daphne/roms  Name: lair  Ext: zip
                                      [INFO] Environ GET_VARIABLE daphne_emulate_seek:
                                      [INFO]  enable
                                      [INFO] Environ GET_VARIABLE daphne_emulate_seek:
                                      [INFO]  enable
                                      [INFO] Environ GET_VARIABLE daphne_cheat:
                                      [INFO]  disable
                                      [INFO] Environ GET_VARIABLE daphne_useoverlaysb:
                                      [INFO]  enable
                                      Segmentation fault (core dumped)
                                      

                                      daphne_log.txt

                                      --DAPHNE version 1.0.7
                                      --Command line is: daphne lair vldp -framefile lair.txt -fullscreen -seek_frames_per_ms 20 -min_seek_delay 1000 -fastboot -cheat -useoverlaysb 0 -homedir /home/pi/RetroPie/roms/daphne/roms/.. 
                                      --CPU : UnknownCPU 0 MHz || Mem : 0 megs
                                      --OS : Unknown OS || Video : Unknown video
                                      --OpenGL: Not Compiled In
                                      --RGB2YUV Function: C
                                      --Line Blending Function: C
                                      --Audio Mixing Function: C
                                      Setting alternate home dir:
                                      /home/pi/RetroPie/roms/daphne/roms/..
                                      NOTE : Max seek delay disabled
                                      NOTE : Min seek delay disabled
                                      Framefile parse succeeded. Video/Audio directory is: /home/pi/RetroPie/roms/daphne/roms/../framefile/./
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        grant2258 Banned
                                        last edited by grant2258

                                        Video/Audio directory is: /home/pi/RetroPie/roms/daphne/roms/../framefile/./

                                        you forgot to copy your framefile and edit it

                                        cd ~/RetroPie/roms/daphne/
                                        cp lair.daphne/lair.txt framefile/

                                        then you need to edit the file to point it to the the directory the laser disc info is in.

                                        pico framefile/lair.txt
                                        youll see
                                        .

                                        151 lair.m2v

                                        change the 151 line too
                                        151 ../lair.daphne/lair.m2v

                                        ok your good to run the rom now

                                        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:

                                          Video/Audio directory is: /home/pi/RetroPie/roms/daphne/roms/../framefile/./

                                          you forgot to copy your framefile and edit it

                                          I did that (I think correctly)...

                                          pi@m92:~/RetroPie/roms/daphne$ ls -la
                                          total 3044
                                          drwxr-xr-x 8 pi pi    4096 Aug 15 12:26 .
                                          drwxr-xr-x 8 pi pi    4096 Aug 15 11:25 ..
                                          -rw-r--r-- 1 pi pi 3076176 Aug 15 11:03 daphne_libretro.so
                                          -rw-rw-r-- 1 pi pi     648 Aug 15 12:26 daphne_log.txt
                                          drwxr-xr-x 2 pi pi    4096 Aug 15 11:25 framefile
                                          drwxr-xr-x 2 pi pi    4096 Aug 15 11:25 lair.daphne
                                          drwxr-xr-x 3 pi pi    4096 Aug 15 11:25 pics
                                          drwxr-xr-x 2 pi pi    4096 Aug 15 10:55 ram
                                          drwxr-xr-x 2 pi pi    4096 Aug 15 11:25 roms
                                          drwxr-xr-x 2 pi pi    4096 Aug 15 11:25 sound
                                          pi@m92:~/RetroPie/roms/daphne$ cat ~/RetroPie/roms/daphne/framefile/lair.txt
                                          .
                                          
                                          151     ../lair.daphne/lair.m2v
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            grant2258 Banned
                                            last edited by

                                            can i post a listing contents of lair.daphne

                                            and the command line your using to run it

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