https://bugs.winehq.org/show_bug.cgi?id=48392
Bug ID: 48392 Summary: Multiple applications crash on unimplemented function WS2_32.dll.WSCSetApplicationCategory (Verbum 8, Lineage 2's SmartGuard 3.0) Product: Wine Version: 5.0-rc3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as it says. Encountered with Verbum 8 (Catholic Study Software).
--- snip --- $ pwd /home/focht/.wine/drive_c/users/focht/Local Settings/Application Data/Verbum
$ wine ./Verbum.exe ... wine: Call from 0x7bc74f49 to unimplemented function WS2_32.dll.WSCSetApplicationCategory, aborting wine: Unimplemented function WS2_32.dll.WSCSetApplicationCategory called at address 7BC74F49 (thread 002c), starting debugger... ... --- snip ---
Seems to happen only on first run after fresh installation.
Prerequisite: 'winetricks -q dotnet472'
More reports, albeit sometimes not specific which app is affected:
* https://unix.stackexchange.com/questions/504642/the-procedure-entry-point-ws... * https://www.playonlinux.com/de/topic-16312-Dynamic_link_library_WS2_32dll.ht...
Wine source:
https://source.winehq.org/git/wine.git/blob/5034d109e033fbe820829ae43adba0cc...
Microsoft docs:
https://docs.microsoft.com/en-us/windows/win32/api/ws2spi/nf-ws2spi-wscsetap...
$ sha1sum VerbumSetup.exe 58f591f43e8cb7b2727d74b9fbaff0ddd8ff4d3e VerbumSetup.exe
$ du -sh VerbumSetup.exe 536K VerbumSetup.exe
Full setup from bootstrapper download:
$ sha1sum verbum/Install/Installers/Verbum-x64.msi 33b00bfdf8687fdd28cc71aeede16746014e6d3e verbum/Install/Installers/Verbum-x64.msi
$ du -sh verbum/Install/Installers/Verbum-x64.msi 187M verbum/Install/Installers/Verbum-x64.msi
$ wine --version wine-5.0-rc3
Regards
https://bugs.winehq.org/show_bug.cgi?id=48392
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://verbum.com/download | |s/282 Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=48392
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |0df9cce29d0d32d3f1f13c4ec4e | |abc81675a17ed Status|NEW |RESOLVED CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- fix was commited - stub implemented, try wine 5.2 https://source.winehq.org/git/wine.git/commit/0df9cce29d0d32d3f1f13c4ec4eabc...
https://bugs.winehq.org/show_bug.cgi?id=48392
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.2.
https://bugs.winehq.org/show_bug.cgi?id=48392
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://verbum.com/download |https://web.archive.org/web |s/282 |/20210320184748/https://dow | |nloads.logoscdn.com/LBS8/Ve | |rbum/Installer/8.11.0.0017/ | |Verbum-x64.msi
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive for documentation:
https://web.archive.org/web/20210320184538/https://downloads.logoscdn.com/LB... (bootstrapper)
https://web.archive.org/web/20210320184748/https://downloads.logoscdn.com/LB...
$ sha1sum Verbum* 0eb4d10b940c4a04d670a4e27a12a92553d075c1 VerbumSetup.exe 444f991e5f2dfb1ea37b3abaadfc617810954a41 Verbum-x64.msi
$ du -sh Verbum* 536K VerbumSetup.exe 187M Verbum-x64.msi
Regards