VOGONS


Configuring Dosbox on Win 7.

Topic actions

First post, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I am running Windows 7 on a new 64 bit hardware arcitecture.

I can indeed run dosbox, however it has the following issues.

I can't seem to get the -userconf switch to load my dosbox.conf correctly.

I create one using

config -writeconf dosbox.conf

I therefore can't get my default mount script at the bottom of dosbox.conf ro execute.

I find that classic older games, like biomenace, get vertically squashed.
(what setting should I use, once my dosbox.conf loads, to have
the resolution autoscaling work? Is it just the variable included in dosbox.conf?)

Reply 1 of 24, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[Thread moved to DOSBox General Section]

Reply 2 of 24, by VileR

User metadata
Rank l33t
Rank
l33t

1) -userconf: post your command line?

2) vertical squashing: setting aspect=true should fix it.
of course, optimal results would depend on your resolution, "output=" setting, and scaler used.

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 3 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I have the following off a Desktop launch icon's
target text area:

"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -userconf dosbox.conf

The dosbox.conf that I create from the dosbox command line seems
to get written to my Windows 7 Desktop by default.

What do I need to do to run with that conf file?

Reply 5 of 24, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

no, use -conf
-userconf doesn't take a parameter. Maybe read in the documentation what it does

Water flows down the stream
How to ask questions the smart way!

Reply 7 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I have the following in the target area of my Deskto icon:

"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -userconf C:\Users\Zac\Desktop\dosbox.conf

I have fullscreen=true in dosbox.conf, however dosbox still doesn't seem to read it.

?

Reply 8 of 24, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator
Qbix wrote:

no, use -conf
-userconf doesn't take a parameter. Maybe read in the documentation what it does

Reply 9 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I have used the following in my desktop lanucnher icon:

"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -conf C:\Users\Zac\Desktop\dosbox.conf

and have found that the conf file still isn't being read.

I am using dosbox 0.74.

Any further ideas?

Reply 10 of 24, by collector

User metadata
Rank l33t
Rank
l33t

Perhaps that is not the correct path to your conf file. Go to your conf file and hold the shift key, right click on the dosbox.conf and choose "Copy as path". The correct path will be on your Windows Clipboard to paste after the -conf parameter.

The Sierra Help Pages -- New Sierra Game Installers -- Sierra Game Patches -- New Non-Sierra Game Installers

Reply 11 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I can assure you that this is indeed the correct path to my desired conf file,
since it references the desktop, and I can read and see my conf file there!

What ought I do, given my last reply's target commands?

Reply 13 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

It works just fine on the command line!

What do I do to my Windows 7 Desktop launcher icon to get the same behaviour?

Reply 15 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

When I try to enclose the entire command as one String,
Windows 7 gives me an error notifier telling me that it just won't accept this.
I then may reply OK, and it will not take the whole command in and save it.

Is there anyone at that end who might know the Windows 7 thing to do?

Reply 16 of 24, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

Perhaps try it like this:
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -conf "C:\Users\Zac\Desktop\dosbox.conf"
That's what copy as path, as Collector suggested, would produce.

Reply 17 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I have tried this approach:

"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -conf "C:\Users\Zac\Desktop\dosbox.conf"

and while windows 7 will allow me to OK this on my launcher, dosbox still doesn't seem to execute this at all, and loads without reading dosbox.conf.

Any ideas?

Reply 18 of 24, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

Put dosbox.conf where DosBox resides...

Reply 19 of 24, by Zachary1234

User metadata
Rank Newbie
Rank
Newbie

I have done so, on Windows 7, with still no success.
It works fine when stipulated from Run, however I need
it to work from a Desktop Application Launcher...