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

    DOSBOX Trouble running "Under a Killing Moon"

    Scheduled Pinned Locked Moved Help and Support
    dosboxexodoskilling moon
    11 Posts 3 Posters 2.4k 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.
    • C
      ChuckyP
      last edited by ChuckyP

      Pi Model or other hardware: (3)
      Power Supply used: (Canakit Power Supply 2.5a)
      RetroPie Version Used (4.3.15)
      Built From: (SD Image on RetroPie website)
      USB Devices connected: Microsoft Keyboard / Mouse
      Controller used: Microsoft Keyboard / Mouse
      Error messages received: NONE
      Emulator: (DOSBOX)

      Hello, I am running DOSBOX, and have used a utility called "eXoDOS Collection Importer" from this topic "https://retropie.org.uk/forum/topic/12400/exodos-collection-importer".

      The importer works very well. I am having problems loading Under a Killing Moon, when launched, it loads DOSBOX, goes to the command prompt, then kicks back to the Emulationstation menu. No errors are shown, but I will paste the Dev/SHM runcommand.log.

      I have tried a few tweaks of the Autoexec.bat file unsuccessfully, and hope someone will spot any problems. Most games run fine, and this is one I would really like to get going.

      Thanks

      Parameters: 
      Executing: bash /home/pi/RetroPie/roms/pc/+Start\ DOSBox.sh "/home/pi/RetroPie/roms/pc/kmoon.sh"
      Requested buffer size 32768, fragment size 8192
      ALSA pcm 'default' set buffer size 32768, period size 8192 bytes
      TiMidity starting in ALSA server mode
      Opening sequencer port: 128:0 128:1 128:2 128:3
      Requested buffer size 32768, fragment size 8192
      ALSA pcm 'default' set buffer size 32768, period size 8192 bytes
      DOSBox version SVN
      Copyright 2002-2015 DOSBox Team, published under GNU GPL.
      ---
      CONFIG:Loading primary settings from config file /opt/retropie/configs/pc/dosbox-SVN.conf
      CONFIG:Loading additional settings from config file /home/pi/RetroPie/roms/eXoDOS/KMOON/AUTOEXEC.BAT
      ALSA:Client initialised [128:0]
      MIDI: Opened device:alsa
      SHELL: Redirect output to NUL
      
      mediamogulM 1 Reply Last reply Reply Quote 0
      • mediamogulM
        mediamogul Global Moderator @ChuckyP
        last edited by mediamogul

        @chuckyp

        I don't know your directory setup, but if you can, launch DOSBox without any game and then navigate to the game's directory through DOS and launch it from there. When executed this way, any errors should remain onscreen for you to take note of, as you're left at the DOS prompt rather than being dropped back to Emulation Station.

        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

        1 Reply Last reply Reply Quote 0
        • C
          ChuckyP
          last edited by

          Thanks for that. It is now stating that “No CD-ROM drive is available. Aborting Game”

          There are 4 folders named DISK1, DISK2, DISK3, DISK4. Each folder contains the contents of a CD, but they are not .img.

          mediamogulM 1 Reply Last reply Reply Quote 0
          • mediamogulM
            mediamogul Global Moderator @ChuckyP
            last edited by

            @chuckyp

            @edmaul69 likely has the most experience around here with DOSBox and unique CD setups. Being from the eXoDOS Collection, I assume this is being launched from a .bat file, so it'll probably help to see its contents.

            RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

            1 Reply Last reply Reply Quote 0
            • C
              ChuckyP
              last edited by ChuckyP

              The command that the autoexec.bat is trying to run is

              MOUNT D /home/pi/RetroPie/roms/eXoDOS/KMOON/DISK1 -t iso -LABEL DISK1
              

              And I am getting an “illegal type iso” error. There are no iso’s in the KMOON folder. Only folders that contain the CD data.

              mediamogulM edmaul69E 2 Replies Last reply Reply Quote 0
              • mediamogulM
                mediamogul Global Moderator @ChuckyP
                last edited by

                @chuckyp

                You might try changing it to:

                MOUNT D /home/pi/RetroPie/roms/eXoDOS/KMOON/DISK1 -t cdrom -LABEL DISK1
                

                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                1 Reply Last reply Reply Quote 1
                • C
                  ChuckyP
                  last edited by ChuckyP

                  It launches from my "pc" folder under home/pi/retroPie/roms, using a kmoon.sh file.

                  #!/bin/bash
                  /opt/retropie/emulators/dosbox/bin/dosbox -conf /opt/retropie/configs/pc/dosbox-SVN.conf -conf /home/pi/RetroPie/roms/eXoDOS/KMOON/AUTOEXEC.BAT -exit
                  

                  then points to the eXoDOS folder under home/pi/RetroPie/roms/eXoDOS. and then launches the autoexec.bat posted above.

                  1 Reply Last reply Reply Quote 0
                  • edmaul69E
                    edmaul69 @ChuckyP
                    last edited by edmaul69

                    @chuckyp what mediamogul said. To use -t iso you would need to state imgmount instead of mount and it would have to be a .img, .cue or .iso file.

                    Edit: at any case i prefer to use “-t cdrom -iso” over “-t iso” as that doesnt specify a cd-rom drive and cant get a disc read error in some games.

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      ChuckyP @edmaul69
                      last edited by

                      @edmaul69 Thanks, I did change it to IMGMOUNT previously, and it threw an error about that as well. I am trying the change just provided by mediamogul now.

                      1 Reply Last reply Reply Quote 0
                      • C
                        ChuckyP
                        last edited by

                        And with the change to "cdrom" in place of "iso" it is running well. Thanks for the super fast help. I will now be worthless for the next couple hours... For I am about to become Tex Murphy, and I have crimes to solve. :-)

                        mediamogulM 1 Reply Last reply Reply Quote 0
                        • mediamogulM
                          mediamogul Global Moderator @ChuckyP
                          last edited by

                          @chuckyp said in DOSBOX Trouble running "Under a Killing Moon":

                          For I am about to become Tex Murphy, and I have crimes to solve. :-)

                          God's speed Tex Murphy. They don't pay you boys enough.

                          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                          1 Reply Last reply Reply Quote 2
                          • 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.