(REQUEST) Add Daphne Singe emulator?
-
sudo mount | grep usb0
-
pi@retropie:~ $ sudo mount | grep usb0 /dev/sda1 on /media/usb0 type fuseblk (rw,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) pi@retropie:~ $
-
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
pi@retropie:~ $ sudo mount | grep usb0 /dev/sda1 on /media/usb0 type fuseblk (rw,nodev,noexec,noatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) pi@retropie:~ $
noexec
So not sure how you have other scripts, unless they are symlinked...
-
@DirtBagXon
like that -
/home/pi/RetroPie/roms/pc/+Start\ DOSBox.sh
That script isn't on /media/usb0
But it has an argument that points to it...
-
@DirtBagXon
sorry didnt notice
and its still works somehow just checked it out with few sh files...
so i have to copy the sh files to my pi card i guess ?
thats a shame wanted to be on the harddrive (that only when its plugedin i can see them ).... -
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
so i have to copy the sh files to my pi card i guess ?
Yes, then chmod 755 them.
-
@DirtBagXon
thanks will give it a try -
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
@DirtBagXon
thanks will give it a tryOne other and last thought,.....
/bin/bash /media/usb0/roms/daphne/singe/maddog.sh
Prefix the script on the usb stick with the 'bash' interpreter so it's called as an argument..
But to be clear, the script that is making the above bash call will need to exist on the Pi sd card and will need the executable bit set. So a bit of a chicken and egg scenario. But this is then similar to your DOSBox setup...
Might work for you....
-
pi@retropie:~ $ /bin/bash /media/usb0/roms/daphne/singe/maddog.sh /media/usb0/roms/daphne/singe/maddog.sh: line 1: cd: maddog: No such file or dir ectory /media/usb0/roms/daphne/singe/maddog.sh: line 2: ./run.sh: No such file or direc tory
for some reason
-
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
pi@retropie:~ $ /bin/bash /media/usb0/roms/daphne/singe/maddog.sh /media/usb0/roms/daphne/singe/maddog.sh: line 1: cd: maddog: No such file or dir ectory /media/usb0/roms/daphne/singe/maddog.sh: line 2: ./run.sh: No such file or direc tory
for some reason
On the first line of your maddog.sh script, you need to change to the directory from where you want to start .
cd /media/usb0/roms/daphne/singe/
? or whatever it is.
The script is trying to cd into a subdirectory from that point.
This is where your script writing skills start ;)
-
@DirtBagXon
having that sh file -cd /media/usb0/roms/daphne/singe/maddog ./run.sh maddog
but still getting that -
Hello logfile - runcommand-onstart checking in here Parameters: Executing: "/home/pi/RetroPie/roms/daphne/singe/maddog.sh" /home/pi/RetroPie/roms/daphne/singe/maddog.sh: line 2: ./run.sh: No such file or directory Hello logfile - runcommand-onend checking in here
-
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
./run.sh: No such file or directory
./run.sh: No such file or directory./run.sh: No such file or directory
You are in the wrong place to run that run.sh script, it isn't where you think it is....
-
cd /media/usb0/roms/daphne/singe/maddog/ /home/pi/singe/run.sh maddog
GNU nano 3.2 /dev/shm/runcommand.log Hello logfile - runcommand-onstart checking in here Parameters: Executing: "/home/pi/RetroPie/roms/daphne/singe/maddog.sh" Singe Launcher : Script dir is /home/pi/singe Missing file: /home/pi/.daphne/singe/maddog/maddog.singe ? /home/pi/.daphne/singe/maddog/maddog.txt ? Hello logfile - runcommand-onend checking in here
-
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
Missing file: /home/pi/.daphne/singe/maddog/maddog.singe ?
/home/pi/.daphne/singe/maddog/maddog.txt ?It's all there:
Missing file: /home/pi/.daphne/singe/maddog/maddog.singe ? /home/pi/.daphne/singe/maddog/maddog.txt ?
Looking at the wrong place.
Are you specifying the correct path for -homedir and -datadir - that you had when you ran it from the cli in that script...
-
@DirtBagXon
Im trying to run the sh file to the directory of /media/usb0/roms/daphne/singe .and not from /home/pi/.daphne/singe/maddog/
cause its not there .... -
@shavecat said in (REQUEST) Add Daphne Singe emulator?:
@DirtBagXon
Im trying to run the sh file to the directory of /media/usb0/roms/daphne/singe .and not from /home/pi/.daphne/singe/maddog/
cause its not there ....That's fine, but you have to tell the singe.bin where it can find the files it needs by the correct arguments, at the moment your script is telling it they are in the wrong place.
The errors will tell you where it's trying to load them, you need to find and alter the bits in your scripts to correct that.
-
@DirtBagXon
Thanks a lot again :)
will try to play with that -
@DirtBagXon
Sorry to drive u nuts ;)..
but i did that -<extension>.singe .sh .SINGE .SH</extension>
from my hard drive .
and even .singe dosent let me load it .
with the some error on the log (no promotion ) that's really weird -
@shavecat said in [(REQUEST) Add Daphne Singe emulator?]
<extension>.singe .sh .SINGE .SH</extension>
I have no knowledge of what this is?
Despite being on this forum, I'm afraid I have never setup RetroPie.
I only came here to help @Darksavior on the original step....
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.