https://bugs.winehq.org/show_bug.cgi?id=43993
Bug ID: 43993 Summary: Quick3270 5.21: crashes when using the Connect function Product: Wine Version: 2.0.3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: q3270@grr.la Distribution: ---
Application crashes when I choose Session -> Connect option. Application error messages is: "Could not find imported function in DLL C:\windows\system32\ws2_32.dll"
Console output relevant messages: fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:shell:SetCurrentProcessExplicitAppUserModelID L"DN-Computing.Quick3270.DisplayEmulator": stub fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub fixme:htmlhelp:HtmlHelpW HH_PRETRANSLATEMESSAGE unimplemented
Application is available as trial here: https://www.dn-computing.com/download.htm
Prior to launching the application I've installed wine-mono and wine-gecko.
Unsuccessfully tried: - replacing ws2_32.dll with an original one - debugging with +relay, the log doesn't show the missing procedure name
https://bugs.winehq.org/show_bug.cgi?id=43993
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- Cannot reproduce in wine-3.3. Please retest with the latest version. Thanks.
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.
https://bugs.winehq.org/show_bug.cgi?id=43993
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.2.