Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › RetroPie 2.0 help
Tagged: error
- This topic has 13 replies, 10 voices, and was last updated 9 years, 8 months ago by neighbourhoodnerd.
-
AuthorPosts
-
06/30/2014 at 19:30 #10493kitchukParticipant
I normally edit configs and add roms via SSH with WinSCP. Because of the new folder structure I cannot edit any files or add files to the ‘opt’ folder as permission is denied. Anyone know how to give myself permission?
06/30/2014 at 19:37 #10497kitchukParticipantI also noticed the MasterSystem and Neo Geo system folders are missing in the roms folder.
06/30/2014 at 21:31 #10516InsecureSpikeParticipantto make yourself a root a account
sudo passwd
choose a good password, follow prompts,
then login as “root” and your new password
06/30/2014 at 21:35 #10517petrockblogKeymaster[quote=10493]I normally edit configs and add roms via SSH with WinSCP. Because of the new folder structure I cannot edit any files or add files to the ‘opt’ folder as permission is denied. Anyone know how to give myself permission?[/quote]
You can enable the root access via WinSCP when you SSH into the RPi before and set the root password with the commandsudo passwd
. Afterwards, you can use, e.g., WinSCP and log into the RPi withroot
as username and have according permissions.This will already be done with the next release of the sd card image.
06/30/2014 at 21:37 #10518petrockblogKeymaster[quote=10497]I also noticed the MasterSystem and Neo Geo system folders are missing in the roms folder.[/quote]
NeoGeo
has becomeFBA
now. Mastersystem is missing – this is a bug and you can add it manually withmkdir -p /home/pi/RetroPie/roms/mastersystem
. This will be fixed with the next release.
06/30/2014 at 21:57 #10521AnonymousInactiveGreat work folks, v2.0 is shaping up nicely!
The rom folder for atariStSteFalcon is also missing. Easy enough to add it in though.
Thank you for the advice to enable editing of the opt folder – I was unable to transfer my Cave Story save games without it.07/01/2014 at 14:01 #10630kitchukParticipantI understnad that Neo Geo is now FBA. The new ES does actually have a theme for Neo Geo. I created a folder called ‘neogeo’ in the roms folder. I use FBA for CPS roms and Neo Geo for well…Neo Geo.
I also creaste two seperate PiFba folders (with two seperate configs) as I use one controller setup for FBA and one setup for Neo Geo controls.
07/05/2014 at 13:43 #12221nemo93ParticipantGents,
for the sake of clarity, let’s try to use a single thread regarding the “permissions” if you don’t mind?
I’ve proposed a workaround here: https://www.petrockblock.com/forums/topic/no-writing-permission-for-retroarch-cfg/#post-12219
hope this helps.
cheers,07/10/2014 at 03:46 #13812MatiasGuestthank you so much petrockblog, it really worked
12/25/2014 at 22:52 #84014peanutParticipantIt won’t let me type in a new password when I use ‘sudo passwd root’
no keys on keyboard work except ‘enter’… im stuck :(
12/25/2014 at 23:22 #84017yourselvsParticipantWhen trying to load a rom of TRON: Deadly Discs on intellivision, the following error shows up (all non-preinstalled roms have th esame error):
—-
ERROR: Could not read EXEC image ‘exec.bin’
Search path:
.
/opt/retropie/emulators/jzintv-1.0-beta4/bin/../rom
/usr/local/share/jzintv/rom—-
After a couple seconds it returns to the game selection screen under the intellivision menu.
The rom I got was from a sketchy site but should’ve been fine. It ended up as a .bin and I hope that’s what intellivision is supposed to be.
I am using a brand new raspberry pi B+ fresh out of the box after installing retropie.
01/21/2015 at 13:53 #85566data123ParticipantTo get intellivision to work you need the files EXEC.BIN and GROM.BIN (find them on bittorrent)
then you need to make a folder at
/usr/local/share/jzintv/rom& put them there
https://github.com/retropie/RetroPie-Setup/wiki/Intellivision-Emulator
02/21/2015 at 04:36 #88428monjarstonParticipantI worked around the problem by switching my username to ‘root’ and then still using ‘rapsberry’ as my password. Was able to move and change things in the /opt/ directory.
02/21/2015 at 04:40 #88430neighbourhoodnerdParticipantMy fix: Give user Pi ownership of the directories.
sudo chown -R pi /opt/retropie/ sudo chown -R pi /etc/emulationstation/ sudo chown -R pi /home/pi/
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.