http://bugs.winehq.org/show_bug.cgi?id=29974 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE | --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-02-22 06:25:52 CST --- On the second thought could you try the following change: in MSSTYLES_AddClass() do the following: --- cur = HeapAlloc(GetProcessHeap(), 0, sizeof(THEME_CLASS)); + cur->tf = NULL; cur->hTheme = tf->hTheme; --- I don't see it's ever got initialized here, so you probably just get uninit memory access. --- Comment #5 from A Wine user <RandomAccountName(a)mail.com> 2012-02-22 06:46:13 CST --- (In reply to comment #4) Unfortunately, it still crashes (with the same backtraces) after adding that line. -- 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.