[Wine] Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout

onelove wineforum-user at winehq.org
Tue Apr 28 10:44:57 CDT 2009


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:
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]







More information about the wine-users mailing list