RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Duke nukem 3D problems

    Scheduled Pinned Locked Moved Help and Support
    9 Posts 3 Posters 2.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gaz1971uk
      last edited by

      Just setting up my system and I've install duke nukem , when I go into ports to run it comes up with sh 1: /home/pi/retropie/roms/ports/duke nukem 3D sh permission denied error, I'm running roms from a usb stick all the other emulators work, but now I'm stuck any help I would be greatful

      1 Reply Last reply Reply Quote 0
      • F
        Flynn's
        last edited by Flynn's

        sudo chmod +x "/home/pi/RetroPie/roms/ports/duke nukem 3D.sh"
        
        1 Reply Last reply Reply Quote 0
        • BuZzB
          BuZz administrators
          last edited by

          I don't think chmod will help as they have their rom on a non linux filesytem (probably fat32). However updating to the latest retropie should sort it as I added a workaround.

          To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • G
            gaz1971uk
            last edited by

            ive tried both these things and still wont work, none of the games in ports run, same error

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by

              You updated the retropie-setup script and then updated all installed packages ?

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators
                last edited by

                Aah. There will need to be another change actually to work around this. In the meantime you can edit /etc/emulationstation/es_systems.cfg look for the part that says

                  <system>
                    <name>ports</name>
                    <fullname>Ports</fullname>
                    <path>/home/pi/RetroPie/roms/ports</path>
                    <extension>.sh .SH</extension>
                    <command>%ROM%</command>
                    <platform>pc</platform>
                    <theme>ports</theme>
                  </system>
                

                and replace it with

                  <system>
                    <name>ports</name>
                    <fullname>Ports</fullname>
                    <path>/home/pi/RetroPie/roms/ports</path>
                    <extension>.sh .SH</extension>
                    <command>bash %ROM%</command>
                    <platform>pc</platform>
                    <theme>ports</theme>
                  </system>
                

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators
                  last edited by

                  If you update retropie-setup again, and re-install a port, it should fix it.

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  1 Reply Last reply Reply Quote 0
                  • G
                    gaz1971uk
                    last edited by

                    thanks for the help
                    it didnt work lol when did it i lost all the emulationstation configurations, so started again and now im just editing the es_systems.cfg file and editing the paths manually, managed to get it working just having trouble with controller now

                    1 Reply Last reply Reply Quote 0
                    • BuZzB
                      BuZz administrators
                      last edited by

                      You incorrectly edited the file then and broke the xml or something. Open a new topic for the controller issue.

                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      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.