http://bugs.winehq.org/show_bug.cgi?id=22746
Summary: CDBurnerXP 3.0.x uses a wrong/invisible cursor on its mode selection screen Product: Wine Version: 1.1.44 Platform: x86-64 URL: http://cdburnerxp.se/downloads/releases/3.0.x/ OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: julliard@winehq.org
Created an attachment (id=28041) --> (http://bugs.winehq.org/attachment.cgi?id=28041) Full terminal output
On the initial mode selection screen, the cursor sometimes disappears when hovering over one of the options; at other times, it shows the default arrow cursor. By moving the cursor up and down through different modes, you can see it alternate between default/invisible at random. Neither behavior matches Windows; it uses a 'pointer' cursor when hovering over a mode. This used to work correctly, so I tried to do a regression test, but I ended up with:
There are only 'skip'ped commit left to test. The first bad commit could be any of: 3044d734b1cd84746cc57ace8b79a156ea9391b1 776527f38f2ff89f354e49aa8df795440677376a cd28e2be7c79644e02babb509247a453e0153390 eed9c63ac7650293523da5c8d067c74258568ba8 We cannot bisect more!
Any of these builds resulted in the program terminating with an X error. This cursor problem still happens in git, so I guess it's different from bug 22463 (marked fixed).
It might be worth noting that although none of these commits changed it, using native oleaut32 works around the problem. Maybe this output that appears when hovering over one of the mode options is relevant:
fixme:ole:OleIconToCursor (0x400000,0x100b0), partially implemented.
I'll leave component set to unknown for now.