Running 32-bit AIR 51.2 on 64-bit systems has not been fully tested - I'm getting this message when I run my 64-bit AIR app on 64-bit NixOS and Arch #4032
Unanswered
GeneralVimes
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Seems the same issue with some other OSes (ChromeOS, Arch, ...): #3938 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Installing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I built a Linux version of my game on Virtual Ubuntu 20 using the command:
~/Tools/AIR/AIRSDK_51.2.2/bin/adt -package -tsa none -storetype pkcs12 -keystore "cert/<MyCert>.p12" -storepass <myPass> -target bundle SteampunkIdleSpinnerLinux application.xml -C bin Spinner.swf data -C icons/pc . -extdir ane
The resulting file works well on the virtual Ubuntu. But when I tried to run it on 2 different computers of my friends, one with Arch, another one with NixOS, every time we received a message "Running 32-bit AIR 51.2 on 64-bit systems has not been fully tested. However, 32-bit AIR is expected to run on 64-bit systems if they have required 32-bit libraries and packages installed. The following links describe how to install or upgrade AIR 51.2 on the 64-bit versions of Ubuntu 9.10, Fedora Core 12 and openSuse 11.4"
So the question is, why is this message shown, if my app is 64-bit, not 32-bit? I also tried to add a key -arch x64, but the result was the same.
The game does not use any anes, the folder ane give in -extdir key is empty.
The app in the question: https://airapport.itch.io/farm-and-mine
If you have Linux, could you please try it on your machine, too?
Beta Was this translation helpful? Give feedback.
All reactions