Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wizard
    Participant
    Post count: 4

    Ok, so I go to start the default and only .sh in my pc folder. In and out, no dosbox. My specs, steps and conditions are as follows:

    ================================================================
    pi@home$ cat /tmp/runcommand.log
    /opt/retropie/supplementary/runcommand/runcommand.sh: line 671: /home/pi/RetroPie/roms/pc/+Start DOSBox.sh: Permission denied

    This has something to either do with “retroarch_append_config” (close to what it said) or more likely “eval $command”
    ==================================================================

    -roms folder is symlinked to an external drive’s dir
    -most other emus work fine (haven’t checked them all)
    -chown was run on roms, /opt/retropie -R
    -chmod -R 777 /dev, /opt/retropie/emulators/dosbox/bin
    -retropie-setup and reinstall dosbox package
    -before the roms folder was symlinked, I copied everything over to the roms folder on the external drive, then deleted and symlinked

    -rpi2
    -512/512 mem split
    -tons of room on the hdd and the 16gb sdcard
    -fresh install
    -only kodi was installed after the fresh install
    ===================================================================

    Not sure what else is relevant, but I’m sure it’ll be easy enough to find. Anyone have any ideas why I don’t have permission to play with DOSBox?

    herbfargus
    Member
    Post count: 1858

    You could try
    chmod -R 777 /home/pi/RetroPie/roms/pc

    wizard
    Participant
    Post count: 4

    Yeah, tried that after I posted.

    I did double check on running it outside of ES, and I have all capabilities as the user pi, i.e. mounting, running a game, etc. Does anyone know what is being called at line 671 that “pi” wouldn’t have permission to access?

    redhalo
    Participant
    Post count: 35

    I know this one, just posted about it this past week trying to figure out the same thing. The hdd isn’t being mounted correctly to allow exec privilages no matter what you chmod. Edit /etc/usbmount/usbmount.conf and remove the noexec parameter, then reboot.

    https://github.com/retropie/RetroPie-Setup/issues/781

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.