http://bugs.winehq.org/show_bug.cgi?id=11674
--- Comment #277 from Forest winehq@tibit.com 2013-01-02 20:18:52 CST --- My launch script looked like this:
export WINEDEBUG=-all export __GL_THREADED_OPTIMIZATIONS=1 export LD_PRELOAD="libpthread.so.0 libGL.so.1" /my/path/GuildWars2/Gw2.exe -autologin
Note that I did not use the game client's -dx9single hack that is normally necessary to see the login screen under wine, since I figured it might get in the way of multithreaded performance. Storing my password and using -autologin allowed me to enter the game anyway.