http://bugs.winehq.org/show_bug.cgi?id=5486
Summary: Mouse driver cannot load 32 bit cursors Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: paniemin@cc.hut.fi
Some games are using 32 bit rgba cursor files. This file format isn't supprtoed by wine. Effect in game is that no cursor is vissible when this kind of rgba cursor is used.
Solution 1: Load 32 bit cursor as 24 bit one and ignore alpha. (I have made hack that works this way)
Solution 2: Use X transperancy support. (Game creators had good reason wanting transperant cursor)