http://bugs.winehq.org/show_bug.cgi?id=29974
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #4 from Nikolay Sivov bunglehead@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@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.