http://bugs.winehq.org/show_bug.cgi?id=18772
--- Comment #21 from Cedric Benharous cedric.benharous@free.fr 2009-10-25 07:10:39 --- (In reply to comment #20)
(In reply to comment #19)
I have patch wine-1.1.31 with the User32.PrintWindow, and Lego Digital Designer 3.0.9 does not crash anymore during startup.
The use of LDD 3.0.9 is painful as it is very slow, but the I think that the problem is not coming from this patch ...
Please note that LDD 2.X is working perfectly in the same environment.
It sounds like you have managed to actually use LDD 3.0.9, albeit slowly. I've patched the painting.c, user32.spec and winuser.h files as set out above, but am still getting the unimplemented PrintWindow error causing shutdown.
Hi,
Are you sure you applied the correct patch ? The one provided is patching those files: dlls/user32/painting.c dlls/user32/user32.spec and no winuser.h file.
Did you use the patch command for it ? You can check if the PrintWindow method is include into the library by doing this: strings /usr/lib/wine/user32.dll.so | grep PrintWindow