http://bugs.winehq.org/show_bug.cgi?id=19682
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |winex11.drv
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-08-11 22:10:21 --- Probably my patch makes the installer use a different code path which provokes a bug in SetCursor():
001b:Call USER.173: LOADCURSOR(0000,00007f02 #7f02) ret=1287:6680 ds=128f 001b:Ret USER.173: LOADCURSOR() retval=00001236 ret=1287:6680 ds=128f 001b:Call USER.69: SETCURSOR(1236) ret=1287:6686 ds=128f 001b:Call KERNEL32.25(00001236) ret=7ed4d088 // GlobalLock16 001b:Ret KERNEL32.25() retval=003b5228 ret=7ed4d088 001b:Call winex11.drv.SetCursor(003b5228) ret=7ed4d090 ... Crash
So, I'd say this is not technically a regression.