Thanks for the good news Equareo. You can probably enhance (a little) performance by disabling logging... when you are not reporting logs for this forum. This is done by simply doing so in the command line that launches the game: Code: env WINEDEBUG=-all wine Z:\\home\\Zakhar\\Divers\\Program\ Files\\GUILD\ WARS\\Gw.exe -perf This is my command line for GW (1). Adapt it to the path where your GW2 is located. The Code: env WINEDEBUG=-all Before wine instructs to disable ALL debug messages. (and the -perf is a GW option to display FPS and other perf informations in GW, if they have the same switch, it could be useful to have the info and comparison WIne/Native W)