Skip to content
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

Detect if worker SWF is compiled with different CONDIG::debug settings, and show helpful error message. #67

Open
MindScriptAct opened this issue May 24, 2014 · 1 comment

Comments

@MindScriptAct
Copy link
Owner

compiling workers with different debug modes will lead to bad ovveride error crash.
It would be nice in framework could check if both swf files are compiled under same debug mode, and give good error text in case of crash.

@MindScriptAct
Copy link
Owner Author

If you try to load debug module swf from release module - VerifyError will be throwns.

The only way to catch it is to load swf as binary, and then parse its data, and detect debug module.

Examlpe of this : http://stackoverflow.com/questions/3263166/handle-verifyerror-error-1014-when-loading-swfs-using-as3

@MindScriptAct MindScriptAct removed this from the mvcExpress 2.0 RC4 milestone Jun 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant