On Wed, 2006-08-23 at 20:39 +0200, Paul Vriens wrote:
Hi,
normally when I start Process Explorer it automatically launches the 'explorer' process.
With the latest git 'explorer' crashes. Regression testing showed that this is most likely due to the XEmbed patch:
http://source.winehq.org/git/?p=wine.git;a=commit;h=60a97505a63e5102f239d0d4...
Update: I've done some quick testing and it seems that if i move the systray_dock_window call to X11DRV_CreateWindow, things work fine. It appears that it isn't safe to call SetWindowPos on a window that hasn't been fully created yet, as is the case with the patch in git right now. But I'm not sure if this is a correct solution...