-
Notifications
You must be signed in to change notification settings - Fork 4
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
Script dying on line 177 #2
Comments
If I hard code my home directory there then the script dies on line 182 looking for autoexec.bat. It seems like the file structure might have changed since you wrote the script as many games have a further sub-directory, other exe files or cd folder with iso files. Can you confirm or is there still something wrong? |
Which exoDOS are you using? I see now that 4 has been released. I'll have to look at it and see what changed. |
I was using V4.
…On Wed, 15 Jan 2020 at 09:32, Scott Duensing ***@***.***> wrote:
Which exoDOS are you using? I see now that 4 has been released. I'll have
to look at it and see what changed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=ADSGX373JYN7VGU26MUMUETQ5ZKS3A5CNFSM4JQ5OAHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI6UFBQ#issuecomment-574440070>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSGX36QBCHLFKHNXWWUFFTQ5ZKS3ANCNFSM4JQ5OAHA>
.
|
Hi, |
I finally got to look at v4. It's entirely different from v3. It'll need a new script. |
Well this explains that! |
Seems like you still can use the script with v4, as long as you move tings around a bit. the !dos folder is kept in a separate zip-file, and you need to unzip this alongside the games. Also had some trouble with |
Hi @dagognatt , could you explain a bit more?
what is your actual file structure? Because I did extract the !dos file as indicated in @sduensin 's import-eXoDOS.txt so it looks like this:
(I changed /eXoDOS/ by /pc/, but the import-eXoDOS.txt states this doesn't matter) |
Hi, My filestructure is similar, actually I have
and the script produces /home/pi/RetroPie/roms/pc/adark1.sh, which I dont think matter much. What I know works is the creation of the startup-scripts and generation of entries in gamelist.xml Still waiting for it to complete after fixing issues with the renaming. I suspect 'rename' being the culprit in making this take hours though. Its really slow. Did you try running it ? |
On the contrary, if I understand well @sduensin 's script, the .sh is the game startup-script. When I run the script (even with your So on my side, I'm not even reaching the gamelist.xml creation part, therefore no idea if this part still works. |
Yeah, I also had that problem at first!
What I think is happening is that it takes the path literary, and you have no folder named ~ |
Yes, it is the game startup script, and it references the game in correct eXoDOS-folder. Thats why I dont think it matter much. |
Bullseye @dagognatt, that dit it for me.
lines in the AUTOEXEC.BAT file directly called by the game's .SH . Long story short, here's what worked for me: 2. follow the instructions in import-eXoDOS.txt and run the script in your rom's folder 3. open your dosbox-SVN.conf located in
And add the following commands:
After this, my game's .SH in the |
Hi,
I'm running RetroPie on a Chromebook with a Debian 10 Buster container. I've created the folder structure as recommended and manually transferred over the meta data folder and the unpacked the games I wish to play. The error I am getting is the same regardless of game and is replicated below:
Line 177 is:
I cannot understand why this would fail as "~/RetroPie/roms/pc/" exists.
Any ideas?
Thanks,
The text was updated successfully, but these errors were encountered: