-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Preview #139
Comments
I've seen this as well - it's actually the Flash runtime crashing, as opposed to a logic error in the Flump exporter itself. That said, I'm not currently able to reproduce it. Are you on a Mac or Windows? What version of AIR do you have installed? |
I'm on OSX 10.9.5, Air Version 16.0.0.245 On Thu, Mar 12, 2015 at 3:08 PM, Tim Conkling [email protected]
|
I wonder if it's based on the number of items, or size of textures, in your project? That's basically the setup I have, but I'm not seeing these crashes for the last number of AIR versions |
I think it has to do with the windows closing, because if I open a new On Thu, Mar 12, 2015 at 4:32 PM, Tim Conkling [email protected]
|
It sounds like it may have to do with how we're disposing of a stage3D context or something. Can you run flump in the debugger to see which call is actually triggering the crash? |
If I open a preview for a file, close the preview windows, and then click the preview button again, Flump crashes.
The text was updated successfully, but these errors were encountered: