sigboe / pie-galaxy

A GOG Galaxy like client for RetroPie
24 stars 9 forks source link

Having trouble installing #13

Open Mistap14 opened 4 years ago

Mistap14 commented 4 years ago

I have updated my pi4. However, when I paste the first download command into the terminal, it responds with "No such file or directory". What am I doing wrong? I apologize if this seems like a stupid problem but I have very little knowledge about this kind of stuff.

sigboe commented 4 years ago

Sorry for taking time, my computer died, and more stuff happen and so on. If you are talking about sudo Retropie-Setup/retropie_setup.sh this can either be done from the retropie menu, or you can try just skipping it all together. It is in the installation instruction because when I wrote this program, I found bugs in the package manager in retropie, So I opened a pull request to fix the bugs, so at the time one time you needed to be on a very recent version. That's almost two years ago now.

Please post back what happens. I am curious to see if it works on the newest version of retropie, If not I hope to get it working.

Mistap14 commented 4 years ago

when I paste step 2's code it says"no such file or directory"

Mistap14 commented 4 years ago

the code i am talking about is wget -O "${HOME}/RetroPie-Setup/scriptmodules/ports/piegalaxy.sh" https://raw.githubusercontent.com/sigboe/pie-galaxy/master/scriptmodule.sh

sigboe commented 4 years ago

@Mistap14 Can you run the command on your pi4 with retropie?

tree ~| nc termbin.com 9999

and give the termbin link so I can see the file and folder structure in the new version of retropie? This will post the filenames and foldernames and which is inside which, and post it to a pastebin like site, and give you the link. It will not post the contents of the files, I thought I'd explain this since im asking you to post something on the internet. It should not post any personal info, only if you have personal info in file names or folder names.

Cheers, Hope to update this to the new retropie version.

Mistap14 commented 4 years ago

I will send the info tonight.

Mistap14 commented 4 years ago

https://termbin.com/2hdd

sigboe commented 4 years ago

Hi @Mistap14

I have a question, I'm not asking this as a catch-you, because I want to support many scenarios. Did you install RetroPie on top of a desktop version of Raspberry Pi OS? Or did you actually install the RetroPie image and then a desktop on it? It is a relevant question so I can support both ways.

Mistap14 commented 4 years ago

I installed Twister OS which includes RetroPie on it by using this tutorial: https://www.youtube.com/watch?v=s2f47ZcsuEg&t=197s Hope this helps.

sigboe commented 4 years ago

I herd about that on youtube, never looked into it much, it seams nice.

What users are present which also have a home directory? ls /home Can you find a folder called Retropie-Setup? sudo find / -name 'Retropie-Setup' -type d if you find this folder it should be pretty easy to get this going if there are no other compatibility issues with Pi4, but we can fix those too. If you want to help out a bit more maybe we can figure out a way to autodetect this so it can be one command for either TwisterOS or RetroPie, if not an errata to the install instructions notifying TwisterOS can be added.

Mistap14 commented 4 years ago

Ok so on the first command (ls /home) it says pi, which is my user profile. When i put in the second command (sudo find / -name 'Retropie-Setup' -type d) it says find '/run/user/1000/gvfs' : Permission denied not 100% sure what this means but here you go

sigboe commented 4 years ago

@Mistap14 For the second command, the permission error is simply because it tries to search the whole system for a folder with that name, and it didn't find any so it didn't give any output. Except a location where it was unable to look, which is totally normal because its not part of the normal filesystem.

I have no idea why there is no Retropie-Setup folder, maybe its renamed or it is inside a virtual filesystem. Another command you can try to run is the following. Because thats a folder inside the Retropie-Setup folder in case they renamed the Retropie-Setup folder.

sudo find / -name 'scriptmodules' -type d

Does TwisterOS work on Raspberry Pi 3B+ or 3B? I don't have available to me a Pi 4 I can use right now.

Mistap14 commented 4 years ago

The official Twister OS website says that "While Twister OS will install on the 3B+ it is not recommended. Twister OS was designed and built around the Pi4 and you may experience issues installing on the 3B+." so I'm not sure if installing on your 3B + would work well. Also I got the same response putting that line of code in but after it said that it then said "/home/pi/retropie/RetroPie-Setup/scriptmodules" Does this mean that the last thing you sent me should actually be spelled "sudo find / -name 'RetroPie-Setup' -type d" instead of "sudo find / -name 'Retropie-Setup' -type d" This is the only thing that I could think that would have made it impossible to find the directory but you know a whole heck of a lot more about this than I do.

sigboe commented 4 years ago

Yes @Mistap14 Thats my fault.

wget -O "${HOME}/retropie/RetroPie-Setup/scriptmodules/ports/piegalaxy.sh" https://raw.githubusercontent.com/sigboe/pie-galaxy/master/scriptmodule.sh
sudo "${HOME}/retropie/RetroPie-Setup/retropie_packages.sh" piegalaxy

These commands here where I added retropie/ in the directory path should work to install piegalaxy Tell me how it goes :smile:

I dont understand why that didnt come with when you loaded the output into termbin, but when I now know there is some info missing and I scroll down, I can see there is folders missing there. Maybe termbin has a max limit.

Mistap14 commented 4 years ago

Thanks dude. Will try this and send an update later.

Mistap14 commented 4 years ago

Ok so I copy and pasted the command to the terminal and hit enter. the terminal then said "sudo: /home/pi/retropie/RetroPie-Setup/retropie_packages.sh: command not found". Did I do something wrong?

sigboe commented 4 years ago

Okay then. Are you able to open RetroPie section in EmulationStation? If so then you should be able to find PieGalaxy in the experimental section. If not then id be interested in the list output of this command

tree ~/retropie | nc termbin.com 9999
Mistap14 commented 4 years ago

I do not see PieGalaxy in the experimental section

DavidDraper commented 3 years ago

Hey- I'm having some difficulties. I get to the point where I install the download and get the following result:

pi@RetroPi:~ $ sudo "${HOME}/RetroPie-Setup/retropie_packages.sh" piegalaxy

= = = = = = = = = = = = = = = = = = = = =
Installing dependencies for 'piegalaxy' : Pie Galaxy - Downloand and install GOG.com games in RetroPie
= = = = = = = = = = = = = = = = = = = = =

= = = = = = = = = = = = = = = = = = = = =
Installing 'piegalaxy' : Pie Galaxy - Downloand and install GOG.com games in RetroPie
= = = = = = = = = = = = = = = = = = = = =

git clone --recursive --depth 1 --branch master "https://github.com/sigboe/pie-galaxy.git" "/opt/retropie/ports/piegalaxy"
Cloning into '/opt/retropie/ports/piegalaxy'...
remote: Enumerating objects: 17, done.
remote: Counting objects: 100% (17/17), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 17 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (17/17), done.
HEAD is now in branch 'master' at commit '9199eca46e7b5a05ab39d4f8b3f770cb4388c054'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:10 --:--:--     0curl: (7) Failed to connect to demenses.net port 443: Connection timed out
innoextract-1.8-dev-2019-01-13-linux/bin/armv6j-hardfloat/innoextract
chmod: cannot access '/opt/retropie/ports/piegalaxy/wyvern': No such file or directory
/opt/retropie/ports/piegalaxy /home/pi

= = = = = = = = = = = = = = = = = = = = =
Configuring 'piegalaxy' : Pie Galaxy - Downloand and install GOG.com games in RetroPie
= = = = = = = = = = = = = = = = = = = = =

/home/pi
pi@RetroPi:~ $

Suggestions?

When I try using

pi@RetroPi:~ $ wget -O "${HOME}/retropie/RetroPie-Setup/scriptmodules/ports/piegalaxy.sh" https://raw.githubusercontent.com/sigboe/pie-galaxy/master/scriptmodule.sh
/home/pi/retropie/RetroPie-Setup/scriptmodules/ports/piegalaxy.sh: No such file or directory

Thanks in advance!

David

sigboe commented 3 years ago

@DavidDraper I am working on the issue where installing Pie-Galaxy fails due to it can't install wyvern. I don't know when it will be ready, I have a working binary of the newest version, I need to do a bit more before I can upload it, and I only have a little time now and then.

DavidDraper commented 3 years ago

HI Sigurd,

Thanks very much. Obviously, this is just for fun and there are plenty of issues going on way more important than this. I appreciate the email.

David

On Sun, Jan 31, 2021 at 2:43 PM Sigurd Bøe notifications@github.com wrote:

@DavidDraper https://github.com/DavidDraper I am working on the issue where installing Pie-Galaxy fails due to it can't install wyvern. I don't know when it will be ready, I have a working binary of the newest version, I need to do a bit more before I can upload it, and I only have a little time now and then.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sigboe/pie-galaxy/issues/13#issuecomment-770447481, or unsubscribe https://github.com/notifications/unsubscribe-auth/APTGA5JIIJYTQLBVZWU2XYLS4W6GNANCNFSM4QG3AVYA .

sigboe commented 3 years ago

@DavidDraper Ive changed the installer script to fetch wyvern from a stable mirror I created on github. I don't have a testing Pi setup at the moment, but you both may have better luck now