https://bugs.winehq.org/show_bug.cgi?id=46712
tijs96@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #3 from tijs96@hotmail.com --- It looks like you forgot "WIN_ReleasePtr( wndPtr );" in your patch, resulting in a crash with "00ec:err:graphics:USER_CheckNotLock BUG: holding USER lock".
I added "WIN_ReleasePtr( wndPtr );" before the two return statements, and now the config tool works fine. Thanks for the patch!