http://bugs.winehq.org/show_bug.cgi?id=21075
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #7 from Wylda wylda@volny.cz 2009-12-20 10:34:38 --- (In reply to comment #0)
...and then i noticed the mouse could work to select the game options !
I can move around the mouse cursor but when trying to click in any of the game settings options nothing happens !!!
Hmmm... looks pretty similar to bug 21092, which is already bisected. If this is the same problem you will know if you do:
1. install wine from your distro 2. use needed winetricks (if any)
3. Prepare your build environment (see wine's wiki)
4. git checkout c24e48d937cfd0000a22af555a920ea7fab71d7b
5. compile and test the game --problem should persist
6. Remove the failing commit by:
git show c24e48d937cfd0000a22af555a920ea7fab71d7b | patch -p1 -R
7. compile and test the game --problem should gone