Homepage Forums RetroPie Project Video Output on RetroPie Simple Video Problem Reply To: Simple Video Problem

#93577
labelwhore
Participant

Check the permissions on the roms themselves. Most likely they are owned by root and the pi user can’t read them.

sudo chown pi.pi -R /home/pi/RetroPie/roms

should do the trick