You are not logged in.

#1 2013-02-15 13:32:28

rabcor
Banned
Registered: 2013-02-09
Posts: 500

[Solved]Adobe AIR on 86_64

allright, i'm lost, my goal is to play defenders quest: valley of the forgotten through steam.

I installed this, got into an issue with the non-existant lib32-libxslt, and installed "libxslt" and "perl-xml-libxslt" in a blind hope that that might be the problem, then i disabled the dependency in the PKGBUILD file. and then i also installed this since it seemed like a good idea

then i followed steams idea to symlink the "/opt/adobe-air.../runtimes/Versions/1.0/libCore.so" to "/opt/Adobe\ AIR/Versions/1.0/libCore.so"

i run defenders quest and get this

Running 32-bit AIR on 64-bit systems has not been fully tested. However, Adobe expects 32-bit AIR to run on these systems if they have the required 32-bit libraries and packages installed.

The following instructions describe how to install AIR 1.5 on the 64-bit versions of Ubuntu 7.10, 8.0 and 9.04, Fedora 8 and 10, and openSUSE 11.

[insert links that don't work here]
[ok button]

I can tell what the issue is, the adobe-air-sdk package on AUR is for 32 bit systems apparently and i don't see an Adobe AIR package anywhere for arch that is for a 64-bit system, so what can i do to get past this problem and play my game? how will i make adobe air run?

Edit: Adobe Air can now be installed on a 64 bit wine prefix through winetricks.

Last edited by rabcor (2014-07-22 13:18:09)

Offline

#2 2013-02-17 12:37:27

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: [Solved]Adobe AIR on 86_64

adobe air 64 bit exists for ubuntu fedora and opensuse,


there must be some way to make it work on arch too.:(

Offline

#3 2013-02-17 13:44:15

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: [Solved]Adobe AIR on 86_64

rabcor wrote:

adobe air 64 bit exists for ubuntu fedora and opensuse,

Does it? Adobe AIR was discontinued for Linux as of version 2.6 and as far as I can tell in order to use it I needed to enable [multilib]...

Being forced to use AIR, I installed the Windows version via wine and it seems to be working better (quicker, smoother...) than the late Linux variant.


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#4 2013-02-18 11:01:04

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: [Solved]Adobe AIR on 86_64

yikes using the windows version through wine works for linux native applications?

And yes it does exist.only in version 2.6 tho.

I installed the latest adobe air through wine. but its of no use to me is it... so i'll need the linux version of it sad

Last edited by rabcor (2013-02-18 12:09:09)

Offline

#5 2013-02-19 11:28:28

blargh
Member
Registered: 2011-06-15
Posts: 5

Re: [Solved]Adobe AIR on 86_64

I got it fixed by following this link: http://steamcommunity.com/app/218410/di … 328661743/

Basically what you need to do is:
Install https://aur.archlinux.org/packages/adobe-air-sdk/
ln -s /opt/adobe-air-sdk/runtimes/air/linux/Adobe\ AIR /opt/Adobe\ AIR
mkdir -p ~/.appdata/Adobe/AIR
echo 2 > ~/.appdata/Adobe/AIR/eulaAccepted

Then try again. Hope it helps!

Offline

#6 2013-02-20 10:12:40

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: [Solved]Adobe AIR on 86_64

Thanks a whole lot! you saved me smile

Last edited by rabcor (2013-02-20 10:49:04)

Offline

#7 2013-06-28 10:54:54

folletto
Member
From: Poland
Registered: 2009-03-31
Posts: 26

Re: [Solved]Adobe AIR on 86_64

Thanks! Works like a charm!

Offline

#8 2014-06-08 02:53:17

inukaze
Banned
From: Venezuela
Registered: 2011-05-06
Posts: 16
Website

Re: [Solved]Adobe AIR on 86_64

Thanks a Lot for the Instruction for a Adobe Air Installation in 64 Bits, i has make it , with the info you gave

sudo mkdir -p /tmp/AdobeAir-SDK && cd /tmp/AdobeAir-SDK
sudo wget http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2
sudo tar xfvj AdobeAIRSDK.tbz2
sudo mv AdobeAIRSDK.tbz2 /tmp
sudo mkdir -p /opt/adobe-air-sdk/
sudo mv "$PWD"/* /opt/adobe-air-sdk/
sudo ln -s "/opt/adobe-air-sdk/runtimes/air/linux/Adobe AIR" "/opt/Adobe AIR"
mkdir -p ~/.appdata/Adobe/AIR
echo 2 > ~/.appdata/Adobe/AIR/eulaAccepted

and Ready , its working big_smile

Last edited by inukaze (2015-03-01 00:22:57)

Offline

#9 2014-06-08 12:27:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved]Adobe AIR on 86_64

How are these instructions different from https://wiki.archlinux.org/index.php/Adobe_AIR ?

Offline

Board footer

Powered by FluxBB