https://bugs.winehq.org/show_bug.cgi?id=13087
Вова Гаврилов gavr.vavacik-master@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gavr.vavacik-master@yandex. | |ru
--- Comment #15 from Вова Гаврилов gavr.vavacik-master@yandex.ru --- I`m using wine 1.7 x86-64 in Arch linux. I have this bug with Hard truck: Apocalypse. When I tried to change the returncodes and setting of errors, how it described by Dmirty Timoshkov, with the same result What I do: $ git clone git://source.winehq.org/git/wine.git ~/wine-git $ emacs wine-git/dlls/winex11.drv/keyboard.c in the emacs i did following: "search -> string forward", enter "X11DRV_LoadKeyboardLayout", erased "SetLastError(ERROR_CALL_NOT_IMPLEMENTED)" and "0" from behind of "return". Then repeated it after searching "X11DRV_ActivateKeyboardLayout" several times. then, $ ./configure && make depend && make creating new wine prefix and ~/.wine/drive_c/hta/hta.exe I created wieprefix with 32 bits, using "WINEARCH=win32 winecfg", with the same result. I removed package and all preferences of package wine and install it with making. With the same result. Tried 32- and 64-bit versions of wineprfix, each time created a new one. I did it about one year ago using wine 1.4.1 ... with the same result. What i did wrong?