[Bug 48218] CUETools last working in 4.12.1 (dotnet20sp2)

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 2 18:32:25 CST 2019


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

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
    Regression SHA1|                            |12d5b6899b4c03dfb597f0e1ddc
                   |                            |6a14c07dca91e
           Keywords|                            |regression
                 CC|                            |z.figura12 at gmail.com
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from Zebediah Figura <z.figura12 at 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.

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