March 22, 2026
12:23 p.m.
As per DBus documentation for `dbus_threads_init_default`[^1], threading support must be initialized _before_ any libdbus methods are called. `winebth.sys` also does the same in `bluez_dbus_init`[^2]. [^1]: https://dbus.freedesktop.org/doc/api/html/group__DBusThreads.html#ga33b6cf3b... [^2]: https://gitlab.winehq.org/wine/wine/-/blob/1dbc94083d1b508c3708c857b1715f9d3... -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10420