VOGONS


First post, by crash.

User metadata
Rank Member
Rank
Member

Hi,

I'm trying to use a serial joystick device whose driver will not load since it detects there is already a mouse driver in memory.

The device is a Logitech Wingman Warrior joystick, and it is connected to the computer via a USB to serial adapter on COM4. I have configured dosbox to use this serial port.

The message I receive is:

Another mouse driver is present in memory, this mouse driver cannot be loaded. Please remove the existing mouse driver then load this mouse driver.

I tried inserting the following in the dos section of the dosbox config:

int33=false

Is there any option to prevent dosbox from loading it's own mouse driver?

Thanks

Last edited by crash. on 2022-09-14, 20:24. Edited 1 time in total.

Reply 2 of 5, by crash.

User metadata
Rank Member
Rank
Member

Oh thanks, I will try that. I had run across a different method using a program called MOUSEOFF that I found here, but I'll try the correct method. Thanks!

Re: Mouse problem
download/file.php?id=5488

Cheers

Reply 3 of 5, by crash.

User metadata
Rank Member
Rank
Member

I tried, but my config file for the Windows version does not have a [keyboard] section. I tried adding one with this information but it did not function.

Thanks

Reply 4 of 5, by _Rob

User metadata
Rank Member
Rank
Member

Start dosbox-x and run the command

config -wcd -all

A new config file will be created.

Reply 5 of 5, by crash.

User metadata
Rank Member
Rank
Member

Hi,

I have not been using DOSBox -X, but was using DOSBox. I installed and configured DOSBox-X, then disabled the mouse (auxdevice in the the keyboard section) using the included DOSBox-X configuration tool.

Thanks