https://bugs.winehq.org/show_bug.cgi?id=48218
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |12d5b6899b4c03dfb597f0e1ddc | |6a14c07dca91e Keywords| |regression CC| |z.figura12@gmail.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- (In reply to Michael McGuire from comment #0)
This line comes up repeatedly in 4.15 and looks like something that shouldn't be happening: wine: Call from 0x7b450753 to unimplemented function mscorwks.dll.CreateAssemblyNameObject, aborting
This happens because the program (or the .NET runtime) tries to load mscorwks.dll from a fixed path which doesn't actually contain mscorwks.dll. In that case Wine's loader code falls back to trying to load the builtin. I'm not sure why Wine's loader code does this, but it causes the builtin, quite stubby, mscorwks to be used, instead of just returning failure.
This can be worked around by setting mscorwks to "native" (instead of just native,builtin). I'll send a patch to winetricks to do this.
Anyway, please do file bugs for any problems you encounter with wine-mono. Trying to fix the program with wine-mono is a more fruitful endeavour than fixing it with native .NET.