Ubuntu 22.04 LTS, Wine 'explorer.exe' creates dbus connections until limit is reached

Questions about Wine on Linux
Locked
vilmihamli
Newbie
Newbie
Posts: 1
Joined: Tue Apr 18, 2023 1:56 pm

Ubuntu 22.04 LTS, Wine 'explorer.exe' creates dbus connections until limit is reached

Post by vilmihamli »

I have wine-stable (wine-8.0) running on Ubuntu 22.04 LTS. After running for some hours, I have noticed it creates hundreds of dbus connections with explorer.exe until it reached dbus limit and I cannot run anything unless I kill explorer.exe, restart wine applications or wine. It doesn't happen with console applications and happens with any applications that use GUI.
I can kill explorer.exe before starting any applications on prefix and it seems to help but in that case shared clipboard stops working.
I have tried wine-devel, wine from default ubuntu repo (wine 6 ubuntu) and creating new prefix to no help.

busctl output (... - are the same trimmed lines) after a few hours looks like this:

Code: Select all

$ busctl | grep explorer
:1.169                                8102 explorer.exe    useruser         :1.169        [email protected]             -       -
:1.170                                8102 explorer.exe    useruser         :1.170        [email protected]             -       -
...
:1.391                                8102 explorer.exe    useruser         :1.391        [email protected]             -       -
:1.392                                8102 explorer.exe    useruser         :1.392        [email protected]             -       -
:1.393                                8102 explorer.exe    useruser         :1.393        [email protected]             -       -
:1.394                                8102 explorer.exe    useruser         :1.394        [email protected]             -       -
What could be solution to this issue?
Locked