https://bugs.winehq.org/show_bug.cgi?id=46313
--- Comment #13 from wentam42@gmail.com --- (In reply to teslaandfriends from comment #11)
Thanks to wentam42's workaround I had my first Linux ride last night.
I was not able to get sensors to connect directly; I'm using a BLE PowerTap SCS and the extent of Bluetooth support in wine is not clear to me.
Bypassed that problem using ZwiftCompanion.
Not sure if helpful but I recorded the process. Be forewarned audio is trash as I'm riding the trainer the whole time.
Part 1 (installation, update, white screen) https://youtu.be/QtmChNigELs Part 2 (Bluetooth attempt[fail], ZwiftCompanion, and first Linux ride): https://youtu.be/V5R53cyvemE
Glad you've got it running!
Wine's bluetooth support is non-existent. Additionally, it seems that the game is using the UWP bluetooth api, so adding this into wine isn't doable right now by my understanding.
I'm working on replacing the game's BleWin10Lib.dll with my own implementation that calls into the linux bluetooth stack, bypassing the issue. This means reverse-engineering the interface, which will take some time.
We're pretty lucky that bluetooth work for the game is done in a separate dll here.