VOGONS

Common searches


Search results

Display options

Re: gravis ultrasound not detected

in Milliways
Gravis is disabled by default on DOSBox 0.73 (don't ask me why). To change the config file, there's a shortcut in the start menu. To fix it, edit the config file and set "gus=true" rather than the default "gus=false".

Re: new guy from alaska

z_a_k wrote: i tried downloading the virtual pc software and i cant install it so im at a loss Did you download Microsoft Virtual PC 2007 from here? That's the one you need. You may have gotten to the VPC beta for Windows 7, which will be useful in the future, but is not what you need now.

Re: new guy from alaska

You can't. That's what it's trying to tell you... It's telling you the problem: don't try to run this game In DOS or DOSBox. Blindly entering more commands in DOSBox isn't going to change that. So close DOSBox and just run the setup file directly from Windows explorer. If that refuses to run it ( …

Re: new guy from alaska

The answer is pretty obvious, as the message states it literally: the program needs to be run in Windows. It is not a DOS program. DOSBox is intended to run DOS programs, not Windows programs (although it is possible to install Windows 3.1 inside DOSBox).

Re: Lands Of Lore

in DOS
Under DOSBox 0.73, if it fails to run, use cputype=386_prefetch. Unfortunately, you won't be able to use the dynamic core. Apparently, the patch (V E1.23) also doesn't suffer from this. It is being investigated.

Re: Aspect ratio in fullscreen (widescreen)

Just out of curiosity... did this happen with the default memsize of 16 as well? DOSBox does give a message that memory sizes above 31MB are not recommended. It even puts "NOT" in caps... The reason for that message is that some programs actually detect *less* memory (sometimes even negative amounts …

Re: File access log

In localDrive::FileOpen, there is a line: Copy code to clipboard 1 case OPEN_WRITE:type="rb+"; break; so read operations succeed. Copy code to clipboard 1 case OPEN_WRITE:type="wb"; break; makes the game work. No idea if that is proper DOS behaviour, but it would match the behaviour of the flags, …

Page 10 of 45