У меня вообще не запускаются. Пару секунд черный экран и все.
Последние строчки:
err:module:import_dll Library d3dx9_31.dll (which is needed by L"C:\\Program Files\\1C\\41a43e44143c43844743544143a438435 42043543943d43443643544044b 2\\MatrixGame.dll") not found
fixme:avifile:AVIFileExit (): stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
fixme:avifile:AVIFileExit (): stub!
...
err:module:import_dll Library d3dx9_31.dll (which is needed by L"C:\\Program Files\\1C\\41a43e44143c43844743544143a438435 42043543943d43443643544044b 2\\MatrixGame.dll") not found
...
Вероятно дело в том, что в ~.wine/drive_c/windows/system32 лежит не builtin, а native d3d9.dll.
На мой взгляд, есть два решения:
- либо "где-нибудь" достать d3dx9_31.dll и положить в тот же system32,
- либо снести сам d3d9.dll.
P.S.
d3dx9_31.dll можно извлечь например с компакта из DirectX9/OCT2006_d3dx9_31_x86.cab cabextract`oм.