Bernat
Bernat
The differences between OS level APIs and firmware APIs should be handled by drivers I guess. That's what the Logitech drivers do, I don't know what the PID driver does.
> I have a SimXperience Accuforce V2 wheel, which also uses the generic kernel pidff driver. And while tools like ffbtest will work just fine, it wasn't working through wine....
I guess you've driven the car in the game to get this log. It just sets an autocenter force. I guess that's what you mean in the description of the...
I'll leave it open. This project is aimed at helping solve any FFB related problem since these are usually ignored in most places. No problem on discussing here about debugging...
It can be reported to the Wine bug tracker. You could have found the source of the problem. Which SDL version is using your Wine install?
Probably. You can use the ldd command with the wine executable to see which libraries is it linked to.
I was wrong. It's not the main executable that links, it's the libraries `dinput.dll.so` and `dinput8.dll.so`.
The files should be available in the game's prefix directory. Maybe your wine install doesn't use SDL. That would explain the issue. Can you try running the game with proton?...
OK, I think that's the issue, I've just checked in the code and it seems so. Wine has two backends for dinput, one uses the Linux evdev interface, the other...
Good, we've figured out something. Can you post a new ffbtools log without any options enabled? It should show us what the game is trying to to do.