Shure softwares (Qt5) can't list network interfaces

Questions about Wine on Linux
Post Reply
wargr33n
Newbie
Newbie
Posts: 2
Joined: Wed Jul 09, 2025 3:43 pm

Shure softwares (Qt5) can't list network interfaces

Post by wargr33n »

Hello everyone,

I try to use Shure Update Utility (https://www.shure.com/en-US/products/so ... te_utility) and Shure Wireless Workbench (https://www.shure.com/fr-FR/produits/lo ... ariant=WWB), but theses softwares can't list network interfaces, from my understanding.

IN the debug log of wine i got :

Code: Select all

0124:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0158:fixme:netprofm:connection_GetAdapterId 00007FD4523A00A0, 00007FD452E5FE60
0158:fixme:netprofm:connection_GetConnectivity 00007FD4523A00A0, 00007FD452E5FDF4
0158:fixme:netprofm:connection_GetAdapterId 00007FD4523A0140, 00007FD452E5FE60
0158:fixme:netprofm:connection_GetConnectivity 00007FD4523A0140, 00007FD452E5FDF4
0158:fixme:netprofm:connection_GetAdapterId 00007FD4523A01E0, 00007FD452E5FE60
0158:fixme:netprofm:connection_GetConnectivity 00007FD4523A01E0, 00007FD452E5FDF4
0158:fixme:netprofm:connection_GetAdapterId 00007FD4523A0280, 00007FD452E5FE60
0158:fixme:netprofm:connection_GetConnectivity 00007FD4523A0280, 00007FD452E5FDF4
0164:fixme:netprofm:list_manager_GetConnectivity 00007FD452595DA0, 00007FD451CABD70
I've found a similar topic be seem fixed in wine 6.4, here i run wine 10.0 from debian SID.
What can lead this issue ? Does i forgot to install a .net stuff or something ?

In the installed folder i can seen "Qt5Network.dll", is other Qt5 softwares run fine ?
If not, i'm afraid that any Qt5 softs with network capabilities are broken !

Thank you !
wargr33n
Newbie
Newbie
Posts: 2
Joined: Wed Jul 09, 2025 3:43 pm

Re: Shure softwares (Qt5) can't list network interfaces

Post by wargr33n »

For add details to the original post, i try to use Shure Wireless Workbench 7.4.0.

For reference, it seem to be exactly the same issue that this post : viewtopic.php?t=34777
with a proposed patch https://github.com/besentv/wine/commit/ ... 731b1d8fdc
The software have a network connection but can't list interfaces for bind an IP.
The Qt function that seem be used : https://doc.qt.io/archives/qt-5.15/qnet ... rface.html

I can search for additional information if needed.
Thanks for any help !
Last edited by wargr33n on Thu Jul 17, 2025 3:03 pm, edited 1 time in total.
wargr33n
Newbie
Newbie
Posts: 2
Joined: Wed Jul 09, 2025 3:43 pm

Re: Shure softwares (Qt5) can't list network interfaces

Post by wargr33n »

After further research, theses software run find via Bottles, even in a custom empty bottle, not proton or other option enabled. But i don't understand what it the difference with a standard wine prefix...
If someone can guide me to find what exactly is needed for run it... !

Thanks
User avatar
KenSharp
Level 4
Level 4
Posts: 174
Joined: Mon Jul 13, 2009 8:52 pm

Re: Shure softwares (Qt5) can't list network interfaces

Post by KenSharp »

If Bottles has support you would be better asking them what they do to get it working. It might require patching or third-party software.

Other than that though, filing a bug report would be a good idea.
https://gitlab.winehq.org/wine/wine/-/wikis/Bugs

I went to download the app myself but it wants all my details, so that's a no.
Post Reply