-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pie Galaxy not working on Rpi4 with RetroPie 4.6 because of "Wyvern not found" Message: #12
Comments
Well, at least lets not close this issue before the installation works as intended. But at least I can do for you right this moment is provide a workaround. Wyvern and innoextract are specifically looked for in the same folder as Pie Galaxy is installed. But thats no problem, because Pie Galaxy supports changing settings, and where it looks for both wyvern and innoextract are exposed as settings. If you make a settings file at
write back and see if there are more issues, because with just the information in your comment I don't know yet why it failed to install. Maybe the way things are executed when installing retropie packages have changed? |
Added the conf file as described with the contents you provided and rebooted the Pi. Interestingly the run-command log-file has this entry: |
From SSH run [[ -f "${HOME}/.config/piegalaxy/piegalaxy.conf" ]]; echo $? And tell me the result |
|
Thank you, I have pushed a commit fixing a typo. Get the latest version. Still tell me how it goes, there may be different things with issues if the install is not compatible with the newest version of pie galaxy |
Sure i will, thank you. EDIT: // Original Post:
|
Ok installer finished now, what is interesting is that it still failes to curl wyvern from deemenses.net: curl: (7) Failed to connect to demenses.net port 443: Connection timed out Trying the new version with the conf from you still results in "wyvern not installed". Edit: The script is now starting and asking for my login-credentials. Will report back if everythign is fine now ;-). Than i would only have to figure out how to make Pie Galaxy show up in emulation station... Do I have to edit the es_systems.cfg by hand? If so: what are the right properties? |
Connecting & browsing my library works (allthough the library is not sorted in alphabetical order making it hard to find things ;-) ). But it seems like i can't download or install anything (errors).
Tried with Monkey Island 1 and 2 as well as their special editions. |
Second thing: It seems like my PWD must be in: When i run that command from said working dir it works (connecting & browsing but not downloading). I guess it might have something to do with how "scriptdir" is initialized in combination with the "wyvernbin="wyvern"" property in the config: Edit: Not really important, but just to let you know ;-). |
Let's try to break these things down 🤣 I've never seen these errors, and don't know why you get them.
This here says that git clone cant clone into a directory thats not empty. Which is true, so try deleting the directory, or rather uninstall it from the from the retro pie package menu, and then reinstall it. This will make it show up in the Retro Pie menu as well And also maybe then delete the settings file you created, so it doesn't override the defaults.
Seams as the original author doesn't support the download any more. I need to update the installer and host it my self. Dont know if I will be able to do that today. But copy it to the pie-galaxy directory should work.
Feature request 😆 open a separate issue for that and I will get to later
Let me think about this one.
I don't support the special editions, I have looked at how to do it and it was not straight forward.
I cannot for the life of me believe this is true. Maybe if you delete the config file it will be back to normal.
Continue doing things like this, and you will only be a quick book away from being able to pass LPIC1 or Linux+ exams
hmm, I dont see why these are making an issue
Of course it is important. I just dont have a Pi with retropie right now. As I am too busy using the MiSTer FPGA instead, and also being a family man. |
Your help is much appreciated, thank you for your effots! If there is anything i can help / test concerning that download problem just let me know (especially when you don't have a Pi ready yourself right now ;-). And one additional info to the "reinstallation" / "Pie Galaxy not showing up in Emustation": |
Hello,
I try to install Pie Galaxy on my Rpi4 with RetroPie 4.6 using the manual installation guide described here on the project page.
The installation script runs fine but as soon as i start RetroPie there is no Pie Galaxy option showing up.
So i tried the SSH way using "~/RetroPie/roms/ports/Pie\ Galaxy.sh" shell command which starts the Pie Galaxy script. But Pie Galaxy presents a "Wyvern not found" message and quits.
Doing further research on the project page i noticed that "wyvern" and "innoextractor" are requirements in order for Pie Galaxy to work. Both are missing on my RetroPie allthough the install script indicates that those dependencys should be installed as well (from: demenses.net).
I am not sure but it looks like the SSL certificates have expired (at least this was the case yesterday). Might be the reason which the depencencys have been skipped?
Anyway, i tried to fix this manually:
Running the script again still results in "Wyvern not installed". Allthough when I enter "wyvern" in my shell it prints out the wyvern help. So it is definitly there...
What am I missing?
The text was updated successfully, but these errors were encountered: