[Bug 37783] N1MM PLUS Logger 1.0 (.NET 4.0 app) crashes on launch (failure to parse registration-free COM/ActiveX info from app manifest)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 26 09:41:19 CST 2014


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

--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com> ---
Seems to be a cascade of problems with parsing this manifest:

1) xmlns="urn:schemas-microsoft-com:asm.v2" in assembly element is not
supported;
2) 'description' element failed to parse (I removed it for test purposes);
3) dependency Microsoft.Windows.CommonLanguageRuntime is not found which
results
   in context generation failure with STATUS_SXS_CANT_GEN_ACTCTX.

Patching 1) is trivial, I'm looking at 2) currently. Focht, could you help
debugging issue 3) when you got time?

P.S. if I make failure to find dependency non-fatal application starts just
fine.

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