[Bug 7319] Unable to install Worship Assistant 4.4.1. Access violation at address 004096DA. Write of address 00400000

Wine Bugs wine-bugs at winehq.org
Wed Feb 7 13:40:18 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=7319





------- Additional Comments From xerox_xerox2000 at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list