http://bugs.winehq.org/show_bug.cgi?id=16820
--- Comment #11 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2009-02-01 12:42:25 --- Thanks for the log. It's hard to say what caused the crash. It seems it happens in WM_COMMAND handler - the handler creates a dialog and, after the WM_WINDOWSPOSCHANGING returns, crashes on NULL pointer dereference. The dialog contains a listview and a tooltip, so these would be a natural suspect.
Does this program display a dialog under Windows/Wine with native comctl32? Is this a Save As standard dialog or a custom dialog? Could someone attach a screenshot of this dialog?