https://bugs.winehq.org/show_bug.cgi?id=52704
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Nikolay Sivov from comment #3)
Created attachment 72264 [details] patch
This is not related to delayed import. The problem is an exception raised when uxtheme is attached - registry handle is closed twice, and when being debugged this raises an exception from NtClose(). No idea if debugging itself is normal for this application, but attached patch works for me.
The patch works, thanks Nikolay.
Freehand demo runs under built-in debugger, probably to prevent cracking, see https://bugs.winehq.org/show_bug.cgi?id=37609 for details.