[SOLVED] Setup Daphne for Dragon's Lair on rPi3, Black Screen
-
@briankross what does your lair.txt look like?
You don't need the .dat file, Daphne will build a new one, but it says it can't open your lair.m2v, so it could be in the wrong place according to the lair.txt file (case matters, not just for the extension).
As for dip switches, just leave off the -bank parameters until you have a working game. Then, if you want to mess with the dip switches, depending on the ROM you are using, do some research here
-
@caver01 said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
@briankross what does your lair.txt look like?
Line 1 is blank:
151 lair.m2v
The guide didn't indicate
151
on the second line of code was the path tolair.m2v
.Change to?:
/home/pi/RetroPie/roms/daphne/lair.daphne/lair.m2v
You don't need the .dat file, Daphne will build a new one, but it says it can't open your lair.m2v, so it could be in the wrong place according to the lair.txt file (case matters, not just for the extension).
Understood.
As for dip switches, just leave off the -bank parameters until you have a working game. Then, if you want to mess with the dip switches, depending on the ROM you are using, do some research here
Thank you.
-
That is not what I am after I'm afraid. Please SSH in to the Raspberry Pi, and run the
ls
from a terminal. It will produce a detailed output. -
Edit: It took a few min to figure out how to ssh to the rPi3.
Edit: Copy / paste from terminal@BuZz said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
That is not what I am after I'm afraid. Please SSH in to the Raspberry Pi, and run the
ls
from a terminal. It will produce a detailed output.pi@retropie:~ $ ls -Rla /home/pi/RetroPie/roms/daphne/ /home/pi/RetroPie/roms/daphne/: total 16 drwxr-xr-x 4 pi pi 4096 Jun 26 12:39 . drwxr-xr-x 6 pi pi 4096 Jun 26 12:30 .. drwxr-xr-x 2 root root 4096 Jun 26 14:14 lair.daphne drwxr-xr-x 2 pi pi 4096 Jun 26 12:38 roms /home/pi/RetroPie/roms/daphne/lair.daphne: total 899700 drwxr-xr-x 2 root root 4096 Jun 26 14:14 . drwxr-xr-x 4 pi pi 4096 Jun 26 12:39 .. -rw-r--r-- 1 root root 91 Jun 26 13:40 lair.commands -rw-r--r-- 1 root root 893769849 Jun 26 13:20 lair.m2v -rw-r--r-- 1 root root 27496826 Jun 26 12:43 lair.ogg -rw-r--r-- 1 root root 14 Jun 26 12:44 lair.txt /home/pi/RetroPie/roms/daphne/roms: total 28 drwxr-xr-x 2 pi pi 4096 Jun 26 12:38 . drwxr-xr-x 4 pi pi 4096 Jun 26 12:39 .. -rw-r--r-- 1 root root 17906 Jun 26 12:38 lair.zip
-
The ownership is wrong as mentioned above (use the chmod I gave). The folders need to be writeable for the pi user.
You can usually copy and paste from an ssh client, which would be easier to work with than screenshots btw.
-
@BuZz said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
The ownership is wrong as mentioned above (use the chmod I gave). The folders need to be writeable for the pi user.
You can usually copy and paste from an ssh client, which would be easier to work with than screenshots btw.
Thank you. I don't see a chmod you gave.
I'll take a backup image from right before I attempted this project and try again. I began using the root user in my FTP client since it's the easiest way for me to edit configuration files without permission issues. But now that I know how to SSH, perhaps that is no longer a concern.
Generally, should all ROMs and associated files be uploaded via the pie user? If so, I need to either redo all permissions or start from scratch and retrace my steps while not using the root user in my FTP client.
I'll report back when I've restored my backup image, and tried again.
-
@briankross
sudo chown -R pi:pi /home/pi/RetroPie/roms
will set all rom folders back to pi -
@herb_fargus said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
@briankross
sudo chown -R pi:pi /home/pi/RetroPie/roms
will set all rom folders back to piAh... crap. lol Just started re-imaging from a backup. I'm barely functional in terminal :)
Learning moment, noted. Thank you! Ug.
-
@briankross the terminal is a good skill to have. There are lots of guides online including a basic on on the wiki:
-
@herb_fargus said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
@briankross the terminal is a good skill to have. There are lots of guides online including a basic on on the wiki:
Thank you.
Absolutely. My command line days were in the 80's and 90's, and just for fun. I certainly have a clue, but it's clear that I need to dig in.
-
@BuZz said in Setup Daphne for Dragon's Lair on rPi3, Black Screen:
The ownership is wrong as mentioned above (use the chmod I gave). The folders need to be writeable for the pi user.
You can usually copy and paste from an ssh client, which would be easier to work with than screenshots btw.
That was it, just like you said, it works!
Thanks everyone for your time and expertise.
-
Glad you have it sorted. It is not a good idea to use the root user to edit configuration and to copy files, as you will run into other problems like this. All the RetroPie configurations that are supposed to be user editable should be editable as the Pi user (or whatever user retropie is installed under). Only system configs in
/etc/
and/boot/config.txt
require root to edit - this can be done via the terminal withsudo nano /boot/config.txt
-
@BuZz said in [SOLVED] Setup Daphne for Dragon's Lair on rPi3, Black Screen:
Glad you have it sorted. It is not a good idea to use the root user to edit configuration and to copy files, as you will run into other problems like this. All the RetroPie configurations that are supposed to be user editable should be editable as the Pi user (or whatever user retropie is installed under). Only system configs in
/etc/
and/boot/config.txt
require root to edit - this can be done via the terminal withsudo nano /boot/config.txt
Many thanks, now I understand. I began down this road by logging in to FTP as root so I could edit some configuration files, as it turns out, I ended up reverting all changes. I didn't understand the larger issue with doing everything as root until today.
Now that I can somewhat confidently navigate and edit via SSH as pi user, I think I'm good to go.
Things are up and working, but I'm going to start from scratch and build up again so I know moving forward that everything is done correctly with the correct permissions.
First though, I'm going research how to transfer my progress from Zelda on NES... No sense in doing that all over again! :-)
-
I'm having a similar issue. Thought I'd post here rather than start a new topic, hope that's OK.
My problem is the game starts up and runs fine as long as I leave it in demo mode. The demo loop runs the video and sound just fine. But when I start a game I see Dirk run across the bridge and then the screen goes black. I can hear the game running but can't see anything. By pressing random controls sometimes I'll get the death scene or if I'm lucky, a level I can actually play before it all goes dark again. I've deleted the .dat and parsed many times with the same result.
I'm hoping someone can help me sort this out, thanks. Here's my ls output:
pi@retropie:~ $ ls -Rla /home/pi/RetroPie/roms/daphne/
/home/pi/RetroPie/roms/daphne/:
total 16
drwxr-xr-x 4 pi pi 4096 Jan 19 14:37 .
drwxr-xr-x 63 pi pi 4096 Jan 18 19:15 ..
drwxr-xr-x 2 pi pi 4096 Jan 19 21:09 lair.daphne
drwxr-xr-x 2 pi pi 4096 Jan 19 19:58 roms/home/pi/RetroPie/roms/daphne/lair.daphne:
total 103684
drwxr-xr-x 2 pi pi 4096 Jan 19 21:09 .
drwxr-xr-x 4 pi pi 4096 Jan 19 14:37 ..
-rw-r--r-- 1 pi pi 16316 Jan 19 21:10 lair.dat
-rw-r--r-- 1 pi pi 893769849 Jan 19 14:42 lair.m2v
-rw-r--r-- 1 pi pi 27496826 Jan 19 14:17 lair.ogg
-rw-r--r-- 1 pi pi 19 Jan 19 20:10 lair.txt/home/pi/RetroPie/roms/daphne/roms:
total 28
drwxr-xr-x 2 pi pi 4096 Jan 19 19:58 .
drwxr-xr-x 4 pi pi 4096 Jan 19 14:37 ..
-rw-r--r-- 1 pi pi 17906 Jan 19 19:49 lair.zip
pi@retropie:~ $
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.