VOGONS

Common searches


Search results

Display options

Re: Old Application problem

It might be using the command interpreter path to find the boot files. Try copying COMMAND.COM from the Z: drive to your mounted C: drive (where you put the dummy AUTOEXEC.BAT and CONFIG.SYS files), and then before running your app execute a command of: SET COMSPEC=C:\COMMAND.COM

Re: The case of the crazy mouse!

A joystick is probably good for flying, but maybe not so good for menu navigation. You can test it by setting joysticktype=none to see if the problem stops. However, you probably want to use a joystick, so make sure that its trim is as centered as possible, and that it's not too jittery in the …

Re: Old Application problem

If I'm reading the code for that opcode correctly, the exception occurs under protected mode. Clipper was real mode only until sometime after Computer Associates acquired the rights from Nantucket, and linkers like Exospace (another CA acquisition) and later versions of Blinker stared offering pmode …

Re: Old Application problem

@Qbix: I have no problems compiling or running Clipper apps with dynamic core; do you know what special conditions might exist to require the exception you speak of? Is it maybe the Clipper debugger or something that's not part of the standard Clipper libraries? I have tried Clipper Summer '87 and …

Re: Where to download dosbos 0.72 ?

It's a bug in Lands of Lore with certain types of CPUs. Either set cputype=386 in the DOSBox conf file, or download the version 1.23 patch for Lands of Lore that does not have the problem from http://www.patches-scrolls.de or similar site. Privateer works fine for me in 0.73. Anyway, you're better …

Re: Redneck Rampage cd audio oddity

If you use the "8 track player" in the game's menu to switch between all the tracks, it becomes clear that only alternate tracks are playing in-game. The several minutes of silence is the length of the tracks that aren't heard. It only happens with IMGMOUNT or MOUNT -cdrom -ioctl_dx. The issue is in …

Re: Amberstar installation and makechar

The installer reads the boot sector from the HD with INT 13 and looks for certain stuff in it. DOSBox fakes success of this kind of low-level access on the HD because a few games use it as a test, however it does not go so far as to create simulated contents of the boot sector. Booting real DOS with …

Re: System Shock Crashes with Error in 0.73

Typing "install.bat" all in lower-case worked in 0.72, but it no longer works in 0.73; that's why I don't tell people to do that now. For the %0 operator, DOSBox now includes the path of the batch file and drives it all into upper-case. AFAIK, there's no way to make System Shock's batch file happy …

Re: 40 Column Text Mode Issues

Not sure of your use of the word "hue", as DOSBox has a way to change the hue in composite mode; however I think you're referring to differences in palette. It's a bit strange to think of mode 6 (monochrome) as having a palette, but you can change its foreground and background color. DOSBox's …

Page 171 of 195