http://bugs.winehq.org/show_bug.cgi?id=32682
Bug #: 32682 Summary: Failure setting the cursor to Cursors.Pen (IDC_PEN, 32631) Product: Wine Version: 1.5.20 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: joel.snape@yahoo.com Classification: Unclassified
Created attachment 43116 --> http://bugs.winehq.org/attachment.cgi?id=43116 Terminal messages running the application
I was testing a .Net 4 application (OCTGN) and noticed it fails when the application tries to change the cursor (in C#, tbStatus.Cursor = Cursors.Pen). I searched around and didn't find a solution to this problem and only found a reference to some cursors in winuser.h (at least IDC_PEN with id 32631, IDC_WAITCD with id 32663 and IDC_HELP with id 32651). You can replicate the error testing OCTGN (although I needed a lot of tinkering before being able to login, the place where the error occurs) but it probably is easier to create a simple application and testing the cursor change there. Attached are the console log (with the .Net error message) and the wine crash log.