http://bugs.winehq.org/show_bug.cgi?id=27291
Summary: EVE Online - Intermittent Freezes On Window Focus Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: 7WCbywQg3N2H@dyweni.com
Hi,
I am running the following: * CPU - AMD Phenom II X6 1090T (clocked at 3.0 Ghz) * Linux Kernel 2.6.37-gentoo-r4 * X.Org Server 1.9.5 * OpenBox 3.4.11.2 * Wine GIT Commit 7f426a51d120c5ea790ba330c31db0043fd3e59b * EVE Online 6.44.259851
Wine is compiled for only 32bit applications. 64bit support was not enabled at compile time.
I play two EVE Online accounts at the same time. I start the EVE Clients with these commands:
$ cd ~/EVE/Installation $ export WINEPREFIX=~/EVE/wine1 $ wine explorer /desktop=EVE1,1279x1023 eve.exe & $ export WINEPREFIX=~/EVE/wine2 $ wine explorer /desktop=EVE2,1279x1023 eve.exe &
Both EVE Clients will play fine until I switch focus from one client to the other client. As soon as I switch focus to a non-Wine window or popup a window manager menu, both EVE Clients will appear to play "catch up" and then resume normal operation. I have no problems at all switching focus from one client to a non-Wine window and then to the other client.
I thought that this might be related to the XINPUT2 support, but running Wine with the '--without-xinput2' option enabled at compile time does not resolve the issue.
Any help that can be offered is much appreciated.
Thanks, Dyweni