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 243.2k 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 @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
                              • johnodonJ
                                johnodon @grant2258
                                last edited by

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

                                can i post a listing contents of lair.daphne

                                and the command line your using to run it

                                /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

                                pi@m92:~/RetroPie/roms/daphne$ ls -la lair.daphne/
                                total 872836
                                drwxr-xr-x 2 pi pi      4096 Aug 15 11:25 .
                                drwxr-xr-x 8 pi pi      4096 Aug 15 12:55 ..
                                -rw-r--r-- 1 pi pi 893769849 Aug 15  2014 lair.m2v
                                
                                
                                1 Reply Last reply Reply Quote 0
                                • johnodonJ
                                  johnodon
                                  last edited by johnodon

                                  Full dir listing if you want to see...

                                  pi@m92:~/RetroPie/roms/daphne$ ls -la *
                                  -rw-r--r-- 1 pi pi 3076176 Aug 15 11:03 daphne_libretro.so
                                  -rw-rw-r-- 1 pi pi     745 Aug 15 12:55 daphne_log.txt
                                  
                                  framefile:
                                  total 12
                                  drwxr-xr-x 2 pi pi 4096 Aug 15 12:54 .
                                  drwxr-xr-x 8 pi pi 4096 Aug 15 12:55 ..
                                  -rw-rw-r-- 1 pi pi   31 Aug 15 12:54 lair.txt
                                  
                                  lair.daphne:
                                  total 872836
                                  drwxr-xr-x 2 pi pi      4096 Aug 15 11:25 .
                                  drwxr-xr-x 8 pi pi      4096 Aug 15 12:55 ..
                                  -rw-r--r-- 1 pi pi 893769849 Aug 15  2014 lair.m2v
                                  
                                  pics:
                                  total 1064
                                  drwxr-xr-x 3 pi pi   4096 Aug 15 11:25 .
                                  drwxr-xr-x 8 pi pi   4096 Aug 15 12:55 ..
                                  -rw-r--r-- 1 pi pi  59958 Aug 15 10:47 ConsoleFont.bmp
                                  -rw-r--r-- 1 pi pi 303633 Aug 15 10:47 ConsoleFont.h
                                  -rw-r--r-- 1 pi pi   6456 Aug 15 10:47 credits.bmp
                                  -rw-r--r-- 1 pi pi 230456 Aug 15 10:47 gamenowook.bmp
                                  -rw-r--r-- 1 pi pi  39800 Aug 15 10:47 ldp1450font.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led0.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led10.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led11.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led12.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led13.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led14.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led15.bmp
                                  -rw-r--r-- 1 pi pi   6414 Aug 15 10:47 led16.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led1.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led2.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led3.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led4.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led5.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led6.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led7.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led8.bmp
                                  -rw-r--r-- 1 pi pi   6416 Aug 15 10:47 led9.bmp
                                  -rw-r--r-- 1 pi pi   4056 Aug 15 10:47 lives.bmp
                                  drwxr-xr-x 2 pi pi   4096 Aug 15 11:25 obsolete
                                  -rw-r--r-- 1 pi pi   5358 Aug 15 10:47 overlayleds1.bmp
                                  -rw-r--r-- 1 pi pi   5360 Aug 15 10:47 overlayleds2.bmp
                                  -rw-r--r-- 1 pi pi  12456 Aug 15 10:47 player1.bmp
                                  -rw-r--r-- 1 pi pi  12456 Aug 15 10:47 player2.bmp
                                  -rw-r--r-- 1 pi pi 230456 Aug 15 10:47 saveme.bmp
                                  
                                  ram:
                                  total 8
                                  drwxr-xr-x 2 pi pi 4096 Aug 15 10:55 .
                                  drwxr-xr-x 8 pi pi 4096 Aug 15 12:55 ..
                                  
                                  roms:
                                  total 156
                                  drwxr-xr-x 2 pi pi   4096 Aug 15 11:25 .
                                  drwxr-xr-x 8 pi pi   4096 Aug 15 12:55 ..
                                  -rw-r--r-- 1 pi pi 148186 Aug 14  2014 lair.zip
                                  
                                  sound:
                                  total 2168
                                  drwxr-xr-x 2 pi pi   4096 Aug 15 11:25 .
                                  drwxr-xr-x 8 pi pi   4096 Aug 15 12:55 ..
                                  -rw-r--r-- 1 pi pi   8304 Aug 15 10:47 ab_alarm1.wav
                                  -rw-r--r-- 1 pi pi   8294 Aug 15 10:47 ab_alarm2.wav
                                  -rw-r--r-- 1 pi pi   8592 Aug 15 10:47 ab_alarm3.wav
                                  -rw-r--r-- 1 pi pi   8142 Aug 15 10:47 ab_alarm4.wav
                                  -rw-r--r-- 1 pi pi  23860 Aug 15 10:47 ab_enemy.wav
                                  -rw-r--r-- 1 pi pi  73536 Aug 15 10:47 ab_fire.wav
                                  -rw-r--r-- 1 pi pi  80200 Aug 15 10:47 ab_ship.wav
                                  -rw-r--r-- 1 pi pi  63756 Aug 15 10:47 bl_shot.wav
                                  -rw-r--r-- 1 pi pi   8882 Aug 15 10:47 cliff_correct.wav
                                  -rw-r--r-- 1 pi pi  22218 Aug 15 10:47 cliff_startup.wav
                                  -rw-r--r-- 1 pi pi  13450 Aug 15 10:47 cliff_wrong.wav
                                  -rw-r--r-- 1 pi pi  18730 Aug 15 10:47 dl2_bad.wav
                                  -rw-r--r-- 1 pi pi  35386 Aug 15 10:47 dl2_coin1.wav
                                  -rw-r--r-- 1 pi pi  35386 Aug 15 10:47 dl2_coin2.wav
                                  -rw-r--r-- 1 pi pi  35386 Aug 15 10:47 dl2_coin3.wav
                                  -rw-r--r-- 1 pi pi  35386 Aug 15 10:47 dl2_coin4.wav
                                  -rw-r--r-- 1 pi pi   8882 Aug 15 10:47 dl2_error.wav
                                  -rw-r--r-- 1 pi pi  13098 Aug 15 10:47 dl2_good.wav
                                  -rw-r--r-- 1 pi pi  22218 Aug 15 10:47 dl2_tic.wav
                                  -rw-r--r-- 1 pi pi  22218 Aug 15 10:47 dl2_toc.wav
                                  -rw-r--r-- 1 pi pi   3452 Aug 15 10:47 dl2_warble.wav
                                  -rw-r--r-- 1 pi pi  13450 Aug 15 10:47 dl2_warn.wav
                                  -rw-r--r-- 1 pi pi  12952 Aug 15 10:47 dl_accept.wav
                                  -rw-r--r-- 1 pi pi  17756 Aug 15 10:47 dl_buzz.wav
                                  -rw-r--r-- 1 pi pi  35660 Aug 15 10:47 dl_credit.wav
                                  -rw-r--r-- 1 pi pi  88244 Aug 15 10:47 esh_beep.wav
                                  -rw-r--r-- 1 pi pi   9176 Aug 15 10:47 gr_alarm1.wav
                                  -rw-r--r-- 1 pi pi   9114 Aug 15 10:47 gr_alarm2.wav
                                  -rw-r--r-- 1 pi pi   9028 Aug 15 10:47 gr_alarm3.wav
                                  -rw-r--r-- 1 pi pi   9114 Aug 15 10:47 gr_alarm4.wav
                                  -rw-r--r-- 1 pi pi  23886 Aug 15 10:47 gr_attack.wav
                                  -rw-r--r-- 1 pi pi 117458 Aug 15 10:47 gr_cannon.wav
                                  -rw-r--r-- 1 pi pi  48556 Aug 15 10:47 gr_fire.wav
                                  -rw-r--r-- 1 pi pi 272942 Aug 15 10:47 gr_mineon.wav
                                  -rw-r--r-- 1 pi pi   5859 Aug 15 10:47 mach3-01.ogg
                                  -rw-r--r-- 1 pi pi  13753 Aug 15 10:47 mach3-02.ogg
                                  -rw-r--r-- 1 pi pi   4646 Aug 15 10:47 mach3-03.ogg
                                  -rw-r--r-- 1 pi pi  42350 Aug 15 10:47 mach3-04.ogg
                                  -rw-r--r-- 1 pi pi  13723 Aug 15 10:47 mach3-05.ogg
                                  -rw-r--r-- 1 pi pi  19912 Aug 15 10:47 mach3-06.ogg
                                  -rw-r--r-- 1 pi pi  20618 Aug 15 10:47 mach3-07.ogg
                                  -rw-r--r-- 1 pi pi  15158 Aug 15 10:47 mach3-08.ogg
                                  -rw-r--r-- 1 pi pi   8942 Aug 15 10:47 mach3-09.ogg
                                  -rw-r--r-- 1 pi pi   6771 Aug 15 10:47 mach3-11.ogg
                                  -rw-r--r-- 1 pi pi  24766 Aug 15 10:47 mach3-13.ogg
                                  -rw-r--r-- 1 pi pi  18061 Aug 15 10:47 mach3-15.ogg
                                  -rw-r--r-- 1 pi pi  25810 Aug 15 10:47 mach3-19.ogg
                                  -rw-r--r-- 1 pi pi  24032 Aug 15 10:47 mach3-20.ogg
                                  -rw-r--r-- 1 pi pi  38250 Aug 15 10:47 mach3-22.ogg
                                  -rw-r--r-- 1 pi pi  21982 Aug 15 10:47 mach3-33.ogg
                                  -rw-r--r-- 1 pi pi   5630 Aug 15 10:47 mach3-34.ogg
                                  -rw-r--r-- 1 pi pi   8182 Aug 15 10:47 mach3-35.ogg
                                  -rw-r--r-- 1 pi pi  32764 Aug 15 10:47 mach3-36.ogg
                                  -rw-r--r-- 1 pi pi  33135 Aug 15 10:47 mach3-37.ogg
                                  -rw-r--r-- 1 pi pi  30700 Aug 15 10:47 mach3-39.ogg
                                  -rw-r--r-- 1 pi pi  20653 Aug 15 10:47 mach3-40.ogg
                                  -rw-r--r-- 1 pi pi  25080 Aug 15 10:47 mach3-41.ogg
                                  -rw-r--r-- 1 pi pi  21271 Aug 15 10:47 mach3-42.ogg
                                  -rw-r--r-- 1 pi pi   7322 Aug 15 10:47 mach3-43.ogg
                                  -rw-r--r-- 1 pi pi  30016 Aug 15 10:47 mach3-45.ogg
                                  -rw-r--r-- 1 pi pi  17933 Aug 15 10:47 mach3-49.ogg
                                  -rw-r--r-- 1 pi pi   3753 Aug 15 10:47 mach3-null.ogg
                                  -rw-r--r-- 1 pi pi 162338 Aug 15 10:47 saveme.wav
                                  -rw-r--r-- 1 pi pi  11796 Aug 15 10:47 sda_success_hi.wav
                                  -rw-r--r-- 1 pi pi  11822 Aug 15 10:47 sda_success_lo.wav
                                  -rw-r--r-- 1 pi pi  97064 Aug 15 10:47 sd_coin.wav
                                  -rw-r--r-- 1 pi pi  15214 Aug 15 10:47 sd_fail.wav
                                  -rw-r--r-- 1 pi pi  11782 Aug 15 10:47 sd_succeed.wav
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    grant2258 Banned
                                    last edited by

                                    your missing lair.ogg and lair.dat

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

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

                                      your missing lair.ogg and lair.dat

                                      Still crashing after copying files...

                                      pi@m92:~/RetroPie/roms/daphne$ ls -la lair.daphne/
                                      total 899876
                                      drwxr-xr-x 2 pi pi      4096 Aug 15 13:05 .
                                      drwxr-xr-x 8 pi pi      4096 Aug 15 13:05 ..
                                      -rw-r--r-- 1 pi pi    176624 Aug 15  2014 lair.dat
                                      -rw-r--r-- 1 pi pi 893769849 Aug 15  2014 lair.m2v
                                      -rw-r--r-- 1 pi pi        93 Aug 15  2014 lair.m2v.md5
                                      -rw-r--r-- 1 pi pi  27496826 Aug 15  2014 lair.ogg
                                      -rw-r--r-- 1 pi pi        93 Aug 15  2014 lair.ogg.md5
                                      
                                      pi@m92:~/RetroPie/roms/daphne$ /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)
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • G
                                        grant2258 Banned
                                        last edited by

                                        do me a favor before doint anythign else update your retroarch from bin

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

                                          if that doesnt help

                                          run with

                                          gbd -args /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

                                          and type bt when is segfaults

                                          i do get the segfault when the lair.dat is missing

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

                                            if you remove the dat and do this

                                            touch lair.dat

                                            youll get
                                            [INFO] disable
                                            [INFO] Environ GET_VARIABLE daphne_useoverlaysb:
                                            [INFO] enable
                                            NOTICE : MPEG data file has to be created again!
                                            [ERROR] Failed to load content.

                                            ill give you my md5

                                            md5sum lair.*
                                            348244a8bbac34837c671398c559202c lair.dat
                                            42f0343efaedac29deb12726f4d62b52 lair.m2v
                                            1dc644a30b14526338c1af756b5cdb5c lair.ogg
                                            490e97e7d930ca512421b40f2a05ea9f lair.txt

                                            johnodonJ Stuart2773S 2 Replies 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.