https://bugs.winehq.org/show_bug.cgi?id=47247
Bug ID: 47247 Summary: context.c:111: Context_Release: Assertion `ref >= 0' failed. Product: Wine Version: 4.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: htl10@users.sourceforge.net Distribution: ---
Trying to install windows version of intel performance primitive, got this with 4.8 staging.
002b:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 002b:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 002b:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 002b:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub oads\Intel\w_ipp_2019.3.203\install.exe: context.c:111: Context_Release: Assertion `ref >= 0' failed. wine: Assertion failed at address 0xf7fa3929 (thread 002b), starting debugger...
https://bugs.winehq.org/show_bug.cgi?id=47247
Hin-Tak Leung htl10@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://registrationcenter-d | |ownload.intel.com/akdlm/irc | |_nas/tec/15248/w_ipp_2019.3 | |.203.exe
--- Comment #1 from Hin-Tak Leung htl10@users.sourceforge.net --- using wine 3.0 I got a different error, "Package signature verification Failed. Click Help for details". That certainly sounds like a crypt32 issue.
https://bugs.winehq.org/show_bug.cgi?id=47247
--- Comment #2 from Hin-Tak Leung htl10@users.sourceforge.net --- Trying the installer of the older version (the oldest that one can download without filling in the explanation text box about why I want the older version...),
http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13038/w_ipp_2...
and got a similar issue:
005f:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 005f:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 005f:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 005f:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub oads\Intel\w_ipp_2018.3.210\setup.exe: context.c:111: Context_Release: Assertion `ref >= 0' failed. wine: Assertion failed at address 0xf7fb5929 (thread 005f), starting debugger...
I think I'll try native crypt32 next.
https://bugs.winehq.org/show_bug.cgi?id=47247
--- Comment #3 from Hin-Tak Leung htl10@users.sourceforge.net --- Using native crypt32, - winestricks seems to get it from win2ksp4/W2KSP4_EN.EXE, and winxp/Service_Packs/WindowsXP-KB936929-SP3-x86-ENU.exe - I got
"Package signature verification Failed. Click Help for details"
This certainly looks like the installer requires a recent crypt32 feature.
https://bugs.winehq.org/show_bug.cgi?id=47247
--- Comment #4 from Hin-Tak Leung htl10@users.sourceforge.net --- Trying git head:
$ git describe wine-4.8-326-g9cfe609477
had initially a problem with libxml2 (i386 on x64_64... ubuntu wants me to install libicu-dev:i386, which requires removing the x86_64 versions of
libharfbuzz-dev libicu-dev libicu-le-hb-dev libpango1.0-dev libpangox-1.0-dev librpm-dev libxml2-dev r-base-dev
)
... This program tried to use a DOMDocument object, but libxml2 support was not present at compile time. 0045:fixme:ole:CoCreateInstanceEx no instance created for interface {00000000-0000-0000-c000-000000000046} of class {2933bf90-7b36-11d2-b20e-00c04f983e60}, hres is 0x80004001 wine: Unhandled exception 0x40000015 in thread 45 at address 0x4aa458 (thread 0045), starting debugger... 0045:fixme:ver:GetCurrentPackageId (0x32f0c8 (nil)): stub ...
after fixing that, the message is slightly more informative but not much:
... 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:err:bcrypt:key_import_pair support for keys not available at build time 0045:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 0045:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 0045:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub 0045:fixme:cryptasn:CRYPT_AsnDecodeAltNameEntry 0: stub p_2019.3.203\install.exe: context.c:111: Context_Release: Assertion `ref >= 0' failed. wine: Assertion failed at address 0xf7f05929 (thread 0045), starting debugger... 0048:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "pEncodePara" in function 0048:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "dwFlags" in function ...
https://bugs.winehq.org/show_bug.cgi?id=47247
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com