Skip to content

Conversation

pdelagrave
Copy link

@pdelagrave pdelagrave commented Jul 24, 2025

This is not a PR meant to be merged, just a place to document testing bluetooth support with the new version of wine.

NETWORKING=host \
DONT_PULL=1 \
CONTAINER_EXTRA_ARGS="\
  -v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \
  -e DBUS_SYSTEM_BUS_ADDRESS=unix:path=/var/run/dbus/system_bus_socket \
  --device=/dev/rfkill \
  --cap-add=NET_ADMIN \
  --cap-add=SYS_ADMIN" \
zwift

@pdelagrave
Copy link
Author

Not working yet, crashing when launching zwift:

+ echo 'starting zwift...'
starting zwift...
+ wine start ZwiftLauncher.exe SilentLaunch
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0144:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
++ winedbg --command 'info proc'
++ grep -P ZwiftLauncher.exe
++ grep -oP '^\s\K.+?(?=\s)'

The good news is, this is a known issue and there's already a PR on the way!

@netbrain
Copy link
Owner

Looks like wine 10.13, when released will have the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants