Adobe-Runtime-Support
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.
Hello, We started to use AIR SDK 51.2.1.5 for Windows and see performance degradation and memory leaking that after using our app for some time causes the following error: "Out...
Prints from app running with 51.1.3.10   Prints from same app, just upgrade to 51.1.3.12   The same happens using 51.2 release Also this appears to only happen...
## Problem Description `NativeWindow::minimize()` doesn't work on Linux with fast execution after application start. It just do nothing or immediately "restore" window back. Fullscreen application scaling broken after second screen...
## Problem Description Tested on almost every AIR version, last one too: 51.1.3.12 ## Steps to Reproduce Any Adobe AIR app on some very rare Android TV devices have this...
An error occurred while running ATFView using the following steps.Different errors occurred on two computers.   [atftools_20250623.zip](https://github.com/user-attachments/files/20859537/atftools_20250623.zip) To run ATFViewer on Windows: Perform the following steps as a one...
## Problem Description In `MessageChannel::send()` description missed closing bracket. Related issues: https://github.com/airsdk/Adobe-Runtime-Support/issues/3866 ## Steps to Reproduce https://airsdk.dev/reference/actionscript/3.0/flash/system/MessageChannel.html#send() **Actual Result:** > shareable ByteArray (a ByteArray object with its shareable property set...
## Problem Description Intensive work with `Workers` and `ByteArrays` cause `Error #1000: The system is out of memory.` using ADL. For example if you try to pass ~500 MB `ByteArray`...
## Problem Description `MessageChannel` seems too slow when you try to communicate between `Workers`. When I try to send message from `Worker` to main thread (or vice versa) usually it...
## Problem Description Fullscreen application scaling broken after second screen disconnected using macOS. It happens if application was in fullscreen on screen which disconnected. It will be automatically moved to...
## Problem Description We're having problem with using worker in newest SDK 51.2.1.5 when compiling to Android. When we're starting the Worker with start() it's crashing the app. 100% repetitive....