DirtBagXon / hypseus-singe

Hypseus is a SDL2 version of Daphne and Singe. Laserdisc game emulation.
https://discord.gg/dgCsCfmRfJ
GNU General Public License v3.0
143 stars 19 forks source link

scriptmodule error #33

Closed prince-rakeem closed 3 years ago

prince-rakeem commented 3 years ago

I tried the scriptmodule you shared with me a few weeks back (https://retropie.org.uk/forum/post/265501) on a fresh install of Harrydog's BareBones v7 Retropie (pre-configured for Sinden) image and get an error. Here is the rps log:

= = = = = = = = = = = = = = = = = = = = =
Installing dependencies for 'hypseus' : Hypseus Singe - Laserdisc Emulator
= = = = = = = = = = = = = = = = = = = = =

/home/pi/RetroPie-Setup/tmp/build/hypseus /home/pi

= = = = = = = = = = = = = = = = = = = = =
Getting sources for 'hypseus' : Hypseus Singe - Laserdisc Emulator
= = = = = = = = = = = = = = = = = = = = =

git clone --recursive --depth 1 --branch master "" ""
fatal: repository '' does not exist
HEAD is now in branch 'master' at commit 'c70801758a42fc0d017d9022e68c524578602b25'
/home/pi
Error running 'git clone --recursive --depth 1 --branch master  ' - returned 128

Where did I go wrong? 😁

DirtBagXon commented 3 years ago

RetroPie-Setup is out of date. I had the same issue, was resolved by updating RetroPie-Setup to the latest version:

https://github.com/RetroPie/RetroPie-Setup/pull/3387#issuecomment-903127191

As this is a custom image and may have local changes, you may want to stick with the manual install until the image catches up.