https://bugs.winehq.org/show_bug.cgi?id=37783
--- Comment #3 from Nikolay Sivov bunglehead@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.