Hi,
When testing GTA3 I discovered another error. This time it is a directx input error:
fixme:dinput:JoystickAImpl_GetDeviceState len 272 is not sizeof(DIJOYSTATE), unsupported format.
It is a rather strange error since I haven't got a joystick connected to my computer. :?
I also can't move my mouse. (USB Logitech mouse) I almost know for certain that this error is the cause of it.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
When testing GTA3 I discovered another error. This time it is a directx input error:
ahh this time it's for lionel ;)
fixme:dinput:JoystickAImpl_GetDeviceState len 272 is not sizeof(DIJOYSTATE), unsupported format.
lionel, i think you have forget to check DIJOYSTATE2 for GetDeviceState ;)
It is a rather strange error since I haven't got a joystick connected to my computer. :?
I also can't move my mouse. (USB Logitech mouse) I almost know for certain that this error is the cause of it.
yes, looking at code if you game want to use DIJOYSTATE2 dinput only init DIJOYSTATE1 fields (and the other fields are uninit) so without velocity or acceleration ;)
Regards, Raphael