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 518 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

## Problem Description Scout session stops sometimes with error. Usually it happens when some error happens with `Stage3D`/`Context3D`. Tested with multiple AIR versions, even with latest AIR 51.2.1.4 with multiple...

Bug
Platform: Linux

## Problem Description Application doesn't work properly with OS scaling for Linux. Tested with multiple AIR versions, even with latest AIR 51.2.1.4 and AIR 51.2.1.3 with multiple different devices, OS...

Bug
Platform: Linux

After updating one of our iOS apps a few weeks ago using AIR 51.1.3.10, we're seeing some new crashes appear in Xcode Organizer marked as EXC_BAD_ACCESS (SIGSEGV) and SIGNAL 11...

Bug
Platform: iOS

With the new adobe air 51.2.1.3 we are having a lot of this new crash: ``` [split_config.arm64_v8a.apk!libCore.so] SIGSEGV ``` ``` [split_config.armeabi_v7a.apk!libCore.so] SIGSEGV ``` ![Image](https://github.com/user-attachments/assets/21c8ffc0-0b4c-459a-86b4-7f4d47543c8c) ![Image](https://github.com/user-attachments/assets/a09706bf-ec72-4f94-926d-198659ae742e) Stack: ``` *** *** ***...

Bug
Platform: Android

@ajwfrost What are you thoughts on this? https://android-developers.googleblog.com/2025/05/prepare-play-apps-for-devices-with-16kb-page-size.html Is this going to be a problem?

## Problem Description `Event.TEXTURE_READY` not documented in the list of events for `Texture` which necessary for async uploading data to textures. Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/3843 https://github.com/airsdk/Adobe-Runtime-Support/issues/1621 ## Steps to Reproduce https://airsdk.dev/reference/actionscript/3.0/flash/display3D/textures/Texture.html...

Bug

## Problem Description `ErrorEvent` not documented for `Texture`. Right now with async texture loading in Linux you will get error https://github.com/airsdk/Adobe-Runtime-Support/issues/1621: `Error #2044: Unhandled ErrorEvent:. text=Error #3790: Texture upload failed.`...

Bug

## Problem Description `System.processCPUUsage` getter not documented. Related issues: https://tracker.adobe.com/#/view/FP-4198415 https://github.com/airsdk/Adobe-Runtime-Support/issues/3720 ## Steps to Reproduce https://airsdk.dev/reference/actionscript/3.0/flash/system/System.html **Actual Result:** `System.processCPUUsage` getter not documented. **Expected Result:** `System.processCPUUsage` shout be documented or removed.

Bug

First of all, congratulations on all your work with the Linux runtime! We are over-the-moon excited about it! Thank you. ## Problem Description Asynchronous texture uploads fail when using the...

Bug

We use the same code that masking png bitmap movieclip with mc.cacheAsBitmap=true; mcmask.cacheAsBitmap=true; mc.mask=mcmask Lastest version working is 51.0.1

Bug