I made simple app which makes use of compressed textures and now Scout crashes when I open "Stage3D Rendering" view. Crash is not there when I'm using usual bitmaps.
Textures are compressed using on-the-fly DXT compression (creating Texture with Context3DTextureFormat.COMPRESSED_ALPHA and then calling uploadFromBitmapData)