James Le Cuirot
James Le Cuirot
> Maybe I have time this holidays (~20.December) to check the wine code again.. if I don't forget.. So about that code... :wink: In your own time, man, have a...
The alternative project, [wine-xinput](https://github.com/00cpxxx/wine-xinput#troubleshooting), explains that this game doesn't work because it mixes DirectInput with XInput. I have heard that Wine's own XInput support is slowly progressing so hopefully something...
> Sonic Racing Transformed now works perfectly. Its config program (Launcher.exe) will crash if Koku is loaded, but you don't need to use that program when using XInput anyway. I...
Here's an update for Wine 3.5. As you know, we can't build this project any more. If I run the game with xboxdrv but without any additional hacks, it seems...
I still have no luck with Sonic All Stars Racing Transformed, even with xboxdrv.
This seems to work now, at least in XInputTest.exe.
I suspect this won't work with this game as it mixes DirectInput with XInput. This is explained in the alternative project, [wine-xinput](https://github.com/00cpxxx/wine-xinput#troubleshooting). At least this game works fine without XInput.
One problem with `field == nil` is that RuboCop keeps trying to replace it with `.nil?` !
I had this problem back in February. I think I stumbled across this report, worked around it, then forgot about it until just now when I ran into it again....
`-O3 -fwrapv -fno-strict-aliasing` does indeed work. I can't remember if I ever checked the detection mechanism. I'll let you know if I find anything.