Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
onelove
Newbie
Newbie
Posts: 3
Joined: Tue Apr 28, 2009 10:36 am

Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout

Post by onelove »

Under wine versions .19 and .20 (only 2 I've tried), I get sticking keys resulting in uncontrollable spinning (or running or whatever key gets stuck. The log output has a bunch (100+) fixmes relating to keyboard (see code).

Thanks for any help!

Code: Select all

fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0000: stub!
I did try these below fixes, btw:

Running:

WINEDEBUG=-all wine "C:\Program Files\Guild Wars\Gw.exe"

WINEDEBUG=-all will stop the flood of fixme messages generated from normal use. If you require debugging, omit this option.

Troubleshooting:

* Make sure 3D works in native applications before blaming Wine. Try glxgears, or a 3D game such as etracer or supertuxkart.
DONE
* Use the latest version of Wine, at least 1.0. Type 'wine --version' to check.
YES
* Try different versions of Windows in winecfg, such as Windows XP and 98.
XP, 2000, 98 all same
* Under the winecfg Graphics tab, try experimenting with the window settings if you have window/resizing issues.
YES, DID SET THE WINDOW TO A SPECIFIC SIZE.
* Turn off Compiz Fusion desktop effects.
YES
* "Guild Wars has encountered an unrecoverable graphics driver error and must terminate" (bug #12870) is caused by fglrx, not Wine.

If you are having graphics issues, use regedit to try some registry keys:

* UseGLSL=disabled
* DirectDrawRenderer=opengl
* OffscreenRenderingMode=pbuffer or fbo
* RenderTargetLockMode=auto
DIDN"T TRY THESE YET

Appending these flags to the run command may help you:
* -dx8 - Uses DirectX 8
* -dsound - Uses DirectSound
* -nosound - Disables sound
TRIED THESE[/code]
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layou

Post by vitamin »

onelove wrote:Under wine versions .19 and .20 (only 2 I've tried), I get sticking keys resulting in uncontrollable spinning (or running or whatever key gets stuck.
Remove any key switchers, emulators, accelerators, etc. Anything that messing with the keyboard. Most of them do nasty things not compatible with Wine.
Locked