Byla vydána verze 4.0.0 programovacího jazyka Ruby (Wikipedie). S Ruby Box a ZJIT. Ruby lze vyzkoušet na webové stránce TryRuby. U příležitosti 30. narozenin, první veřejná verze Ruby 0.95 byla oznámena 21. prosince 1995, proběhl redesign webových stránek.
Všem čtenářkám a čtenářům AbcLinuxu krásné Vánoce.
Byla vydána nová verze 7.0 linuxové distribuce Parrot OS (Wikipedie). S kódovým názvem Echo. Jedná se o linuxovou distribuci založenou na Debianu a zaměřenou na penetrační testování, digitální forenzní analýzu, reverzní inženýrství, hacking, anonymitu nebo kryptografii. Přehled novinek v příspěvku na blogu.
Vývojáři postmarketOS vydali verzi 25.12 tohoto před osmi lety představeného operačního systému pro chytré telefony vycházejícího z optimalizovaného a nakonfigurovaného Alpine Linuxu s vlastními balíčky. Přehled novinek v příspěvku na blogu. Na výběr jsou 4 uživatelská rozhraní: GNOME Shell on Mobile, KDE Plasma Mobile, Phosh a Sxmo.
Byla vydána nová verze 0.41.0 multimediálního přehrávače mpv (Wikipedie) vycházejícího z přehrávačů MPlayer a mplayer2. Přehled novinek, změn a oprav na GitHubu. Požadován je FFmpeg 6.1 nebo novější a také libplacebo 6.338.2 nebo novější.
Byla vydána nová verze 5.5 (novinky) skriptovacího jazyka Lua (Wikipedie). Po pěti a půl letech od vydání verze 5.4.
Byla vydána nová verze 5.4.0 programu na úpravu digitálních fotografií darktable (Wikipedie). Z novinek lze vypíchnout vylepšenou podporu Waylandu. Nejnovější darktable by měl na Waylandu fungovat stejně dobře jako na X11.
Byla vydána beta verze Linux Mintu 22.3 s kódovým jménem Zena. Podrobnosti v přehledu novinek a poznámkách k vydání. Vypíchnout lze, že nástroj Systémová hlášení (System Reports) získal mnoho nových funkcí a byl přejmenován na Informace o systému (System Information). Linux Mint 22.3 bude podporován do roku 2029.
GNU Project Debugger aneb GDB byl vydán ve verzi 17.1. Podrobný přehled novinek v souboru NEWS.
Josef Průša oznámil zveřejnění kompletních CAD souborů rámů tiskáren Prusa CORE One a CORE One L. Nejsou vydány pod obecnou veřejnou licenci GNU ani Creative Commons ale pod novou licencí OCL neboli Open Community License. Ta nepovoluje prodávat kompletní tiskárny či remixy založené na těchto zdrojích.
pushkin@pushkin:~/.wine/drive_c/Program Files/TmNationsForever$ wine TmForeverLauncher.exe err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce GT 630/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 304.48)"). err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr 0x8876086c. err:ddraw:ddraw7_SetCooperativeLevel Failed to create swapchain, hr 0x8876086c. err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat. err:d3d:InitAdapters Failed to get a gl context for default adapter Direct3D9 is not available without OpenGL. wine: Unhandled page fault on read access to 0x7d8212fc at address 0x7d8212fc (thread 0009), starting debugger...což ukazuje na zakázaný Direct Rendering, ale při spuštění
glxinfo je Direct Rendering povolen:
pushkin@pushkin:~/.wine/drive_c/Program Files/TmNationsForever$ glxinfo | grep direct
direct rendering: Yes
GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture,
GL_ARB_draw_indirect, GL_ARB_draw_elements_base_vertex,
GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
Zkoušel jsem jestli není problém v instalovaných ovladačích, konkrétně v jejich architektuře, tak jsem doinstaloval balík libgl1-nvidia-glx-ia32, ale nic se nezměnilo. Stejnou chybu mi vyhazovalo i distribuční WINE 1.4.1 i386. Máte prosím někdo nějaký nápad?
Díky!
[POL_System_CheckFS] Message: Checking filesystem for TmForeverLauncher.exe [POL_Wine] Message: Running wine- TmForeverLauncher.exe [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html [POL_Wine] Message: Wine return: 5 Direct3D9 is not available without OpenGL. wine: Unhandled page fault on read access to 0x7d8422fc at address 0x7d8422fc (thread 0009), starting debugger...... takže opět totéž co s WINE. Fakt mi připadá, jako kdyby WINE nevidělo na ovladače grafiky, ale kruci proč...???
strace -e file wine ... na jaký (relevantní) knihovny wine hrabe a ujisti se, že máš jejich 32bitové varianty.
strace, relevantní část výstupu vypadá takhle:
pushkin@pushkin:~$ cat strace.txt | grep open
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libtinfo.so.5", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY) = 3
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY) = 3
open("/dev/tty", O_RDWR|O_NONBLOCK) = 3
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
open("/proc/meminfo", O_RDONLY) = 3
open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
open("/usr/bin/wine", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/libwine.so.1", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libpthread.so.0", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libdl.so.2", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/wine/wine.bin", O_RDONLY) = 3
open("/lib/ld-linux.so.2", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/i686/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/tls/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/i686/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/sse2/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/sse2/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/cmov/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../lib/i386-linux-gnu/libwine.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/libwine.so.1", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libpthread.so.0", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libdl.so.2", O_RDONLY) = 3
open("/usr/lib/i386-linux-gnu/wine/ntdll.dll.so", O_RDONLY) = 3
open("/etc/ld.so.cache", O_RDONLY) = 3
open("/lib/i386-linux-gnu/i686/cmov/libm.so.6", O_RDONLY) = 3
open(".", O_RDONLY|O_LARGEFILE) = 3
open("/etc/nsswitch.conf", O_RDONLY) = 4
open("/etc/ld.so.cache", O_RDONLY) = 4
open("/lib/i386-linux-gnu/i686/cmov/libnss_compat.so.2", O_RDONLY) = 4
open("/lib/i386-linux-gnu/i686/cmov/libnsl.so.1", O_RDONLY) = 4
open("/etc/ld.so.cache", O_RDONLY) = 4
open("/lib/i386-linux-gnu/i686/cmov/libnss_nis.so.2", O_RDONLY) = 4
open("/lib/i386-linux-gnu/i686/cmov/libnss_files.so.2", O_RDONLY) = 4
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
open("/proc/cpuinfo", O_RDONLY|O_LARGEFILE) = 6
open("/usr/lib/i386-linux-gnu/wine/kernel32.dll.so", O_RDONLY) = 6
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 6
open("/proc/ide", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/proc/scsi/scsi", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 9
open(".", O_RDONLY|O_LARGEFILE) = 13
open(".", O_RDONLY|O_LARGEFILE) = 13
open(".", O_RDONLY|O_LARGEFILE) = 13
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/user32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/gdi32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/advapi32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/version.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/d3d9.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/wined3d.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32/d3dx9_30.dll", O_RDONLY) = 10
open("/usr/share/locale/locale.alias", O_RDONLY) = 10
open("/usr/share/locale/cs_CZ.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/cs_CZ.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/cs_CZ/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/cs.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/cs.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/cs/LC_MESSAGES/libc.mo", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/wine/d3dx9_30.dll.so", O_RDONLY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 11
open("/usr/lib/i386-linux-gnu/wine/msvcrt.dll.so", O_RDONLY) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/dinput8.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/ole32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/rpcrt4.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/wininet.dll.so", O_RDONLY) = 9
open("/etc/ld.so.cache", O_RDONLY) = 9
open("/lib/i386-linux-gnu/libz.so.1", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/mpr.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/shlwapi.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/shell32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/comctl32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/shfolder.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/winmm.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/msacm32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/ws2_32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/avifil32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/msvfw32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever/binkw32.dll", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/wine/binkw32.dll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/binkw32.dll.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever/OpenAL32.dll", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/wine/openal32.dll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/openal32.dll.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/iphlpapi.dll.so", O_RDONLY) = 9
open("/etc/ld.so.cache", O_RDONLY) = 9
open("/lib/i386-linux-gnu/i686/cmov/libresolv.so.2", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/oleaut32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/comdlg32.dll.so", O_RDONLY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 9
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 9
open("/usr/lib/i386-linux-gnu/wine/winspool.drv.so", O_RDONLY) = 9
open("/etc/ld.so.cache", O_RDONLY) = 9
open("/lib/i386-linux-gnu/libncurses.so.5", O_RDONLY) = 9
open("/lib/i386-linux-gnu/libtinfo.so.5", O_RDONLY) = 9
open("/lib/terminfo/x/xterm", O_RDONLY|O_LARGEFILE) = 9
open("/proc/meminfo", O_RDONLY) = 9
open("/etc/ld.so.cache", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libfreetype.so.6", O_RDONLY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 10
open("/usr/lib/i386-linux-gnu/wine/winex11.drv.so", O_RDONLY) = 10
open("/etc/ld.so.cache", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libSM.so.6", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libICE.so.6", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libXext.so.6", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libX11.so.6", O_RDONLY) = 10
open("/lib/i386-linux-gnu/libuuid.so.1", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libxcb.so.1", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libXau.so.6", O_RDONLY) = 10
open("/usr/lib/i386-linux-gnu/libXdmcp.so.6", O_RDONLY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 10
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 10
open("/usr/lib/i386-linux-gnu/wine/imm32.dll.so", O_RDONLY) = 10
open("/home/pushkin/.Xauthority", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXinerama.so.1", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXxf86vm.so.1", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXrender.so.1", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXrandr.so.2", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXcomposite.so.1", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXi.so.6", O_RDONLY) = 11
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 11
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 11
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 11
open("/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libfontconfig.so.1", O_RDONLY) = 11
open("/lib/i386-linux-gnu/libexpat.so.1", O_RDONLY) = 11
open("/etc/fonts/fonts.conf", O_RDONLY) = 11
open("/etc/fonts/conf.d", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 12
open("/etc/fonts/conf.d/20-fix-globaladvance.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/20-unhint-small-vera.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/25-arphic-uming-render.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/30-metric-aliases.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/30-urw-aliases.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/35-arphic-uming-aliases.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/40-nonlatin.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/41-arphic-uming.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/45-latin.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/49-sansserif.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/50-enable-terminus.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/50-user.conf", O_RDONLY) = 13
open("/home/pushkin/.fonts.conf", O_RDONLY) = 14
open("/etc/fonts/conf.d/51-local.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/60-latin.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/64-arphic-uming.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/65-droid-sans-fonts.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/65-fonts-persian.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/65-nonlatin.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/69-unifont.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/70-no-bitmaps.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/80-delicious.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/90-arphic-uming-embolden.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/90-fonts-unfonts-core.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/90-synthetic.conf", O_RDONLY) = 13
open("/etc/fonts/conf.d/99pdftoopvp.conf", O_RDONLY) = 13
open("/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/40b180f48b21bb809e48559e55a60d69-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/40b180f48b21bb809e48559e55a60d69-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/c855463f699352c367813e37f3f70ea7-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/c855463f699352c367813e37f3f70ea7-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/57e423e26b20ab21d0f2f29c145174c3-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/57e423e26b20ab21d0f2f29c145174c3-le32d4.cache-3", O_RDONLY) = 11
stat64("/usr/share/fonts/opentype", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/573ec803664ed168555e0e8b6d0f0c7f-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/d82eb4fd963d448e2fcb7d7b793b5df3-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/d82eb4fd963d448e2fcb7d7b793b5df3-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/707971e003b4ae6c8121c3a920e507f5-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/707971e003b4ae6c8121c3a920e507f5-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/fe547fea3a41b43a38975d292a2b19c7-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/fe547fea3a41b43a38975d292a2b19c7-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/f1f2465696798768e9653f19e17ccdc8-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/f1f2465696798768e9653f19e17ccdc8-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/95530828ff6c81d309f8258d8d02a23e-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/95530828ff6c81d309f8258d8d02a23e-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/aab625760c084032d851d1c27543d4f0-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/aab625760c084032d851d1c27543d4f0-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/d3e5c4ee2ceb1fc347f91d4cefc53bc0-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/d3e5c4ee2ceb1fc347f91d4cefc53bc0-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/188ac73a183f12857f63bb60a4a6d603-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/188ac73a183f12857f63bb60a4a6d603-le32d4.cache-3", O_RDONLY) = 11
stat64("/usr/share/fonts/opentype/ipafont-gothic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/4d6aee6d44eccb37054d3216e945f618-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/4d6aee6d44eccb37054d3216e945f618-le32d4.cache-3", O_RDONLY) = 11
stat64("/usr/share/fonts/opentype/ipafont-mincho", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/6c08beecf0dac481ec92e759e0c2e6d7-le32d4.cache-3", O_RDONLY) = 11
stat64("/usr/share/fonts/opentype/stix", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/83bf95040141907cd45bb53cf7c1c148-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/089dead882dea3570ffc31a9898cfb69-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/089dead882dea3570ffc31a9898cfb69-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/3f7329c5293ffd510edef78f73874cfd-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/d52a8644073d54c13679302ca1180695-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/4b14b093aebc79c320de5e86ae1d3314-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/e49e89034d371f0f9de17aab02136486-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le32d4.cache-3", O_RDONLY) = 11
stat64("/usr/share/fonts/truetype/mgopen", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/var/cache/fontconfig/ca37dee8d6057f2a069c1b3d05990269-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/ca37dee8d6057f2a069c1b3d05990269-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/6eb3985aa4124903f6ff08ba781cd364-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/6eb3985aa4124903f6ff08ba781cd364-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/e25ca923d7a08ab6b0777bd7eb77ea77-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/e25ca923d7a08ab6b0777bd7eb77ea77-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le32d4.cache-3", O_RDONLY) = 11
open("/var/cache/fontconfig/6333f38776742d18e214673cd2c24e34-le32d4.cache-3", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.fontconfig/6333f38776742d18e214673cd2c24e34-le32d4.cache-3", O_RDONLY) = 11
open("/etc/ld.so.cache", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXcursor.so.1", O_RDONLY) = 11
open("/usr/lib/i386-linux-gnu/libXfixes.so.3", O_RDONLY) = 11
open("/home/pushkin/.Xdefaults-ek210p04-kev", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/wine/../../../share/wine/fonts/vgasyse.fon", O_RDONLY|O_LARGEFILE) = 11
open("/usr/lib/i386-linux-gnu/wine/../../../share/wine/fonts//tahoma.ttf", O_RDONLY|O_LARGEFILE) = 11
open("/usr/lib/i386-linux-gnu/wine/../../../share/wine/fonts//tahomabd.ttf", O_RDONLY|O_LARGEFILE) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 11
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 11
open("/usr/lib/i386-linux-gnu/wine/uxtheme.dll.so", O_RDONLY) = 11
open("/home/pushkin/.Xauthority", O_RDONLY) = 12
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 12
open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 12
open("/home/pushkin/.XCompose", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/X11/locale/compose.dir", O_RDONLY) = 12
open("/usr/share/X11/locale/en_US.UTF-8/Compose", O_RDONLY) = 12
open("/usr/share/X11/XKeysymDB", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libcups.so.2", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libgssapi_krb5.so.2", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libgnutls.so.26", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libavahi-common.so.3", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libavahi-client.so.3", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libkrb5.so.3", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libk5crypto.so.3", O_RDONLY) = 12
open("/lib/i386-linux-gnu/libcom_err.so.2", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libkrb5support.so.0", O_RDONLY) = 12
open("/lib/i386-linux-gnu/libkeyutils.so.1", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libtasn1.so.3", O_RDONLY) = 12
open("/lib/i386-linux-gnu/libgcrypt.so.11", O_RDONLY) = 12
open("/usr/lib/i386-linux-gnu/libp11-kit.so.0", O_RDONLY) = 12
open("/lib/i386-linux-gnu/libdbus-1.so.3", O_RDONLY) = 12
open("/lib/i386-linux-gnu/i686/cmov/librt.so.1", O_RDONLY) = 12
open("/lib/i386-linux-gnu/libgpg-error.so.0", O_RDONLY) = 12
open("/usr/share/cups/locale/C/cups_C.po", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 12
open("/etc/default/nss", O_RDONLY) = 13
open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 13
open("/home/pushkin/.cups/client.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/etc/cups/client.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/proc/sys/crypto/fips_enabled", O_RDONLY) = 13
open("/dev/urandom", O_RDONLY) = 13
open("/etc/pkcs11/pkcs11.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/pkcs11/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/etc/gnutls/pkcs11.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/etc/cups/lpoptions", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.cups/lpoptions", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/usr/lib/i386-linux-gnu/wine/localspl.dll.so", O_RDONLY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/usr/lib/i386-linux-gnu/wine/spoolss.dll.so", O_RDONLY) = 15
open("/proc/meminfo", O_RDONLY|O_LARGEFILE) = 15
open("/proc/net/route", O_RDONLY|O_LARGEFILE) = 15
open("/home/pushkin/.wine/dosdevices/c:", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/etc/mtab", O_RDONLY|O_LARGEFILE) = 15
open("/etc/fstab", O_RDONLY|O_LARGEFILE) = 15
open("/home/pushkin/.wine/dosdevices/c:", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/z:", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/etc/mtab", O_RDONLY|O_LARGEFILE) = 15
open("/home/pushkin/.wine/dosdevices/z:", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/etc/mtab", O_RDONLY|O_LARGEFILE) = 15
open("/etc/fstab", O_RDONLY|O_LARGEFILE) = 15
open("/home/pushkin/.wine/dosdevices/c:", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/windows/system32", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/usr/lib/i386-linux-gnu/wine/ddraw.dll.so", O_RDONLY) = 15
open("/etc/ld.so.cache", O_RDONLY) = 15
open("/usr/lib32/libGL.so.1", O_RDONLY) = 15
open("/usr/lib/i386-linux-gnu/libXdamage.so.1", O_RDONLY) = 15
open("/usr/lib/i386-linux-gnu/libdrm.so.2", O_RDONLY) = 15
open("/usr/lib/dri/tls/swrast_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/dri/swrast_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/localtime", O_RDONLY) = 16
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
open("/home/pushkin/.wine/dosdevices/c:/Program Files/TmNationsForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/usr/lib/i386-linux-gnu/wine/psapi.dll.so", O_RDONLY) = 15
open("/home/pushkin/.wine/dosdevices/c:/users/pushkin/Dokumenty/TmForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/home/pushkin/.wine/dosdevices/c:/users/pushkin/Dokumenty/TmForever", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 15
open("/proc/meminfo", O_RDONLY|O_LARGEFILE) = 16
přičemž k problému asi největší vztah mají následující řádky:
open("/usr/lib/dri/tls/swrast_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/dri/swrast_dri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
Tak jsem udělal do /usr/lib symlink na /usr/lib32/dri, kde je swrast_dri.so umístěn a nic... Nevidíš v tom něco víc? Kompletní strace je v příloze...
Tiskni
Sdílej: