http://bugs.winehq.org/show_bug.cgi?id=14384 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2008-07-15 15:41:40 --- Hello, when msi (dialog) controls are created, the ui update handler field is not NULL initialized which later leads to dereference of garbage handler address. Only checkbox has it's own ui update handler yet. Fix: dlls/msi/dialog.c:msi_dialog_create_window() -> control->update = NULL; Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.