http://bugs.winehq.org/show_bug.cgi?id=33149
--- Comment #5 from Anastasius Focht focht@gmx.net 2013-03-09 06:51:43 CST --- Created attachment 43867 --> http://bugs.winehq.org/attachment.cgi?id=43867 WINEDEBUG=+tid,+seh,+loaddll,+process,+x11drv,+win,+msg,+msgbox wine ./VCExpress.exe
Hello Dmitry,
attached is a log file created with following debug channels (to keep output small):
WINEDEBUG=+tid,+seh,+loaddll,+process,+x11drv,+win,+msg,+msgbox wine ./VCExpress.exe
"trace:msgbox" where the hidden message box is shown. "fixme:x11drv" where I put additional trace messages when Wine calls XSetTransientForHint() or XSetWMHints() return non-zero values.
Even without VC2010 I now see "fixme:x11drv:set_style_hints XSetWMHints() failed: retval=1" when starting Wine builtin programs, e.g. 'winecfg'...
Regards