Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.

Results 352 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

## Problem Description In Mac, the frequency of ProgressEvent.SOCKET_DATA event calls is affected by the framerate. For example, if the average framerate is 10 and the socket recv event actually...

Bug

## Feature Description AIR SDK for macOS should allow to add `CFBundleSupportedPlatforms` with `InfoAdditions`. Right now trying to add to manifest `InfoAdditions` section for macOS: ``` CFBundleSupportedPlatforms MacOSX ``` cause...

Feature
Platform: macOS

## Problem Description Using `Stage` methods from native extension cause "`Error #2070: Security sandbox violation`" while `NetStream` in "Data Generation Mode". Happens only with latest AIR 51.0.1.1. Seems broken after...

Bug

## Problem Description `NativeWindow` creation cause crash without adl usage in some cases for some Linux devices. I can reproduce it with making main window visible, turn it to fullscreen...

Bug

## Problem Description `EncryptedLocalStore` doesn't work with Linux devices if AIR application runs under `sudo`. It just throw exception when you try to use it. Tested with latest multiple AIR...

Bug

On ios i was having a problem that any letter I press the selection of texfield select all and make impossible to use the input. ``` _inputField = new TextField();...

Bug

We have tested many versions of Adobe Air for many years and with all of them we have extremely high ANR rate on this CPU type: ARM Cortex-A53 We don't...

Bug

On iPhone 6+ 12.4.2 and iPhone X 13.5.1, using Air 33.1. In iOS Settings I change my language to Chinese, Traditional. flash.system.Capabilities.language returns zh-CN instead of zh-TW. Note that if...

After updating the AIR SDK crashes on ios devices increased tremendously. It crashes randomly even if the app is just open and not being used actively. Crashes occur on different...

Bug

When using NetStream.play(null) using SDK 50.2.4.5, the following error occurs. TypeError: Error #2004: One of the parameters is invalid. at flash.net::NetStream/play() at com.kdmt.common.net::CustomStream/play()[E:\kdmtdev\rtmp\rtmp2http\src\com\kdmt\common\net\CustomStream.as:238] at com.kdmt.common.net::CustomStream/resume()[E:\kdmtdev\rtmp\rtmp2http\src\com\kdmt\common\net\CustomStream.as:186] at com.kdmt.common.player::VideoObj/_seekByTime()[E:\kdmtdev\as3_common\src\com\kdmt\common\player\VideoObj.as:495] at Function/http://adobe.com/AS3/2006/builtin::apply() at...

Bug