VOGONS

Common searches


Search results

Display options

Re: dBase and Encrypted Files

in DOS
Perhaps the file should have attributes like System, Hidden, or Read-Only, and the app insists on finding those. Seems plausible for a password file, and if it's true then the app won't work correctly with DOSBox's emulated DOS. It doesn't matter how you set file attributes in the host file system, …

Re: Balance of Power 1990 v ?

in DOS
If you read the linked thread you'll see that other people weren't sure where to find the driver, so I guess you're going to have to do some research for your version of Windows. There's a keyboard or IR device driver that needs to be forced to "HID compliant". Of course you might have some entirely …

Re: Balance of Power 1990 v ?

in DOS
Right-Shift / Backslash Keyboard Problems (SOLVED!) To summarize the solution in that thread: uninstall or otherwise disable the MCIR 109 keyboard device.

Re: Balance of Power 1990 v ?

in DOS
It's a 16-bit Windows game, so if it doesn't come with a runtime version of Windows 2 or 3 then you'll have to install a full version of Windows 2 or 3 in DOSBox. It might run natively on modern 32-bit Windows with the NTVDM, but you probably can't run it natively on modern 64-bit Windows that lacks …

Re: Eye of the Beholder III Install Issue

There is a DOS function to change the date and time stamp on a file that is often used by archive decompressor programs to set the stamp of extracted files to the stamp stored in the archive. DOSBox does not implement the function, partly due to cross-platform issues, but also because it's useful to …

Re: Eye of the Beholder III Install Issue

Try the command set arj_sw=-c before running the installation. ARJ skips the stamp check with its -c switch, and the environment variable is a way to set default switches. The ykhwong SVN build supports changing date and time stamps on files, which I've seen working on Windows, but I'm not sure …

Re: Shufflepuck cafe in DosBox

The speaker emulation in DOSBox doesn't (yet) support all methods of producing digitized sound. You can find some experimental patch builds of DOSBox with improved speaker support in this thread: ripa PC Speaker patch (was Want to use PC Speaker and not Sound Blaster in StarControl 1)

Re: Boss key in Ész-kerék crashes DOSBox

In EGA/VGA the game (mis)calculates a null pointer, causing it to overwrite portions of the IVT, which of course produces subsequent misbehavior. Booting real DOS does not appear to help with the pointer issue. Is the bosskey feature known to work correctly on EGA/VGA systems? The game displays a …

Re: original Sound Blaster demo...

The Tetra Compositor demo has an issue with DMA wrapping that causes an error exit in DOSBox 0.74. There is no error exit if you use older versions of DOSBox or SVN, but then you'll get gaps in the sound from the wrapping. Loadfix seems to prevent the issue (e.g. the command "loadfix tdemo") in any …

Page 82 of 186