Byla vydána verze 1.96.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.
Společnosti IBM a Red Hat představily Project Lightwell s investicí 5 miliard dolarů. Jedná se o důvěryhodné clearingové centrum pro bezpečnost open source softwaru a zabezpečení dodavatelských řetězců s novým AI modelem a globální skupinou více než 20 000 softwarových inženýrů. Služby centra budou dostupné prostřednictvím komerčních předplatných. Project Lightwell staví na iniciativách jako Anthropic Glasswing nebo OpenAI Trust Access for Cyber.
Open source 3D herní a simulační engine Open 3D Engine (O3DE) byl vydán v nové verzi 26.05. Podrobný přehled novinek v poznámkách k vydání.
Český stát by v budoucnu mohl provozovat vlastní alternativu ke komunikačním aplikacím typu WhatsApp, Signal, Telegram, Facebook Messenger a podobně. Cílem je zajistit bezpečnou datovou komunikaci pro stát a jeho důležité subjekty, jako jsou bezpečnostní složky, ministerstva a další organizace.
Už za týden, ve čtvrtek 4. června, se v Národní technické knihovně v pražských Dejvicích uskuteční další konference věnovaná tématům spojeným s IPv6 - Den IPv6. Program akce a registrační formulář jsou k dispozici na webu akce. Kapacita konference je omezená, proto organizátoři doporučují, aby se vážní zájemci přihlásili včas (k dnešnímu dni zbývá přibližně 30 volných míst). Konferenci Den IPv6 2026 organizují i letos společně sdružení CESNET, CZ.NIC a NIX.CZ.
Zařízení Steam Deck OLED bylo znovu naskladněno, ale vlivem rostoucích cen pamětí a úložišť má novou, vyšší cenovku. Steam Deck OLED 512 GB stojí nově 779 EUR (stál 569 EUR) a Steam Deck OLED 1 TB stojí 919 EUR (stál 679 EUR). Samotné zařízení se nijak nezměnilo a nové ceny tedy pouze odráží aktuální náklady na komponenty a další globální logistické výzvy, se kterými se potýká celá branže.
Český telekomunikační úřad zahajuje novou etapu využívání vysokofrekvenčního rádiového spektra v pásmu 26 GHz. Toto pásmo bude od 1. 7. 2026 otevřeno pro provoz moderních bezdrátových sítí, zejména sítí páté generace (5G), pevných bezdrátových přístupových sítí (FWA) a lokálních či průmyslových sítí určených například pro výrobní areály, logistická centra nebo technologické kampusy. Současně s otevřením pásma 26 GHz přistoupil ČTÚ ke zpřístupnění informací o využívání rádiových kmitočtů v tomto pásmu.
Logitech představil myš Signature Comfort Plus M850 L s polstrovanou opěrkou dlaně pro větší pohodlí a sadu s touto myší a klávesnicí s integrovanou opěrkou dlaní Signature Comfort Plus Combo MK880.
Gaël Duval se rozepsal o novinkách a plánech Murena a /e/OS. Počet uživatelů telefonů Murena a mobilního operačního systému /e/OS bez aplikací a služeb od Googlu se blíží 100 000. Ambicí je, aby se /e/OS stal třetí mobilní platformou v Evropě i na světě, s potenciálem dostat se i na PC. Blíží se vydání nové verze 4 s funkcemi zálohování a obnova, import e-mailů z Gmailu a rozpoznávání hlasu. Murena Workspace přinese videohovory, elektronický podpis a správu zařízení (MDM).
Dnes a zítra probíhá Ubuntu Summit 26.04. Na programu je řada zajímavých přednášek. Sledovat je lze na YouTube. Úvodní slovo měli Mark Shuttleworth a Jon Seager.
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: