Cannot import dll utf8 как исправить в wine linux

Cannot import dll:<utf8>C:userssteamuserslTempis- O47TB.tmpisskin.dll

So I decided instead of downloading repacks (cuz I don’t understand how to do all the lutris and setting up for the steam deck) I download the exe files,

Which for the games I got, they work fine But for example, Horizon Zero Dawn, I getting this error whenever I start install and i downloaded the dll for it but I don’t know where it goes

As far for Elden Ring, I tried different protons and even adding the steam appid as a text file and either it still sends me to the store or it just won’t launch in steam or lutris

Лечим довольно распространённую ошибку при запуске в Wine

В Linux и MacOS становится всё больше достойных программ и, в частности, игр. Однако, всё ещё есть старые игры и игры, разработчики которых не стали тратить время на разработку для платформ MacOS и Linux.

Почему речь об играх? Потому что эта ошибка зачастую случается при использовании различных repack-ов:

Runtime Error (at -1:0):
Cannot Import dll: C:usersuserTempis-VADAE.tmpisskin.dll

или так:

fixme:msg:ChangeWindowMessageFilter c046 00000001
fixme:win:DisableProcessWindowsGhosting : stub
err:module:import_dll Library MFC42.DLL (which is needed by L"C:\users\ready2rumbelx\Temp\is-L6E45.tmp\isskin.dll") not found
fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender

– когда используется стандартный упаковщик, в котором добавляются различные красивости, скины, «таблетки», после чего всё это красивенько складывается в один установщик.

В Windows всё это работает потому, что там при первых же телодвижениях ставятся пакеты vcrun6 и mfc42.

Можно пойти на какой-нибудь сайт, где лежат dll-ки и скачать isskin.dll, но тогда мы как раз увидим вторую ошибку – отсутствие mfc42.dll. Его использует как раз isskin.dll. В общем, чтобы не мучаться со скачиванием различных dll руками, используем «пакетный менеджер» для wine – winetricks. Для Ubuntu / Linux Mint / Debian – можно написать в консоли:

sudo apt install winetricks
winetricks

Далее нужно жать кнопки:

  • Select the default wineprefix
  • Install a Windows DLL or component
  • выбрать vcrun6 и mfc42 и нажать «OK».

Либо же сделать то же самое, но из консоли:

winetricks mfc42
winetricks vcrun6

Изображение Шпаргалка по командам Linux, FreeBSD и MacOS

Полезные комментарии

Помогло на Antergos (Arch) в 2018, когда Linux уже может нативно D3D9 и без проблем рисует D3D11 через Vulkan

помогло на Wineskin + OS X 10.11.6.

Очень помогло! Спасибо. У кого появляется ошибка, выкидывайте Winetricks и используйте PlayOnLinux. Там все скачивается и устанавливается.

Здравствуйте, Господа.
Знаю, что уже была подобная тема, но метод решения, предложенный пользователем не решил мою проблему, о которой ниже:
Ubuntu 12.04 precise,PlayOnLinux 4.1.1 и Wine 1.5.5.

При попытке установить Football manager 2012 вылетает ошибка
Runtime Error(at -1:0):
Cannot Import dll: <utf8> C:userTempis-922SD.tmpisskin.dll.

причем при установке другого дистрибутива вылетает другая ошибка
Runtime Error (at 102:342):
Could Not Call Proc.

Методы,которыми пробовал решить проблему:
-полный снос и переустановка wine и playonlinux через synaptic;
-ставил через winetricks — vcrun6, vcrun6sp6, vcrun2005, vcrun2008, vcrun2010 и msvcirt

Уверен, найдется светлая голова, которая сможет помочь)

Исходя из первой ошибки, может проблема в кодировке utf-8?

P.S. с Ubuntu знаком только на уровне пользователя, дабы не возникло недопонимания)

stNIKOLAS

Newbie
Newbie
Posts: 1
Joined: Fri Jan 28, 2022 10:21 pm

wine-7.0-rc5 (Staging) custom prefix error | isskin.dll error

Hi, I`m completely new at wine, so please be patient.
I tried to set up my wine for gaming.
I created a custom prefix for sekiro game with this command

Code: Select all

WINEPREFIX=/home/stnikolas/games/sekiro/prefix WINEARCH="win32" winecfg

After that when Gui opened I just clicked «OK» and started the installation with this command

Code: Select all

WINEPREFIX=/home/stnikolas/games/sekiro/prefix wine /home/stnikolas/games/sekiro/FOLDER WITH GAME/setup.exe

I get an error

Code: Select all

Cannot Import dll: <utf8>C:usersstnikolasTempis-8M9EQ.tmpisskin.dll

After few minutes of googling I found this solution https://900913.ru/2018/06/27/isskindll- … cos-linux/ (I from UA, so this site on russian lang which I know) Author of this page says that I need to run next commands:

  • winetricks mfc42
    winetricks vcrun6

I did it, but only added my PREFIX which is described above and got an error:

Code: Select all

[stnikolas @ sekiro]$ WINEPREFIX=/home/stnikolas/games/sekiro/prefix winetricks mfc42 vcrun6
SSL_INIT
Executing mkdir -p /home/stnikolas/games/sekiro
Using winetricks 20210206-next - sha256sum: 0769bbcdbd92c407f4eacaa85acc1339f607dbeafe2febd1be0912034c7af3a1 with wine-7.0-rc5 (Staging) and WINEARCH=win32
Executing w_do_call mfc42
Executing mkdir -p /home/stnikolas/games/sekiro
Executing load_mfc42
Executing cabextract -q /home/stnikolas/.cache/winetricks/vcrun6/vcredist.exe -d /home/stnikolas/games/sekiro/prefix/dosdevices/c:/windows/system32 -F mfc42*.dll
Executing w_do_call vcrun6
Executing mkdir -p /home/stnikolas/games/sekiro
Executing load_vcrun6
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\imm32.dll") not found
0268:err:module:import_dll Library imm32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\comctl32.dll") not found
0268:err:module:import_dll Library comctl32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\aclui.dll") not found
0268:err:module:import_dll Library aclui.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\combase.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\combase.dll") not found
0268:err:module:import_dll Library combase.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\ole32.dll") not found
0268:err:module:import_dll Library ole32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shcore.dll") not found
0268:err:module:import_dll Library shcore.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shlwapi.dll") not found
0268:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\shell32.dll") not found
0268:err:module:import_dll Library shell32.dll (which is needed by L"C:\windows\system32\start.exe") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\gdi32.dll") not found
0268:err:module:import_dll Library gdi32.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library msvcrt.dll (which is needed by L"C:\windows\system32\advapi32.dll") not found
0268:err:module:import_dll Library advapi32.dll (which is needed by L"C:\windows\system32\rpcrt4.dll") not found
0268:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\windows\system32\setupapi.dll") not found
0268:err:module:import_dll Library setupapi.dll (which is needed by L"C:\windows\system32\user32.dll") not found
0268:err:module:import_dll Library user32.dll (which is needed by L"C:\windows\system32\start.exe") not found
0268:err:module:LdrInitializeThunk Importing dlls for L"C:\windows\system32\start.exe" failed, status c0000135
------------------------------------------------------
warning: vcrun6 installation failed
------------------------------------------------------
[stnikolas @ sekiro]$

winehq logoСлучается, что при установке приложений через wine процесс установки вылетает с ошибкой

Runtime Error (at -1:0):
Cannot Import dll: C:usersuserTempis-VADAE.tmpisskin.dll

Эта проблема решается установкой из winetricks двух доп. пакетов: vcrun6 и mfc42.

sudo aptitude install winetricks
winetricks

Select the default wineprefix → Install a Windows DLL or component → выбираем vcrun6 и mfc42 и нажимаем «OK».

Узнать версию Linux

Все способы узнать версию дистрибутива Linux (а также FreeBSD, MacOS и прочих)

Права на файлы

Права на файлы и папки в Linux, FreeBSD и MacOS

Настоящий интеллект

  • Денис

  • Serafim Urukov

    Подскажите, пожалуйста. У меня не получается установить библиотеку. Что делать?
    Он выдает ошибку: sha1sum mismatch! Rename /home/serafim/.cache/winetricks/vcrun6/vc6redistsetup_enu.exe and try again.

    • arsisnake

      • Артём

  • Юзер Андрюша

    Сайт держу в закладках лисы.Лучший!!! Всегда помогает!

  • veter

    Большое спасибо! Я все никак не мог понять чего не хватает,каких библиотек.Сейчас для игр и их так называемых RePack-oв многие делают
    свои скины,добавляют музыку.От этого и проблемы.

  • Aquila

    Доустановка пакетов не решила проблему.

  • Maruha Starshaya

  • Алексей Кожушко

    Спасибо!!!!!!! Добавление библиотек помогло! Я таки запустил установку Silent Hunter 5! Добавляю сайт в закладки!

  • Имя

  • Александр

    Продолжает помогать. Запустил установку игрухи

  • Марсель

    Спасибо, помогло, я уже дума, что не запущу игру.

Понравилась статья? Поделить с друзьями:
  • Resident evil village как найти покои димитреску
  • Как найти несохраненные данные в ворде
  • Как найти потерянный жемчуг
  • Как найти секретную машину в киберпанке
  • Как найти анонимного отправителя