• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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 313.7k 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.
  • M
    mediamogul Global Moderator @grant2258
    last edited by 9 Aug 2018, 15:05

    @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 8 Nov 2018, 16:07 11 Aug 2018, 15:06

      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 13 Aug 2018, 21:19

        @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 14 Aug 2018, 04:53 Reply Quote 0
        • G
          grant2258 Banned @skj
          last edited by 14 Aug 2018, 04:53

          @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

          S 1 Reply Last reply 14 Aug 2018, 14:56 Reply Quote 0
          • S
            Stuart2773 @grant2258
            last edited by 14 Aug 2018, 14:56

            @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 14 Aug 2018, 23:41

              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

              J 1 Reply Last reply 14 Aug 2018, 23:47 Reply Quote 0
              • J
                johnodon @grant2258
                last edited by 14 Aug 2018, 23:47

                @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 15 Aug 2018, 01:55

                  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

                  P 1 Reply Last reply 15 Aug 2018, 08:12 Reply Quote 0
                  • P
                    pjft @grant2258
                    last edited by 15 Aug 2018, 08:12

                    @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
                    • M
                      mediamogul Global Moderator
                      last edited by 15 Aug 2018, 08:21

                      @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 15 Aug 2018, 10:21

                        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 15 Aug 2018, 10:48 Reply Quote 2
                        • G
                          grant2258 Banned @grant2258
                          last edited by 15 Aug 2018, 10:48

                          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
                          • J
                            johnodon
                            last edited by 15 Aug 2018, 12:28

                            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 15 Aug 2018, 12:42

                              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

                              J 1 Reply Last reply 15 Aug 2018, 12:50 Reply Quote 0
                              • J
                                johnodon @grant2258
                                last edited by 15 Aug 2018, 12:50

                                @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 15 Aug 2018, 12:54

                                  can i post a listing contents of lair.daphne

                                  and the command line your using to run it

                                  J 1 Reply Last reply 15 Aug 2018, 12:57 Reply Quote 0
                                  • J
                                    johnodon @grant2258
                                    last edited by 15 Aug 2018, 12:57

                                    @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
                                    • J
                                      johnodon
                                      last edited by johnodon 15 Aug 2018, 12:59

                                      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 15 Aug 2018, 13:03

                                        your missing lair.ogg and lair.dat

                                        J 1 Reply Last reply 15 Aug 2018, 13:06 Reply Quote 0
                                        • J
                                          johnodon @grant2258
                                          last edited by johnodon 15 Aug 2018, 13:06

                                          @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
                                          52 out of 501
                                          • First post
                                            52/501
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received