http://bugs.winehq.org/show_bug.cgi?id=7319
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2007-07-02 13:40 ------- Created an attachment (id=4831) --> (http://bugs.winehq.org/attachment.cgi?id=4831&action=view) simple test
This is the simplest sample to create and display a window from win32 tutorial site (http://www.winprog.org/tutorial/simple_window.html) . I put the following extra lines in the code:
SetLastError(0xdeadbeef); SendMessage(hwnd,WM_NCCREATE,0,0); printf("%0x\n",GetLastError());
This simple executable runs fine on my WinXp laptop, but wine crashes on it, similar to Worship Assistant. When ran in Winxp, you can see that no lasterror ERROR_INVALID_PARAMETER is set, which is somehow suggested in this thread: http://support.microsoft.com/kb/159085