It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
... instead of quitting dosbox, too!
Yeah, that happens to me too. Just type "exit" at the prompt and it closes.
But if using OpenGL, the screen turn blank?
avatar
wormholewizards: But if using OpenGL, the screen turn blank?
Not for me. I get a full screen DOS prompt upon exiting the game.
avatar
outcast1: ... instead of quitting dosbox, too!
Yup, seems to happen to everyone. Probably not a high priority for GOG since its a freebie, but, a little annoying.
It's an easy fix. Go into <wherever you installed dragonsphere>/DRAGON/ and find dragon.bat. Right click, edit and type exit on a new line at the bottom.

Save, play game. Enjoy your functional quitting

It's also worth changing aspect from false to true, the game is squashed otherwise.
Post edited May 06, 2011 by eyeball226
avatar
eyeball226: It's an easy fix. Go into <wherever you installed dragonsphere>/DRAGON/ and find dragon.bat. Right click, edit and type exit on a new line at the bottom.
Worked! Cool.
avatar
eyeball226: It's an easy fix. Go into <wherever you installed dragonsphere>/DRAGON/ and find dragon.bat. Right click, edit and type exit on a new line at the bottom.
avatar
outcast1: Worked! Cool.
Yeah, there's something a bit weird about the way DOSBox handles .bat files. I ran into this problem setting up Worms United. Why doesn't GOG sell Worms United?
avatar
outcast1: Worked! Cool.
avatar
eyeball226: Yeah, there's something a bit weird about the way DOSBox handles .bat files. I ran into this problem setting up Worms United. Why doesn't GOG sell Worms United?
I think the problem lies with the "DRAGON.BAT" file, not with DOSBox. There seems to be some sort of nonstandard character at the end of the .BAT file which somehow prevents the exit command at the end of the "dosboxDragonsphere.conf" file to be executed. Adding an "exit" to the end of the .BAT file fixes the problem because the effect of that character is eliminated.
avatar
eyeball226: Yeah, there's something a bit weird about the way DOSBox handles .bat files. I ran into this problem setting up Worms United. Why doesn't GOG sell Worms United?
avatar
Lafazar: I think the problem lies with the "DRAGON.BAT" file, not with DOSBox. There seems to be some sort of nonstandard character at the end of the .BAT file which somehow prevents the exit command at the end of the "dosboxDragonsphere.conf" file to be executed. Adding an "exit" to the end of the .BAT file fixes the problem because the effect of that character is eliminated.
I added exit after the weird character and it still works. Also, Worms United's batch file didn't have any weird character at the end but it still stopped DOSBox from executing the exit command at the end of the Autoexec.
I think perhaps DOSBox doesn't return to the Autoexec after running a batch file.
avatar
Lafazar: I think the problem lies with the "DRAGON.BAT" file, not with DOSBox. There seems to be some sort of nonstandard character at the end of the .BAT file which somehow prevents the exit command at the end of the "dosboxDragonsphere.conf" file to be executed. Adding an "exit" to the end of the .BAT file fixes the problem because the effect of that character is eliminated.
avatar
eyeball226: I added exit after the weird character and it still works. Also, Worms United's batch file didn't have any weird character at the end but it still stopped DOSBox from executing the exit command at the end of the Autoexec.
I think perhaps DOSBox doesn't return to the Autoexec after running a batch file.
That is correct, but this is the behaviour DOSBox should do.
If you want to return to autoexec.bat, then you need to CALL dragon.bat
This is how DOS works and thus DOSBox as well.
Thank you for enlightening me! I started using computers in the Win9x era so my experience with DOS was limited to command prompts and more recently DOSBox. I had no idea about the CALL command.
avatar
eyeball226: I added exit after the weird character and it still works. Also, Worms United's batch file didn't have any weird character at the end but it still stopped DOSBox from executing the exit command at the end of the Autoexec.
I think perhaps DOSBox doesn't return to the Autoexec after running a batch file.
avatar
Qbix: That is correct, but this is the behaviour DOSBox should do.
If you want to return to autoexec.bat, then you need to CALL dragon.bat
This is how DOS works and thus DOSBox as well.
Ah, thank you so much for that explanation. I did not realize that the lines in [autoexec] are executed as if they were in the "AUTOEXEC.BAT". I always thought DOSBOX would execute them like from the command line, one after the other.

May I suggest renaming [autoexec] to [AUTOEXEC.BAT] in a future version to emphasize this difference? Oh wait, that would make previous config files and frontends incompatible, nevermind then.
avatar
Qbix: That is correct, but this is the behaviour DOSBox should do.
If you want to return to autoexec.bat, then you need to CALL dragon.bat
This is how DOS works and thus DOSBox as well.
avatar
Lafazar: Ah, thank you so much for that explanation. I did not realize that the lines in [autoexec] are executed as if they were in the "AUTOEXEC.BAT". I always thought DOSBOX would execute them like from the command line, one after the other.

May I suggest renaming [autoexec] to [AUTOEXEC.BAT] in a future version to emphasize this difference? Oh wait, that would make previous config files and frontends incompatible, nevermind then.
it might be interesting to type: type z:\autoexec.bat ffor various combinations of commandline parameters and lines added to [autoexec]. Especially giving command line parameters to the dosbox executable is handled quite nicely if I may so :)
avatar
eyeball226: It's also worth changing aspect from false to true, the game is squashed otherwise.
Please, how do you do that?