[Bug 48734] How to Survive crashes when starting a new game

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 11 09:41:02 CDT 2020


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

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
It's broken because quartz.dll gets unloaded and reloaded at a different
address. We need to both properly unregister the class on DLL unload, and
properly implement DLL refcounting so that we don't unload quartz.dll while
things are using it.

I doubt the linked commit is really a regression; it just probably works
sort-of-by-chance sometimes.

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