Linux mint runtime error

Ошибка wine runtime error

В 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. Там все скачивается и устанавливается.

Здравствуйте жители LOR-а, ни стого ни с сего после запуска игры под wine при запуске отдельного её элемента стала выскакивать ошибка:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: Путь к эзешнику
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information.
Я пытался установить пакет Microsoft Visual C++ 2005-2008-2010, но почему-то не получалось, проблема не решалась.
Вот что пишется в консоли при запуске игры:

[spvl@tau Mount and Blade]$ wine mount&blade.exe wine: Unhandled page fault on write access to 0x00549000 at address 0x7bc4afaf (thread 0029), starting debugger. wine: Call from 0x7b83a1d3 to unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent, aborting wine: Unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent called at address 0x7b83a1d3 (thread 0030), starting debugger. wine: Call from 0x7b83a1d3 to unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent, aborting wine: Call from 0x7b83a1d3 to unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent, aborting fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\Device\ScsiPort0" 1 0x53e724 0x53e728 fixme:ntoskrnl:IoAllocateErrorLogEntry stub: 0x6832c5c0, 48 fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot fixme:win:LockWindowUpdate (0x20030), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! fixme:advapi:GetCurrentHwProfileA (0x9a2f9c8) semi-stub fixme:win:EnumDisplayDevicesW ((null),0,0x9a2f5fc,0x00000000), stub! fixme:win:LockWindowUpdate (0x10076), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! fixme:win:EnumDisplayDevicesW ((null),0,0x9a2e2fc,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x9a2e20c,0x00000000), stub! fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category not found fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category not found err:avicap:query_video_device /dev/video0: Querying failed: Not a V4L compatible device fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category not found fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category not found fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. fixme:d3d:resource_check_usage Unhandled usage flags 0x8. 

В общем дело в том, что я не могу установить пакет Microsoft Visual C++ 2005-2008-2010 на 64-bit, помогите пожалуйста не понимаю что делать (как установить).

Читайте также:  Балансировка нагрузки linux виды

Level 3

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

WINE Runtime Error — isskin.dll issue.

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

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.

Level 3

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

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).

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

Level 3

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

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.

Moderator

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

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

Level 3

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

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

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

Читайте также:  Команда проверки дисков linux

Level 3

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

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

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

John Drescher

Источник

Linux Mint Forums

Forum rules
There are no such things as «stupid» questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

runtime error

Post by moheganer2 » Mon Jul 23, 2007 3:45 pm

using WINE I have been using Emule for about a month with no problems.Today every time I try to open it I get a message Runtime Error and it will not work. i have tried reinstalling but I always get that message.Anyone have a similar problem?

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Post by Husse » Tue Jul 24, 2007 9:53 am

I don’t use Wine but I can tell you that if the same thing appears after reinstalling the error is outside the application, most likely a config file somewhere.
Try to backtrack what you did just before it stopped working and look in your home directory for some hidden files that affects wine and/or emule (may be some in /etc)

Читайте также:  Linux command to install app

Post by hairy_Palms » Tue Jul 24, 2007 11:46 am

worse case scenario, just go to your home folder show hidden files and delete .wine, then wine will be back to its ‘clean’ state and you can reinstall emule.

Post by Husse » Tue Jul 24, 2007 5:39 pm

Thanks — I had no idea what Wine leaves in /home
Seems easy enough unless there’s a lot of apps in Wine

Re: runtime error

Post by alexa2121 » Mon Mar 02, 2020 9:35 pm

Источник

Оцените статью
Adblock
detector