[Bug 47664] Program APT refuses to load on starting.

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 18 04:46:48 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=47664

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #3 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Hi, the program starts fine here if 
1. set regasm.exe to native
2. do winetricks dotnet20
3. then install the application.

The installer (without the above workaround) shows in the end:

0091:fixme:regasm:wmain stub:
L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\RegAsm.exe" L"/codebase"
L"APTBG.dll"
0093:fixme:regasm:wmain stub:
L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\RegAsm.exe" L"/codebase"
L"Temper.dll"
0095:fixme:regasm:wmain stub:
L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\RegAsm.exe" L"/codebase"
L"GNS_DLL.dll"

I`m guessing the crash comes from regasm being complete stub, so when starting
the app one gets
0009:err:ole:CoGetClassObject class {0b960684-432a-37b6-9d5a-d845bf33552d} not
registered
0009:err:ole:CoGetClassObject no class object
{0b960684-432a-37b6-9d5a-d845bf33552d} could be created for context 0x1
wine: Unhandled page fault on read access to 0x00000000 at address 0x66b921
(thread 0009), starting debugger...

With the workaround it seems things get written properly to the registry:
HKEY_CLASSES_ROOT\Temper.ITemper
HKEY_CLASSES_ROOT\Temper.ITemper\CLSID {0B960684-432A-37B6-9D5A-D845BF33552D}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list