@tehswiftone said in High Res Texture Packs:
@backstander The error pops up for only a brief second in the corner so it's hard to read it, but it appears the filename is changing each time I select option 7.
couldn't open temporary /opt/retropie/configs/all/seb45353 Permission Denied
Here is my mupen64 config, sorry about the delay.
http://pastebin.com/veiMygTX
this means your configs/all dir has had it's ownership changed to root, and user pi can no long write to the dir to make the changes. to fix this, you can try the command line (from console or ssh term)
sudo chown -R pi /opt/retropie/configs/
It's happened to me a few times, maybe someone with access could update the Setup to reset this dir as well as /home/pi...