http://bugs.winehq.org/show_bug.cgi?id=31517
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2012-10-31 01:09:49 CDT --- Created attachment 42346 --> http://bugs.winehq.org/attachment.cgi?id=42346 hs_err_pid15.log
Unexpected workaround found:
If I 'ssh -X localhost' and run the whole install then there is no window blanking.
The window still blanks if the application is installed normally, and then ran over ssh, but if it is installed over ssh and run normally (or over ssh), the bug does not appear.
As a total guess: perhaps Wine is sensing that something is missing from the ssh session's display that isn't missing from the X session's display, and disabling it, avoiding this bug.
No idea how to debug further as I have no idea what kind of checks Wine performs when creating a fresh wineprefix.
There is, however, a single crash in the supplied version of Java when the application is initially launched which *may* offer a clue:
# # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7dc215a8, pid=15, tid=29 # # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode) # Problematic frame: # C [wined3d.dll+0x115a8] # # An error report file with more information is saved as hs_err_pid15.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp #
Aforementioned log attached.