http://bugs.winehq.org/show_bug.cgi?id=14975
--- Comment #21 from Jörg Selbach sidolin@gmx.net 2008-09-19 11:06:02 --- Created an attachment (id=16162) --> (http://bugs.winehq.org/attachment.cgi?id=16162) Updated hack.
This workaround hack disables all pixel formats without an alpha channel, so you can use a single wine installation for all your apps and just set WINE_WGL_OPENGL_ONLYALPHA_HACK when you want to play World of Warcraft.
$ export WINE_WGL_OPENGL_ONLYALPHA_HACK=1 $ wine /path/to/WoW.exe $ unset WINE_WGL_OPENGL_ONLYALPHA_HACK
or
$ WINE_WGL_OPENGL_ONLYALPHA_HACK=1 wine /path/to/WoW.exe