[Bug 37548] .NET applications using native .NET Frameworks fail to load, reporting 'CLR error: 80004005. The program will now terminate.' ('RtlAddVectoredContinueHandler' is a stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 13 14:07:54 CST 2014


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

--- Comment #3 from Anastasius Focht <focht at gmx.net> ---
Hello Sebastian,

the CLR tries to install the continue handler in case the export is present.
It only looks at the return value and bails if NULL.
Returning the handler (faking success) makes it work again.

I suggest to send a patch to fake the handler installation or revert the commit
asap otherwise we might see an influx of bug reports for Wine 1.7.31

Regards

-- 
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