New Hypseus and lr-Daphne to add on Retropie-Setup
-
do
git reset --hard origin/master -
@grant2258 said in Hypseus new Daphne fork to try on Retropie:
do
git reset --hard origin/masterpi@m92:~/daphne$ git reset --hard origin/master HEAD is now at 6ee0e67 Merge pull request #25 from grant2258/master
-
never mind in using y repo yours is right
i notice your running the bin from another dir
make sure to compile and copy the new bin or laatest bin over -
@grant2258 said in Hypseus new Daphne fork to try on Retropie:
you should be here
git reset --hard origin/master
HEAD is now at d49829b add sound files tro content pathThis is what master shows on github...
Latest commit 6ee0e67 6 hours ago
-
please run the bin from the compiled directory or do a
make && cp /daphne_libretro.so /opt/retropie/libretrocores/lr-daphne/daphne_libretro.so
it look like you bin is pre that commit. The segfault is normal for now on a fail it needs intergrated into retroarch more
-
Running
/opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose
produces the same fault.FYI...from what I can see, my compiled bin is at the same level as what is currently on master (5 hours old). The commit you are referring to is from 16 hours ago (https://github.com/libretro/daphne/commit/d49829b16aa23197fefa9db7bad3133c3511815c)
-
ok do this
cp -R ~/daphne/assets/sound ./sound/opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose
if this works its pre this pull req
-
@grant2258 said in Hypseus new Daphne fork to try on Retropie:
ok do this
cp -R ~/daphne/assets/sound ./sound/opt/retropie/emulators/retroarch/bin/retroarch -L /home/pi/daphne/daphne_libretro.so --config /opt/retropie/configs/all/retroarch.cfg /home/pi/RetroPie/roms/daphne/roms/lair.zip --verbose
if this works its pre this pull req
That launched! :)
No sound though (probably expected?).
-
@johnodon yes that is expected your bin is pre that pull req please do a make clean make then copy new bin over. Its still experimental stages no eta for audio ect . Right now im worried about this freeze
-
@grant2258 said in Hypseus new Daphne fork to try on Retropie:
@johnodon yes that is expected your bin is pre that pull req please do a make clean make then copy new bin over. Its still experimental stages no eta for audio ect . Right now im worried about this freeze
Understood. Thanks for the help!
-
@johnodon no problems at all a new bug was pointed out believe it or not it should create the .dat if is doesnt exist . Ill look into that one and i found the problem for the saveme.wav ill fix that too if in a different part of the code
-
So wait...does the bin with the commit in question look for assets/sounds in the same location as the bin itself? Your instructions above have the assets/sounds being copied to the
daphne
folder...cp -R assets/pics ~/RetroPie/roms/daphne/ cp -R assets/sound ~/RetroPie/roms/daphne/ mkdir ~/RetroPie/roms/daphne/framefile/
However, the command that fixed this seems to indicate that they should be where the bin is:
cp -R ~/daphne/assets/sound ./sound
(in this case when launching the bin from the compile dir) -
im doing the fix for this now teh saveme wave is loaded somewhere else
-
@grant2258 said in Hypseus new Daphne fork to try on Retropie:
im doing the fix for this now teh saveme wave is loaded somewhere else
I see your PR.
-
@johnodon yes its been tested and fixed a lot of the paths where hardcoded to pwd ie teh directory your in when emulator runs. These all needed changed to contents dir for libretro. Ill look into the .dat crash when i get the time
-
OK...I have a clean clone image of my machine. I'm going to restore it so I am back at a blank slate.
-
@johnodon this wont effect your system at all just delete any files youve added. That just updating compiling the emulator. The sdl compile is another task in itself,
-
Once the fix is committed, is this still correct?
cp -R assets/pics ~/RetroPie/roms/daphne/ cp -R assets/sound ~/RetroPie/roms/daphne/
-
yes the saveme was was loaded separately it only the one wav that was the problem
-
@grant2258 Didn't feel like waiting... :)
I compiled from your git (90f4a2c) and it worked straight away!
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.