http://bugs.winehq.org/show_bug.cgi?id=13547
Thodoris Greasidis thgreasi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thgreasi@gmail.com
--- Comment #60 from Thodoris Greasidis thgreasi@gmail.com 2009-06-17 02:20:51 --- (In reply to comment #53)
I do confirm this bug. The game loses all textures when I switch the window with ALT + TAB. This doesn't happen with directx renderer, but that has it's own problems.
I came up with a simple fix. Use the opengl render and then start the game with the following command:
env WINEDEBUG=-all wine explorer /desktop=0,1680x1050 "C:\Program Files\Warcraft III\Warcraft III.exe"
Replace the "1680x1050" with your resolution. Also for the Frozen Throne you have replace "Warcraft III.exe" with "Frozen Throne.exe".
So starting the game with wine explorer makes this working. "WINEDEBUG=-all" is just an extra thing. It also works without it.
Confirming that wine explorer /desktop=0,1280x1024 "/home/teo/.wine/drive_c/Program Files/Warcraft III/war3.exe" -opengl works fine.
Please, add a new "test data" for warcraft on http://appdb.winehq.org/objectManager.php?sClass=version&iId=3126, mentioning this workaround.