https://bugs.winehq.org/show_bug.cgi?id=53175
--- Comment #8 from Paul Gofman pgofman@codeweavers.com --- Thanks! I could reproduce the hang or crash when starting the application right after installation.
I sent MR (https://gitlab.winehq.org/wine/wine/-/merge_requests/286) which should hopefully fix it (it fixes the first start so I can accept something and asked further questions about login, didn't test further).
It looks like the app is unhappy when it receives an error from GetIpNetTable() even though it was happy if there were no enties without an error. The blamed commit still looks correct to me per se (that is, if we end up with no entries we should return this error code). However, we should not end up with no entries if there are any network adapters configured.