DOSBOX Trouble running "Under a Killing Moon"
-
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
-
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.
-
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.
-
-
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.
-
You might try changing it to:
MOUNT D /home/pi/RetroPie/roms/eXoDOS/KMOON/DISK1 -t cdrom -LABEL DISK1
-
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.
-
@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.
-
@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.
-
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. :-)
-
@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.
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.