distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

NativeMaps IDS_CONSOLE_SANDBOX error iOS 8.1.1 #299

Closed harry248 closed 8 years ago

harry248 commented 9 years ago

NativeMaps (v.2.2.6.iOS.2.2) runs fine as long as I don't call destroyMap(). Shortly after I get the following error:

[trace] IDS_CONSOLE_SANDBOX [trace] IDS_CONSOLE_SECURITY_CONTEXT [trace] Uncaught error 0 ArgumentError: Error #3672: Buffer creation failed. Internal error. [Fault] exception, information=ArgumentError: Error #3672: Buffer creation failed. Internal error.

Using latest AIR Beta SDK 16 (Build 222) and direct render mode. If I don't call destroyMap() and just hide it, the error does not occur. Of course this is not the correct solution.

koriner commented 9 years ago

Does this crash your app, or are you just seeing this in the output logs?

harry248 commented 9 years ago

It crashed the app but with the "Starling wake up" fix you provided it at least keeps running.