DOSBox Issues
-
@danielfs please read wiki there is a page about dosbox and how to launch games
Recalbox is not retropie though, so you'll have to follow instructions, not sure you will be able to do it like you did on retropie
-
Wow, you guys are quick! Thanks for that.
I tried the link and readme directions as well but it didn't worked.
Inside the dos folder placed my game folder (extp.pc)
I updated the dosbox.bat file inside the extp.pc folder with the following content:
EXTREME.EXEI rebooted recalbox and selected the EXTREME.EXE but it loads DOSBox and show this:
Z:> set ROOT=/recalbox/share/roms/dos/extp.pc/EXTREME.EXE
Z:>Now if I type in the command line:
mount c /recalbox/share/roms/dospc/extreme.pc
- c
extremeThe game starts. What am I missing here?
Thanks
-
@danielfs
Just put EXTREME.EXE in dosbox.bat and wonder happens -
@dragu it's what he did already ...
-
@danielfs try to see where you are at first line of dosbox.bat after with :
c: chdir pause extreme.exe
-
@danielfs said :
I rebooted recalbox and selected the EXTREME.EXE but it loads DOSBox and show this:
Z:> set ROOT=/recalbox/share/roms/dos/extp.pc/EXTREME.EXE
Z:>I don't know how you managed to do that but EmulationStation UI should only display extp.pc or even extp and you should select that, certainly not your exe which shouln't even appear at all.
Did you modify es_systems.cfg ?
-
@voljega
If the game is started in ES, he automatically switch to the folder and mount it as
I dont have nothing else in my dosbox.bat's, with exception from a menu selection for certain games. -
-
@dragu I know but read his message ye already did what you told him to do
-
@danielfs said in DOSBox Issues:
@voljegaNow that I moved to recalbox, I would like to take a similar approach. So, I placed my game (extp.pc) in a folder called "dospc" and inside the "dos" folder I created the bash script.
And this exactly is his error, he must put the folder extp.pc under the existing /recalbox/share/roms/dos/extp.pc and not build own configuration in Recalbox.
-
@dragu can you at least try to read his second message ?
-
@voljega
Yes, I readed. And updating the gamelist was not there
And not at all, I understand this confused instructionmount c /recalbox/share/roms/dospc/extreme.pc
???
-
@dragu nobody said anything about updating a gamelist.... I'll let you to to your reading problems :))
-
@voljega
It is finally very simple, beginners to Recalbox arrive easy .- Create a folder xxx.pc in the existing /roms/dos/ folder
- Put your game files into xxx.pc
- Create a dosbox.bat file inside /dos/xxx.pc with XXX.EXE inside
- Update your gamelist
- Enjoy.
-
This post is deleted! -
I was going to post more photos but my message was flagged as spam.
To sum up:
- I have the folders in the right place, the dosbox.bat refers to the executable, and the gamelist.xml is updated
- EmulationStation UI is listing the game folders and inside them the executables. My es_systems.cfg allows only exe as extension (<extension>.exe .EXE</extension>)
- As sugested, I changed my dosbox.bat to include the following lines:
chdir
pause
extreme.exe
But when I select extp > extreme from EmulationStation UI, it opens DOSBox and presents the following message:
...
Z:>set ROOT=/recalbox/share/roms/dos/extp.pc/extreme.exe
Z:>
Again, using the command line I can start the game.
Any clues?
Regards,
Daniel -
@danielfs
Dont try to build RECALPIE. es_systems.cfg is a file, you should not touch. -
@danielfs said in DOSBox Issues:
EmulationStation UI is listing the game folders and inside them the executables. My es_systems.cfg allows only exe as extension (<extension>.exe .EXE</extension>)
NO NO NO NO leave this file as it was originally, do not touch it, it's not the exe that should be launched by Emulation Station.
So put it back like it was, just create your game dir, create a dosbox.bat in it, restart your recalbox or refresh the list of games, and the game will appear, just select it and it should work.
What you did is absolutely not listed in any instructions so please follow the instructions without doing any extra modification
-
@voljega you were right to the point! I am using a pre-configured recalbox image and the es_systems.cfg was incorrect.
Original version:
<system>
<fullname>Dos (x86)</fullname>
<name>dos</name>
<path>/recalbox/share/roms/dos</path>
<extension>.pc .PC .dos .DOS</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY%</command>
<platform>pc</platform>
<theme>pc</theme>
<emulators/>
</system>Problematic version:
<system>
<fullname>Dos (x86)</fullname>
<name>dos</name>
<path>/recalbox/share/roms/dos</path>
<extension>.sh .exe .EXE</extension>
<command>python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc %CONTROLLERSCONFIG% -system %SYSTEM% -rom %ROM% -emulator %EMULATOR% -core %CORE% -ratio %RATIO% %NETPLAY% </command>
<platform>pc</platform>
<theme>dos</theme>
<emulators>
<emulator name="libretro">
<cores>
<core>nxengine</core>
</cores>
</emulator>
</emulators>
</system>Thanks!!!!
-
@danielfs
There is no support on pre-configurated versions.
So, next time, before you complain here, please install a fresh up-to-date ORIGINAL Recalbox version.