rainbowcreatures / FlashyWrappers

AIR / Flash video recording SDK
17 stars 10 forks source link

macOS : Error #2123: Security sandbox violation #50

Closed goodintention closed 5 years ago

goodintention commented 5 years ago

Hello, I get security error when calling capture() on macOS? SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: app:/com.rainbowcreatures.FWEncoderANE cannot access null. No policy files granted access. at flash.display::BitmapData/draw() at com.rainbowcreatures::FWVideoEncoder/capture()[/Users/vmmac/Documents/FlashyWrappers/AS3/com/rainbowcreatures/FWVideoEncoder.as:2199]

goodintention commented 5 years ago

This security error occur when capturing StageVideo.

rainbowcreatures commented 5 years ago

This has nothing to do with FW, its policy issue, trying to capture a Bitmap from a different domain probably (another remote possibility might be trying to use the Flash SWC where you should use the ANE, those don't mix well).

Anyway I believe we discussed exactly this issue over e-mail already, so I'll close this.

rainbowcreatures commented 5 years ago

Closing