http://bugs.winehq.org/show_bug.cgi?id=9221
Elias Vanderstuyft Elias.vds@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Elias.vds@gmail.com
--- Comment #35 from Elias Vanderstuyft Elias.vds@gmail.com --- (In reply to comment #31)
Hi,
during playing of Need for speed 3 (NFS):
- I'm missing some force feedback effects like engine's rumble or effects
when driving on dust/grass/wooden bridge
This is probably caused by the Linux kernel driver, not supporting periodic effects. What steering wheel do you use?
- There is wrong behavior when hitting right or left side of car, the
wheel's force is always to the left
This is probably caused by the buggy implementation of Wine's dinput concerning force directions (POLAR case). Right now, the effect's force will always point in (approximately) the same direction, which is left in your case. I'm working to get this and many other bugs fixed.
- Console is flooded all the time by message:
fixme:dinput:LinuxInputEffectImpl_Download Could not upload effect. Assuming a disconnected device 47 "Invalid argument".
Probably related to 1), the driver might says it doesn't support that effect (or the parameters used in that effect.)