вайн запускаю в окошке скриптом:
Код: Выделить всё
#!/bin/bash
# WINE binary
CDLOADER_WINE="wine"
# Steam directory
STEAMDIR="$HOME/.wine/drive_c/Valve/Steam"
cd "$STEAMDIR"
$CDLOADER_WINE "steam.exe" -- "$@"
при зависе в консоле наблюдаю следующее
Код: Выделить всё
Adding master server 69.28.151.162:27010
Adding master server 72.165.61.136:27010
fixme:dbghelp:fetch_thread_info Couldn't open thread 130 (87)
fixme:dbghelp:fetch_thread_info Couldn't open thread 129 (87)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca0784 "loader.c: loader_section" wait timed out in thread 007a, blocked by 0075, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0xc47a64 "?" wait timed out in thread 001e, blocked by 001f, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca0784 "loader.c: loader_section" wait timed out in thread 0086, blocked by 0075, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca0784 "loader.c: loader_section" wait timed out in thread 0083, blocked by 0075, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca0784 "loader.c: loader_section" wait timed out in thread 007e, blocked by 0075, retrying (60 sec)
после crtl+c получаю еще:
Код: Выделить всё
fixme:winmm:MMDRV_Exit Closing while ll-driver open
где-то нагуглил что надо править /etc/security/limits.conf но что именно править не нашел
плиз хелп