https://bugs.winehq.org/show_bug.cgi?id=39891
--- Comment #20 from Bruno Jesus 00cpxxx@gmail.com --- In all my attempts the game always label everything as Joypads, which is very weird because wine always reports the controllers as joysticks (fixed in the source code). It is interesting that it worked with xboxdrv. So far I have found 2 problems:
- The game cannot cope with joysticks with the same name, which is the case in Wine if you attach 2 identical controllers. The game will not start a second device with the same name.
- The game cannot cope with more than 4 controllers, it will quit enumerating and result in the "all controllers mapped to joystick 3" issue. Still unsure if this is a wine or game bug.
As far as I remember Windows always add a number at the end of joystick name to differentiate identical controllers, but I'm not sure.