[Bug 7319] Unable to install Worship Assistant 4.4.1. Access violation at address 004096DA. Write of address 00400000
http://bugs.winehq.org/show_bug.cgi?id=7319 xerox_xerox2000(a)yahoo.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|test |wine-user Ever Confirmed| |1 ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-03-02 08:32 ------- Confirming. Added downloadlink. Following hack makes it start up fine: diff --git a/dlls/user32/defwnd.c b/dlls/user32/defwnd.c index 06c10b2..0aa19b3 100644 --- a/dlls/user32/defwnd.c +++ b/dlls/user32/defwnd.c @@ -776,9 +776,9 @@ LRESULT WINAPI DefWindowProcA( HWND hwnd CREATESTRUCTA *cs = (CREATESTRUCTA *)lParam; /* check for string, as static icons, bitmaps (SS_ICON, SS_BITMAP) * may have child window IDs instead of window name */ - if (HIWORD(cs->lpszName)) + if (cs){if (HIWORD(cs->lpszName)) DEFWND_SetTextA( hwnd, cs->lpszName ); - result = 1; + result = 1;} } break; -- 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.
participants (1)
-
Wine Bugs