[Bug 51754] Iris Down CountDown Crash at start - dotnet4.5

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 6 16:10:53 CDT 2021


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

--- Comment #6 from Esme Povirk <madewokherd at gmail.com> ---
The immediate problem is that it tries to load
PresentationFramework.Classic.dll version 3, and we only have a version 4. Mono
has code to handle that situation, we just need to add
PresentationFramework.Classic.

After that it fails because it can't find
Microsoft.Windows.Themes.ClassicBorderDecorator. Which is odd because we are
compiling that into PresentationFramework.Classic.

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