AdobeAir installation fails

Questions about Wine on Linux
Locked
campus
Level 2
Level 2
Posts: 13
Joined: Wed Apr 22, 2015 11:04 am

AdobeAir installation fails

Post by campus »

I have tried to install Adobe Air, but everytime when I try to install it, Adobe Tells me this message:
"This application requires a version of Adobe AIR which cannot be found. Please download latest version of the runtime from http://www.adobe.com/go/getair, or contact the applicaion author for an updated version."

I have tried download couple of AdobeAir version installers and ran them in wine and still I get always same error.
I have looked from forums and googled many times and I haven't found any working tuts/quides.

AdobeAir installation error log tried install with winetricks

Code: Select all

[campus@pomper /]$ WINEARCH=win32 WINEPREFIX=~/win32 winetricks adobeair
Executing w_do_call adobeair
Executing load_adobeair
Executing wine AdobeAIRInstaller.exe
fixme:console:AttachConsole stub ffffffff
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33fc98, (null), (null), 0x630b1d00): stub
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33fc98, (null), (null), 0x630b1d20): stub
fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500
fixme:console:AttachConsole stub ffffffff
err:module:load_builtin_dll failed to load .so lib for builtin L"mscms.dll": liblcms2.so.2: jaettua objektitiedostoa ei voi avata: Tiedostoa tai hakemistoa ei ole
err:module:import_dll Loading library mscms.dll (which is needed by L"C:\users\campus\Temp\AIR5a20.tmp\Adobe AIR\Versions\1.0\Adobe AIR.dll") failed (error c000007a).
fixme:advapi:EventUnregister deadbeef: stub

Note: command 'wine AdobeAIRInstaller.exe' returned status 4. Aborting.
AdobeAirInstaller.exe error log ran with wine

Code: Select all

[campus@pomper /]$ WINEARCH=win32 WINEPREFIX=~/win32 wine /AdobeAIRInstaller.exe
fixme:console:AttachConsole stub ffffffff
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33fc98, (null), (null), 0x630b1d00): stub
fixme:advapi:RegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33fc98, (null), (null), 0x630b1d20): stub
fixme:advapi:EventRegister {43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500
fixme:console:AttachConsole stub ffffffff
err:module:load_builtin_dll failed to load .so lib for builtin L"mscms.dll": liblcms2.so.2: jaettua objektitiedostoa ei voi avata: Tiedostoa tai hakemistoa ei ole
err:module:import_dll Loading library mscms.dll (which is needed by L"C:\users\campus\Temp\AIR4dc3.tmp\Adobe AIR\Versions\1.0\Adobe AIR.dll") failed (error c000007a).
fixme:advapi:EventUnregister deadbeef: stub
[campus@pomper /]$ fixme:advapi:EventUnregister deadbeef: stub
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: AdobeAir installation fails

Post by dimesio »

I just tested winetricks adobeair in 1.7.41, and it installed just fine in a clean, 32 bit wineprefix.

If you're not using 1.7.41, upgrade, and also make sure you have the latest version of winetricks. Before trying to install again, delete the wineprefix from the failed install and recreate it; for some apps, a failed install can prevent future installs from working in that wineprefix.
campus
Level 2
Level 2
Posts: 13
Joined: Wed Apr 22, 2015 11:04 am

Re: AdobeAir installation fails

Post by campus »

I have updated wine and winetricks but still I got same error, could this be just on archlinux? I tried to winetricks adobeair 64 and 32bit installations
campus
Level 2
Level 2
Posts: 13
Joined: Wed Apr 22, 2015 11:04 am

Re: AdobeAir installation fails

Post by campus »

I made clean wineprefix and tried install Adobe Air to there but with out results. Still same error. I even tried install ie7 because sometimes adobe air needs it. I have been solving all kinda errors and bugs from my League of Legends last week. It's pure pain when you get no any results.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: AdobeAir installation fails

Post by dimesio »

Code: Select all

err:module:load_builtin_dll failed to load .so lib for builtin L"mscms.dll": liblcms2.so.2: jaettua objektitiedostoa ei voi avata: Tiedostoa tai hakemistoa ei ole
Is liblcms2.so.2 installed on your system?
campus
Level 2
Level 2
Posts: 13
Joined: Wed Apr 22, 2015 11:04 am

Re: AdobeAir installation fails

Post by campus »

dimesio wrote:

Code: Select all

err:module:load_builtin_dll failed to load .so lib for builtin L"mscms.dll": liblcms2.so.2: jaettua objektitiedostoa ei voi avata: Tiedostoa tai hakemistoa ei ole
Is liblcms2.so.2 installed on your system?
I only had lib32-lcms-1.19-5, and lcms-1.19-5.

I tough they were newest versions, I installed lib32-lcm2 and lcm2 and now adobe air is successfully installed.
Thank you!
campus
Level 2
Level 2
Posts: 13
Joined: Wed Apr 22, 2015 11:04 am

Re: AdobeAir installation fails

Post by campus »

Greaat! I installed gnutls and samba too and now my LoL client launches too.
Locked