http://bugs.winehq.org/show_bug.cgi?id=21426
--- Comment #8 from Bartosz Brachaczek b.brachaczek@gmail.com 2010-01-25 19:16:46 --- (In reply to comment #7)
But hit again between 1.1.35 and 1.1.36 in this commit:
commit b49e684f5d2447171589acccb37ffee81ffffbe2 Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Dec 22 18:32:14 2009 +0100
wined3d: Focus the focus window.
Oh, don't know if it's an useful information, but forgot to say that the line that actually causes the game not to start is the one from the first chunk (i.e., SetFocus() call). Removing the SetFocus() call make the game start, but it crashes immediately when I click a mouse button (it worked just fine when I reverted the whole commit).
The bug is still present in current git (f27b032d50b720abae8a971e3eeac382f132d38b).