https://bugs.winehq.org/show_bug.cgi?id=43993
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |d1f5765e4c268abd083b651e324 | |3d90f4b07ea32 URL| |https://www.dn-computing.co | |m/download/Q3270_521.exe CC| |bernhardu@mailbox.org
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- Adding direct download of version 5.21.
With this download I could reproduce the message from wine-2.0.5 up to wine-7.9 (WINEDEBUG=+msgbox): msgbox:MSGBOX_OnInit L"Could not find imported function in DLL C:\windows\system32\WS2_32.dll"
A git bisect between wine-7.9 and wine-7.10 leads to this commit fixing the issue:
d1f5765e4c268abd083b651e3243d90f4b07ea32 is the first working commit commit d1f5765e4c268abd083b651e3243d90f4b07ea32 Author: Julian Klemann jklemann@codeweavers.com Date: Thu Jun 2 13:59:27 2022 -0500
ws2_32: Add WSAConnectByName() functions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50941
If there are another issues, they should get reported in a separate bug.