Runtime error at 1 0 cannot import dll isskin dll

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

Лечим довольно распространённую ошибку при запуске в 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. Там все скачивается и устанавливается.

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

WINE Runtime Error — isskin.dll issue?!?

Hi guys,

For some reason, certain window’s .exe installers give the following error:

Code: Select all

Runtime Error (at - 1:0):

Cannot Import dll:C:usersxxxTempis-00IEG.tmpisskin.dll

This error has occurred while attempting to install certain applications/games…any idea what this is referring to?

The help appreciated, as usual. ;)

r2rX :D

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post

by r2rX » Mon Jul 05, 2010 4:38 am

Update:

When launching one program’s installer, that complains about isskin.dll, I browse to WINE’s (Windows) Temp folder and I copy the isskin.dll into the System32 folder; then I register it WINE’s DLL Override section (setting it to native, builtin).

It still doesn’t work.

Now i’m at a loss as where to continue…

r2rX :)

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post

by r2rX » Mon Jul 05, 2010 5:32 am

I don’t know why I cannot edit my posts…..so pardon me for posting again.

I’ve encountered this thread:

http://ubuntuforums.org/showpost.php?p= … stcount=26

Which suggested a potential fix for this problem….but, unfortunately, it still prevails.

r2rX :)

User avatar

dimesio

Moderator
Moderator
Posts: 13143
Joined: Tue Mar 25, 2008 10:30 pm

Post

by dimesio » Mon Jul 05, 2010 8:48 am

What version of Wine? If it’s not the latest development release, upgrade and test in a clean wineprefix (no winetricks, nothing else installed). If that doesn’t fix it, run it from a terminal and post whatever messages appear. http://wiki.winehq.org/FAQ#run_from_terminal

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post

by r2rX » Mon Jul 05, 2010 10:02 am

I’m using Wine 1.2 rc5, tested it vanilla as well as with winetricks.

r2rX :)

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post

by r2rX » Mon Jul 05, 2010 12:44 pm

Code: Select all

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

Hope this helps. :)

r2rX :D

John Drescher

WINE Runtime Error — isskin.dll issue?!?

Post

by John Drescher » Mon Jul 05, 2010 1:32 pm

On Mon, Jul 5, 2010 at 1:44 PM, r2rX <wineforum-user@winehq.org> wrote:

Code:
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

winetricks vcrun6sp6

John

r2rX

Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post

by r2rX » Mon Jul 05, 2010 8:32 pm

Working perfect now. Thanks alot, John. :)

r2rX :D

Willemoes

Newbie
Newbie
Posts: 2
Joined: Sun Dec 18, 2011 9:16 am

Post

by Willemoes » Sun Jun 03, 2012 3:02 pm

Incredibly AWESOME! It worked!!

Thanks a lot

User avatar

DanKegel

Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post

by DanKegel » Sun Jun 03, 2012 4:01 pm

‘winetricks mfc42’ should also work.

k0enf0rNL

Newbie
Newbie
Posts: 1
Joined: Thu Aug 30, 2012 1:51 am

Re: WINE Runtime Error — isskin.dll issue?!?

Post

by k0enf0rNL » Thu Aug 30, 2012 1:55 am

hello
i got this terminal code when I typed: winetricks vcrun6sp6

Code: Select all

koen@konst-thuis:~$ winetricks vcrun6sp6
Executing w_do_call vcrun6sp6
Executing load_vcrun6sp6
Executing mkdir -p /home/koen/.cache/winetricks/vcrun6sp6
Executing cabextract -q /home/koen/.cache/winetricks/vcrun6sp6/Vs6sp6.exe -d /home/koen/.wine/dosdevices/c:/windows/temp/_vcrun6sp6 -F vcredist.exe
Executing rm -f /home/koen/.wine/dosdevices/c:/windows/syswow64/comcat.dll
Executing rm -f /home/koen/.wine/dosdevices/c:/windows/syswow64/msvcrt.dll
Executing rm -f /home/koen/.wine/dosdevices/c:/windows/syswow64/oleaut32.dll
Executing rm -f /home/koen/.wine/dosdevices/c:/windows/syswow64/olepro32.dll
Executing rm -f /home/koen/.wine/dosdevices/c:/windows/syswow64/stdole2.tlb
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Executing cabextract -q vcredist.exe -d /home/koen/.wine/dosdevices/c:/windows/syswow64 -F mfc42u.dll

can someone help me with this?

Mosika

Level 1
Level 1
Posts: 6
Joined: Tue Feb 12, 2013 4:41 pm

Re:

Post

by Mosika » Tue Feb 12, 2013 4:44 pm

r2rX wrote:

Code: Select all

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

Hope this helps. :)

r2rX :D

Hee dude.. I am a noob with codes etc. how do i have to use this code to let the wine works fine ?? and what is winetricks… please help me, cause i need it. thanks

Mosika

Level 1
Level 1
Posts: 6
Joined: Tue Feb 12, 2013 4:41 pm

Re: WINE Runtime Error — isskin.dll issue?!?

Post

by Mosika » Tue Feb 12, 2013 4:48 pm

Guys,

I i have the same problem.. and i see that some of you got wine works.. please tell what to do with codes and winetricks etc.
i need it.. and yeah i am a noob with codes.cheats.

thanks alot.

User avatar

dimesio

Moderator
Moderator
Posts: 13143
Joined: Tue Mar 25, 2008 10:30 pm

Mosika

Level 1
Level 1
Posts: 6
Joined: Tue Feb 12, 2013 4:41 pm

Re: WINE Runtime Error — isskin.dll issue?!?

Post

by Mosika » Wed Feb 13, 2013 9:25 am

After i open setup.exe with wine.. he give me error:

Runtime Error (at — 1:0):

Cannot Import dll:C:usersxxxTempis-00IEG.tmpisskin.dll

Soo… what do i have to do now.. please dont give me codes without explanation.

examply i dont understand what u mean with install winetricks while u give me codes…huhh.. Explain me step by step what to do.. please

User avatar

dimesio

Moderator
Moderator
Posts: 13143
Joined: Tue Mar 25, 2008 10:30 pm

Re: WINE Runtime Error — isskin.dll issue?!?

Post

by dimesio » Wed Feb 13, 2013 9:38 am

Mosika wrote:btw I use Mac.. and i want to instal ReFX Nexus 2.2

So why have you resurrected an old thread in the Linux subforurm that has nothing to do with what you are trying to do?

Start a new thread in the Mac subforum with all the details of your specific problem.

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! Добавляю сайт в закладки!

  • Имя

  • Александр

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

  • Марсель

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

Решение проблемы с isskin.dll в Wine в MacOS и Linux

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

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

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

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

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

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

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

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

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

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

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

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

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

Источник

Wine runtime error at 1 0 cannot import dll utf8 isskin dll

Post by r2rX » Sun Jul 04, 2010 5:56 pm

For some reason, certain window’s .exe installers give the following error:

This error has occurred while attempting to install certain applications/games. any idea what this is referring to?

The help appreciated, as usual.

r2rX

Post by r2rX » Mon Jul 05, 2010 4:38 am

When launching one program’s installer, that complains about isskin.dll, I browse to WINE’s (Windows) Temp folder and I copy the isskin.dll into the System32 folder; then I register it WINE’s DLL Override section (setting it to native, builtin).

It still doesn’t work.

Now i’m at a loss as where to continue.

r2rX

Post by r2rX » Mon Jul 05, 2010 5:32 am

I don’t know why I cannot edit my posts. so pardon me for posting again.

I’ve encountered this thread:

Which suggested a potential fix for this problem. but, unfortunately, it still prevails.

r2rX

Post by dimesio » Mon Jul 05, 2010 8:48 am

Post by r2rX » Mon Jul 05, 2010 10:02 am

I’m using Wine 1.2 rc5, tested it vanilla as well as with winetricks.

r2rX

WINE Runtime Error — isskin.dll issue.

Post by John Drescher » Mon Jul 05, 2010 10:14 am

So post the terminal output.

Post by r2rX » Mon Jul 05, 2010 12:44 pm

Hope this helps.

r2rX

WINE Runtime Error — isskin.dll issue.

Post by John Drescher » Mon Jul 05, 2010 1:32 pm

Code:
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

Post by r2rX » Mon Jul 05, 2010 8:32 pm

Working perfect now. Thanks alot, John.

r2rX

Post by Willemoes » Sun Jun 03, 2012 3:02 pm

Incredibly AWESOME! It worked!!

Post by DanKegel » Sun Jun 03, 2012 4:01 pm

Источник

Kubuntu 15.10 | Wine | cannot import dll :isskin.dll

error in installing game mafia2-black box.

1 Answer 1

The error message: cannot import dll :isskin.dll is created through the missing dll library. on a baremetal wine install its installed with winetricks through the console by executing
winetricks vcrun6sp6 .

In playonlinux you can install libraries when creating or editing a VM — the library name to install to solve the issue is vcrun6.

Same for directX — the game installer of direcX 9c did not work, thus i skipped it on the second try.

The playonlinux library d3dx9 seemed to work as the game started and i was able to play. The physx game installer did work.

Wine version tested is 1.9.7 on a x64 VM manually created with playonlinux. To install a custom version of Wine with playonlinux go to «top menu» -> tools -> «Manage Wine Versions» -> select x86 or x64 as per your needs and proceed with the desired version.

To edit the installed libraries, wine settings and versions of an existing VM for to «Configure» on the second bar menu in playonglinux.

To create teh desired custom VM go to: «Install» on the second bar menu and navigate to the lower left corner to «Install a non-listed program» — > create a new VM and checkmark «Use another version of wine» and «install some libraries» — proceed as described above.

When closing the game you often receive a message that the game has crashed which is bogus as you just closed it 🙂

This should work for most applications — as there are many settings as the wine version and libraries working together its a tricky territory — i fiddled it by just trying out — in the end i would have installed a windows dualboot with ubuntu in the same amount of time.

The OS was Kubuntu 15.10 and playonlinux from the repositories.

Источник

Войти

173 people online

Follow us

Реклама

Партнёры

Форум

Runtime Error: Cannot Import . /isskinu.dll

Dragon’s Prophet installation

Автор Replies
nrgbar Sunday 19 May 2013 at 0:13
nrgbar

I have just downloaded Play on Mac a few hours ago for being able to download and use the client of Dragon’s Prophet (a MMORPG).
However, when I try running the downloaded Installer/Patcher .exe file, it prompts an error message stating:

Runtime Error (at -1:0):

Error in POL_Wine

Wine seems to have crashed

I have so far not been able to find a solution to this. Google suggests it is because of Wine having a problem and to resolve it, I would need to use WineTricks.
Is there another solution to this and if not how do I do this WineTricks stuff?

Edited by nrgbar

Ronin DUSETTE Sunday 19 May 2013 at 4:54 Ronin DUSETTE nrgbar Sunday 19 May 2013 at 6:56 nrgbar

[05/18/13 23:53:07] — Running wine- —version (Working directory : /Users/Oli/Library/PlayOnMac)

Date: 05/18/13 23:53:07

Darwin Olis-MacBook-Pro.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7

> glxinfo \| grep rendering

direct rendering: Yes

> glxinfo \| grep renderer

OpenGL renderer string: AMD Radeon HD 6490M OpenGL Engine

> OpenGL libs (Direct rendering testing)

[05/18/13 23:53:08] — This is a 32bits prefix!

[05/18/13 23:53:11] — Running wine- cmd /c echo %ProgramFiles% (Working directory : /Users/Oli/Library/PlayOnMac)

[05/18/13 23:53:16] — Running wine- /Users/Oli/Downloads/DragonsProphetDownloader.exe (Working directory : /Users/Oli/Library/PlayOnMac)

fixme:process:SetProcessDEPPolicy (1): stub

fixme:process:SetProcessDEPPolicy (1): stub

err:module:import_dll Library MFC42u.DLL (which is needed by L»C:\\users\\Oli\\Temp\\is-VMPT6.tmp\\isskinu.dll») not found

Edited by nrgbar

Ronin DUSETTE Sunday 19 May 2013 at 19:26 Ronin DUSETTE

[quote]err:module:import_dll Library MFC42u.DLL (which is needed by L»C:\\users\\Oli\\Temp\\is-VMPT6.tmp\\isskinu.dll») not found[/code]

Its missing that MFC dll.

PlayOnLinux -> Configure -> select the virtual drive for your program -> Install Components tab -> MFC42

Ronin DUSETTE Sunday 19 May 2013 at 20:33 Ronin DUSETTE Ronin DUSETTE Sunday 19 May 2013 at 21:30 Ronin DUSETTE

Edited by petch

nrgbar Monday 20 May 2013 at 14:05 nrgbar

Cannot Import
dll: C:/users/xxx/Temp/is-I9O45.tmp/isskinu.dll

This is the current debugger output:

[05/19/13 08:47:22] — Running wine- —version (Working directory : /Users/Oli/Library/PlayOnMac)

Date: 05/19/13 08:47:22

Darwin Olis-MacBook-Pro.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7

> glxinfo \| grep rendering

direct rendering: Yes

> glxinfo \| grep renderer

OpenGL renderer string: AMD Radeon HD 6490M OpenGL Engine

> OpenGL libs (Direct rendering testing)

[05/19/13 08:47:22] — This is a 32bits prefix!

[05/19/13 08:47:26] — Running wine- cmd /c echo %ProgramFiles% (Working directory : /Users/Oli/Library/PlayOnMac)

[05/19/13 08:47:30] — Running wine- /Users/Oli/Downloads/DragonsProphetDownloader.exe (Working directory : /Users/Oli/Library/PlayOnMac)

fixme:process:SetProcessDEPPolicy (1): stub

fixme:process:SetProcessDEPPolicy (1): stub

err:module:import_dll Library MFC42u.DLL (which is needed by L»C:\\users\\Oli\\Temp\\is-0UQ9E.tmp\\isskinu.dll») not found

[05/20/13 14:03:36] — —— Starting function POL_Install_mfc42 ——

[05/20/13 14:03:37] — Installing MFC42.DLL

[05/20/13 14:03:38] — —— Starting function POL_SP2_Extract ——

[05/20/13 14:07:00] — —— Ending function POL_SP2_Extract ——

[05/20/13 14:07:00] — —— Starting function POL_SP2_Extract ——

[05/20/13 14:07:02] — —— Ending function POL_SP2_Extract ——

[05/20/13 14:07:02] — Running wine- regsvr32 mfc42.dll (Working directory : /Users/Oli/Library/PlayOnMac/wineprefix/dragons_/drive_c/windows/system32)

Successfully registered DLL mfc42.dll

[05/20/13 14:07:14] — Running wine- regsvr32 mfc42u.dll (Working directory : /Users/Oli/Library/PlayOnMac/wineprefix/dragons_/drive_c/windows/system32)

Successfully registered DLL mfc42u.dll

[05/20/13 14:07:15] — —— Starting function POL_Function_OverrideDLL ——

[05/20/13 14:07:15] — Running wine- regedit /Users/Oli/Library/PlayOnMac//tmp/override-dll.reg (Working directory : /Users/Oli/Library/PlayOnMac/tmp)

[05/20/13 14:07:15] — Content of /Users/Oli/Library/PlayOnMac//tmp/override-dll.reg

[05/20/13 14:07:16] — —— Ending function POL_Function_OverrideDLL ——

[05/20/13 14:07:16] — —— Ending function POL_Install_mfc42 ——

Edit2: Another Update

Running it on a new virtual drive shows a new path to the file

Cannot Import
dll: C:/users/xxx/Temp/is-S72C2.tmp/isskinu.dll

Edited by nrgbar

nrgbar Tuesday 21 May 2013 at 14:28 nrgbar

So I have removed all of my virtual drives now and have set up a new one through the configuration. I have downloaded and installed the suggested mfc42.dll and started the .exe file through the «miscellaneous» tab.

Finally it has started the .exe file now and it seems to be working fine so far.
Thanks guys for your help, it is much appreciated! Keep up the good work 🙂

Ronin DUSETTE Tuesday 21 May 2013 at 17:39 Ronin DUSETTE nrgbar Tuesday 21 May 2013 at 19:03 nrgbar

Allright, so now I got another problem.
It worked fine for the downloader for the client, but now the client demands Windows Vista or higher and I have currently been running Wine for Windows XP (it did not work with another version).
Unfortunately I cannot run Wine in a different version (I have tried Vista, 7 and the latest one) and the debugger said the following:

[05/21/13 14:22:55] — Running wine-1.5.29 —version (Working directory : /Users/Oli/Library/PlayOnMac)
wine-1.5.29

> PlayOnMac Version
4.2.1
> uname -a
Darwin Olis-MacBook-Pro.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7

1/RELEASE_X86_64 x86_64
> lsb_release -a

> wine —version
wine-1.5.29
> POL_WINEVERSION
1.5.29
> WINEPREFIX
/Users/Oli/Library/PlayOnMac//wineprefix/dragons
> Distribution
Lion 10.7.4 (11.4.2)
> glxinfo \| grep rendering
direct rendering: Yes
> glxinfo \| grep renderer
OpenGL renderer string: AMD Radeon HD 6490M OpenGL Engine
> OpenGL libs (Direct rendering testing)

[05/21/13 14:23:15] — Running wine-1.5.29 cmd /c echo %ProgramFiles% (Working directory : /Users/Oli/Library/PlayOnMac)
C:\Program Files

[05/21/13 14:23:45] — —— Starting function POL_Install_mfc42 ——
[05/21/13 14:23:45] — Installing MFC42.DLL
[05/21/13 14:23:45] — —— Starting function POL_SP2_Extract ——
[05/21/13 14:23:48] — —— Ending function POL_SP2_Extract ——
[05/21/13 14:23:48] — —— Starting function POL_SP2_Extract ——
[05/21/13 14:23:50] — —— Ending function POL_SP2_Extract ——
[05/21/13 14:23:50] — Running wine-1.5.29 regsvr32 mfc42.dll (Working directory : /Users/Oli/Library/PlayOnMac/wineprefix/dragons/drive_c/windows/system32)
Successfully registered DLL mfc42.dll
[05/21/13 14:23:53] — Running wine-1.5.29 regsvr32 mfc42u.dll (Working directory : /Users/Oli/Library/PlayOnMac/wineprefix/dragons/drive_c/windows/system32)
Successfully registered DLL mfc42u.dll
[05/21/13 14:23:53] — —— Starting function POL_Function_OverrideDLL ——
[05/21/13 14:23:54] — Running wine-1.5.29 regedit /Users/Oli/Library/PlayOnMac//tmp/override-dll.reg (Working directory : /Users/Oli/Library/PlayOnMac/tmp)
[05/21/13 14:23:54] — Content of /Users/Oli/Library/PlayOnMac//tmp/override-dll.reg
————
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
«*mfc42″=»native»
«*mfc42u»=»native»
————
[05/21/13 14:23:54] — —— Ending function POL_Function_OverrideDLL ——
[05/21/13 14:23:54] — —— Ending function POL_Install_mfc42 ——
[05/21/13 14:24:06] — Running wine-1.5.29 /Users/Oli/Downloads/DragonsProphetDownloader.exe (Working directory : /Users/Oli/Library/PlayOnMac)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:shell:SHAutoComplete stub
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100de enable 0: stub!
fixme:sfc:SfcIsFileProtected (0x0, L»C:\\users\\Oli\\Desktop\\Dragon’s Prophet\\DragonsProphetSetup.exe») stub
fixme:win:WINNLSEnableIME hwnd 0x100de enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100e0 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x100f6 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x1010c enable -1: stub!
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
[05/21/13 18:41:31] — Running wine-1.5.29 winecfg (Working directory : /Users/Oli/Library/PlayOnMac)
[05/21/13 18:55:20] — Running wine-1.5.29 /Users/Oli/Downloads/DragonsProphetDownloader.exe (Working directory : /Users/Oli/Library/PlayOnMac)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:rstrtmgr:RmStartSession 0x508000, 0, 0x508004 stub!
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d074, 0x0 0x33d07c
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d074, 0x0 0x33d07c
wine: Unhandled page fault on read access to 0x00000000 at address 0x7bc46532:0x00678b6d (thread 0025), starting debugger.
[05/21/13 18:55:38] — Running wine-1.5.29 winecfg (Working directory : /Users/Oli/Library/PlayOnMac)
[05/21/13 18:55:59] — Running wine-1.5.29 /Users/Oli/Downloads/DragonsProphetDownloader.exe (Working directory : /Users/Oli/Library/PlayOnMac)
fixme:process:SetProcessDEPPolicy (1): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:rstrtmgr:RmStartSession 0x508000, 0, 0x508004 stub!
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d074, 0x0 0x33d07c
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d074, 0x0 0x33d07c
wine: Unhandled page fault on read access to 0x00000000 at address 0x7bc46532:0x00678b6d (thread 002d), starting debugger.

As far as I have gathered it is a problem with Wine. Am I correct there? Can you guys help me out there?
Thanks 🙂

Ronin DUSETTE Tuesday 21 May 2013 at 22:01 Ronin DUSETTE nrgbar Wednesday 22 May 2013 at 12:16 nrgbar

Well I have managed to run the complete installation now by creating a new virtual drive every time I switched to another .exe file (setup, downloader, updater, etc)

The problem I have now is that as soon as I try to launch the game I get a «catastrophic error»:

Cannot initialize engine, please check Direct3D or driver configuration. Is there a way to solve this through PlayonMac?

Thanks again for the great help so far!

Ronin DUSETTE Wednesday 22 May 2013 at 18:25 Ronin DUSETTE nrgbar Wednesday 22 May 2013 at 22:32 nrgbar

This time I have no idea what it says, but here it is. Thanks for looking at it again 🙂

add new datas to the package — constellation$cst_arbora_15

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_001_urukars_cleave.idx

Run the patch task.

Change the package. datas: dungeon$dgn_001_urukars_cleave

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_001_urukars_cleave.p000

Close the pak handle: dungeon$dgn_001_urukars_cleave , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_001_urukars_cleave.p000 .

add new datas to the package — dungeon$dgn_001_urukars_cleave

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_aishea_catacombs.idx

Run the patch task.

Change the package. datas: dungeon$dgn_002_aishea_catacombs

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_aishea_catacombs.p000

Close the pak handle: dungeon$dgn_002_aishea_catacombs , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_aishea_catacombs.p000 .

add new datas to the package — dungeon$dgn_002_aishea_catacombs

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_consus_cave.idx

Run the patch task.

Change the package. datas: dungeon$dgn_002_consus_cave

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_consus_cave.p000

Close the pak handle: dungeon$dgn_002_consus_cave , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_consus_cave.p000 .

add new datas to the package — dungeon$dgn_002_consus_cave

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_tangaroa_mines.idx

Run the patch task.

Change the package. datas: dungeon$dgn_002_tangaroa_mines

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_tangaroa_mines.p000

Close the pak handle: dungeon$dgn_002_tangaroa_mines , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_002_tangaroa_mines.p000 .

add new datas to the package — dungeon$dgn_002_tangaroa_mines

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_003_juno_gallery.idx

Run the patch task.

Change the package. datas: dungeon$dgn_003_juno_gallery

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_003_juno_gallery.p000

Close the pak handle: dungeon$dgn_003_juno_gallery , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_003_juno_gallery.p000 .

add new datas to the package — dungeon$dgn_003_juno_gallery

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_keep.idx

Run the patch task.

Change the package. datas: dungeon$dgn_004_deiarka_keep

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_keep.p000

Close the pak handle: dungeon$dgn_004_deiarka_keep , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_keep.p000 .

add new datas to the package — dungeon$dgn_004_deiarka_keep

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_prison.idx

Run the patch task.

Change the package. datas: dungeon$dgn_004_deiarka_prison

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_prison.p000

Close the pak handle: dungeon$dgn_004_deiarka_prison , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_deiarka_prison.p000 .

add new datas to the package — dungeon$dgn_004_deiarka_prison

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_temple_silia.idx

Run the patch task.

Change the package. datas: dungeon$dgn_004_temple_silia

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_temple_silia.p000

Close the pak handle: dungeon$dgn_004_temple_silia , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_004_temple_silia.p000 .

add new datas to the package — dungeon$dgn_004_temple_silia

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_005_accursed_tower.idx

Run the patch task.

Change the package. datas: dungeon$dgn_005_accursed_tower

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_005_accursed_tower.p000

Close the pak handle: dungeon$dgn_005_accursed_tower , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_005_accursed_tower.p000 .

add new datas to the package — dungeon$dgn_005_accursed_tower

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_aymori_sands.idx

Run the patch task.

Change the package. datas: dungeon$dgn_006_aymori_sands

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_aymori_sands.p000

Close the pak handle: dungeon$dgn_006_aymori_sands , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_aymori_sands.p000 .

add new datas to the package — dungeon$dgn_006_aymori_sands

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dunar_temple.idx

Run the patch task.

Change the package. datas: dungeon$dgn_006_dunar_temple

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dunar_temple.p000

Close the pak handle: dungeon$dgn_006_dunar_temple , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dunar_temple.p000 .

add new datas to the package — dungeon$dgn_006_dunar_temple

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dyark_tunnels.idx

Run the patch task.

Change the package. datas: dungeon$dgn_006_dyark_tunnels

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dyark_tunnels.p000

Close the pak handle: dungeon$dgn_006_dyark_tunnels , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_dyark_tunnels.p000 .

add new datas to the package — dungeon$dgn_006_dyark_tunnels

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_tanarkin_quarry.idx

Run the patch task.

Change the package. datas: dungeon$dgn_006_tanarkin_quarry

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_tanarkin_quarry.p000

Close the pak handle: dungeon$dgn_006_tanarkin_quarry , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\dungeon$dgn_006_tanarkin_quarry.p000 .

add new datas to the package — dungeon$dgn_006_tanarkin_quarry

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\subzone$sz_apartment_04.idx

Run the patch task.

Change the package. datas: subzone$sz_apartment_04

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\subzone$sz_apartment_04.p000

Close the pak handle: subzone$sz_apartment_04 , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\subzone$sz_apartment_04.p000 .

add new datas to the package — subzone$sz_apartment_04

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\world$kumaza.idx

Run the patch task.

Change the package. datas: world$kumaza

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\world$kumaza.p000

Close the pak handle: world$kumaza , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\world$kumaza.p000 .

add new datas to the package — world$kumaza

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\world$laedis.idx

Run the patch task.

Change the package. datas: world$laedis

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\world$laedis.p000

Close the pak handle: world$laedis , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\world$laedis.p000 .

add new datas to the package — world$laedis

Open the package: C:\Program Files\Dragon’s Prophet\pak\world\world$meinladar.idx

Run the patch task.

Change the package. datas: world$meinladar

Updating the file: C:\Program Files\Dragon’s Prophet\pak\world\world$meinladar.p000

timerfixme:win:EnumDisplayDevicesW ((null),0,0x33df60,0x00000000), stub!
fixme:dxgi:dxgi_device_init Ignoring adapter type.

Close the pak handle: world$meinladar , 0.

Replace the pak: C:\Program Files\Dragon’s Prophet\pak\world\world$meinladar.p000 .

add new datas to the package — world$meinladar

[NET] Timeout socket be deleted!! NetID[ 429 ], Time[ 112063 ]

[NET] Timeout socket be deleted!! NetID[ 430 ], Time[ 111563 ]

[NET] Timeout socket be deleted!! NetID[ 431 ], Time[ 111064 ]fixme:ieframe:ControlSite_OnFocus (0x1d99a4)->(0)
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x2504688)->(0x0)

err:secur32:schan_free_handle Handle 0(0xf0fb08) is not of type 0

Ronin DUSETTE Wednesday 22 May 2013 at 22:40 Ronin DUSETTE nrgbar Wednesday 22 May 2013 at 22:43 nrgbar

Allright some further testing:
If i start it through the «Configuration > Miscellaneous > Run .exe» it returns a «Load MainWnd Error» with the following debugger output (in this case the client does not even start running):

[05/22/13 22:33:46] — Running wine-1.5.29 /Users/Oli/Library/PlayOnMac/wineprefix/dragon/drive_c/Program Files/Dragon’s Prophet/launcher.exe (Working directory : /Users/Oli/Library/PlayOnMac)
fixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_PatchLauncher» L»dir=in» L»program=C:\\Program Files\\Dragon’s Prophet\\launcher.exe» L»action=allow» L»enable=fixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_PatchLauncher» L»dir=out» L»program=C:\\Program Files\\Dragon’s Prophet\\launcher.exe» L»action=allow» L»enablefixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_Client_x86″ L»dir=in» L»program=C:\\Program Files\\Dragon’s Prophet\\dp_x86.exe» L»action=allow» L»enable=yes»
fixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_Client_x86″ L»dir=out» L»program=C:\\Program Files\\Dragon’s Prophet\\dp_x86.exe» L»action=allow» L»enable=yes»fixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_Client_x64″ L»dir=in» L»program=C:\\Program Files\\Dragon’s Prophet\\dp_x64.exe» L»action=allow» L»enable=yes»
fixme:netsh:wmain stub: L»netsh» L»advfirewall» L»firewall» L»add» L»rule» L»name=Dragon_Client_x64″ L»dir=out» L»program=C:\\Program Files\\Dragon’s Prophet\\dp_x64.exe» L»action=allow» L»enable=yes»

Running the .exe file from its directory allows me to start up the client but when i hit «Start Game» the screen turns black for a few seconds and then shows the above mentioned «Catastrophic Error»: «Cannot initialize engine, please check Direct3D or driver configuration.» The debugger returns the following:

o read style_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read style_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Apple Braille»!
fixme:font:get_outline_text_metrics failed to read style_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read style_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read style_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Menlo»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Lucida Grande»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Lucida Grande»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»American Typewriter»!
fixme:font:get_outline_text_metrics failed to read style_nameW for font L»Bank Gothic»!
fixme:font:get_outline_text_metrics failed to read face_nameW for font L»Bank Gothic»!
fixme:font:get_outline_text_metrics failed to read full_nameW for font L»Bank Gothic»!
fixme:wininet:InternetLockRequestFile STUB
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4ca0410)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4ca52a8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4ca5820)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4ca81b8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4ca8f18)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4cac110)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4caca10)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4caf628)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x21f7d8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x4cb0ff8)->()
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4c2aed8)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4ca0ac0)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4ca5680)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4ca4ac0)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4ca85b8)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4ca9318)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4cac510)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4cad0b0)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4cafda0)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4cb0be8)->(0x33de58 0x33de54 0)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4cb1618)->(0x33de58 0x33de54 0)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0xf028b0)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0xf028b0)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x219af0)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x219af0)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_GetContentDisposition (0x4bc7138)->(0x33d8ac)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4bc7138)->(0x33d57b)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3ea5848)->(0x33e46b)
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x4b5e570)->(0x33de58 0x33de54 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4bc7138)->(0x33e46b)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_GetContentLength (0x4c2ad78)->(0x33d98c)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_GetContentLength (0x492fe40)->(0x33d98c)
fixme:t2embed:TTLoadEmbeddedFont (0x33d01c 0x00000001 0x33d020 0x00000004 0x33d024 0x6a44d788 0x33d034 L»ufAXW0QKTDDEWWz8XaAVPPaw==» (null) 0x0) stub
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:HTMLStyle3_get_zoom (0x4c3f4d0)->(0x33b700)
fixme:mshtml:HTMLStyle3_get_zoom (0x4c3a888)->(0x33b700)
fixme:mshtml:HTMLAnchorElement_get_rel (0x4d46a70)->(0x3384f8)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3c67278)->(0x33d9ab)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4ca0410)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4ca0410)->(0x33d7a8)
fixme:t2embed:TTLoadEmbeddedFont (0x33cc2c 0x00000001 0x33cc30 0x00000004 0x33cc34 0x6a44d788 0x33cc44 L»ufbQEcZoQfpU+CuryCW6OM5g==» (null) 0x0) stub
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4ca52a8)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4ca52a8)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4ca5820)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4ca5820)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4ca81b8)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4ca81b8)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4cac110)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4cac110)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4ca8f18)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4ca8f18)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4caca10)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4caca10)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4caf628)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4caf628)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x4cb0ff8)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x4cb0ff8)->(0x33d7a8)
fixme:wininet:InternetLockRequestFile STUB
fixme:mshtml:nsChannel_IsNoCacheResponse (0x21f7d8)->(0x33d7c4)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x21f7d8)->(0x33d7a8)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:HTMLStyle3_get_zoom (0x4ca4a58)->(0x33c270)
fixme:mshtml:HTMLStyle3_get_zoom (0x3d1a970)->(0x33c270)
fixme:mshtml:HTMLAnchorElement_get_rel (0x481e510)->(0x339068)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3d0a1c0)->(0x33e51b)
fixme:win:EnumDisplayDevicesW ((null),0,0x33df60,0x00000000), stub!
fixme:dxgi:dxgi_device_init Ignoring adapter type.

Источник

Вайн не работает

Установлены пакеты wine wine32 . Какие пакеты надо установить или какие команды выполнить, а также почему это вылезает?

Ассоциации у него. ты бы лучше учил матчасть.

Да, это действие потенциально может быть опасно. но ты не понял смысл такой простой команды?

Понял я все, понял. Понял. Успокойтесь.

wine /home/user/Загрузки/sims/setup.exe
002b:err:module:import_dll Library MFC42.DLL (which is needed by L»C:\users\user\Temp\is-INOP2.tmp\isskin.dll») not found

Вот так. Не может найти utf8

Есть ли какой-нибудь готовый набор дллов? И чтобы вайн не вякал

Нужно vcrun6 установить через winetricks.

Поставь lutris и из него уже симсов своих(lutris сам поставит то, чего не хватает для игры)…моды сам руками потом накинешь

Winetricks предлагает мне tor. Интересно, зачем? 🙂
Дизайн, конечно, виндуз 95.
https://i.imgur.com/izMfyly.png шрифт внизу. нету нормальных слов
Сейчас симс не установился.

Как это можно решить?

На ванильном Wine вылазит такая ошибка при установке некоторых репаков.

Установи Wine-Staging — это решит проблему. В родном репозитории Debian его нет, тебе придется либо подключать репозиторий WineHQ (и при этом придется еще решать проблему с пакетом FAudio), либо скачивать Wine-Staging откуда-нибудь еще.

Если не получится установить Wine-Staging, можешь найти и скачать уже установленную/распакованную игру (Origin-Rip).

Не знаю. Вайн не запускает. Есть ещё Оригин Рип, но там и Вайн Рип. И работает он только на 64 битах. Сборка ваша, ну или это ник распространенный.

Произошла ошибка при распаковке

Может, все-таки винду?

Можно Origin-Rip скачать с другого трекера — в нем есть 32-битный исполняемый файл игры. А моя сборка, да, только для 64-битных систем.

Если не получится найти этот рип, могу отправить ссылку в личные сообщения на рутрекере.

Не надо. Там, кстати, траха тоже хватает, с обновлением и всяким.

он бы уже просто ткнул в эту игру и она заработала. обновления отключаются

Винду ПК не держит. Это раз.
Во вторых. Пробовал на другом ПК, так все эти оригинрипы требовали директикс 20. и суперпупермегановую визуальстудио которую я фиг знаю как скачать

В третьих, они не отключаются. Я пробовал всеми способами. Нет. Каждый третий раз, когда я включаю ноут с виндой, он сначала показывает черный экран, а потом говорит: «Работа с обновлениями, не включайте ПК», хотя я на них не подписывался и отписался давно. И это 30 минут, потом два синего экрана пи3деца и наконец то я загрузился в систему. И не факт, что мой Office остался, равно как и Edge. Ваще не факт. Бывает такое, что после обновления с версии X на версию Y (а это две соседние версии) слетает пол системы. Даже ишак и эйдж слетает, так было. Пришлось с другого компа качать все проги.

настройках венды отрубаешь обновления для «metered connection»

потом прописываешь в реестре по пути HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionNetworkListDefaultMediaCost во всех ключах 2, нужно предварительно дать себе права на запись туда

и всё, никаких обновлений, проверено

это для десятки. в более старых вендах тупо отключашь как обычно и всё

это что ещё за выдумки? всё железо делается исключительно под венду и только под ней и тестируется. если это не какоё-нибудь arm, но на нём ты через вайн нипаиграешь всё равно

Железо тестировалось под хрюшу, а я говорю про десятку.

Саму Visual Studio качать не нужно. Нужно Redistributable Packages. Они есть 2005, 2008, 2010, 2012, 2013, 2015-2019. Для x86 и x64 свои версии. Ну и обновы (сервис паки) к ним есть.

DirectX надо поставить offline package 9.0c. Еще не помешает .Net 2.0, 3.0, 3.5, 4. Установка .Net зависит от версии винды. XP не содержит ничего: нужно ставить .Net 3.5 SP1 (он содержит в себе также 2.0 и 3.0) + 4.0. Win7 содержит 2.0-3.5 (не очень свежие, правда), 4.8 надо ставить. Win8-10 наоборот содержит 4.* (но тоже не очень свежий), надо ставить 3.5 SP1 (при этом установщик для XP не подойдет, ставится по запросу онлайн или установщик выковыривать нужно). Также нужно обратить внимание, что offline инсталлеры .Net не требуют интернета только на XP. На необновленной Win7 раньше требовался интернет, чтобы проверить подписи. А в последнее время и это уже не прокатывает, надо поставить какую-то обнову (уже не помню, но могу найти версию). Лучше, конечно, винду обновить полностью, включив Windows Update. Если будет режим ручной, то, чтобы поставились все обновы, надо делать 3 захода. Без обнов IE и софт, использующий системные компоненты для доступа к https, не смогут открыть многие https сайты. Опять же достаточно поставить только последнее накопительное обновление. Но чтобы гарантированно все адреса открывались, лучше поставить все обновления. Этот процесс может затянуться и, если отключится питание, Windows Update может сломаться.

Linux Mate

Linux Mate

Linux Mate запись закреплена

Решение проблемы Isskin.dll

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

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

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

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

Для решения этой проблемы вам нужно лишь выполнить три команды.
sudo apt install winetricks
winetricks mfc42
winetricks vcrun6

Kubuntu 15.10 | Wine | cannot import dll :isskin.dll

enter image description here

The error message: cannot import dll :isskin.dll is created through the missing dll library. on a baremetal wine install its installed with winetricks through the console by executing
winetricks vcrun6sp6 .

In playonlinux you can install libraries when creating or editing a VM — the library name to install to solve the issue is vcrun6.

Same for directX — the game installer of direcX 9c did not work, thus i skipped it on the second try.

The playonlinux library d3dx9 seemed to work as the game started and i was able to play. The physx game installer did work.

Wine version tested is 1.9.7 on a x64 VM manually created with playonlinux. To install a custom version of Wine with playonlinux go to «top menu» -> tools -> «Manage Wine Versions» -> select x86 or x64 as per your needs and proceed with the desired version.

To edit the installed libraries, wine settings and versions of an existing VM for to «Configure» on the second bar menu in playonglinux.

To create teh desired custom VM go to: «Install» on the second bar menu and navigate to the lower left corner to «Install a non-listed program» — > create a new VM and checkmark «Use another version of wine» and «install some libraries» — proceed as described above.

When closing the game you often receive a message that the game has crashed which is bogus as you just closed it 🙂

This should work for most applications — as there are many settings as the wine version and libraries working together its a tricky territory — i fiddled it by just trying out — in the end i would have installed a windows dualboot with ubuntu in the same amount of time.

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Runtime error at 105 784 invalid floating point operation gta san andreas
  • Runtime error an attempt was made to access wizardform before it has been created
  • Runtime error 38446
  • Runtime error at 104 784 invalid floating point operation сталкер
  • Runtime error access violation

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии