I am working on a decent size flash project and am having random compile problems. Everything was fine till friday and then several develops all had similar problems starting at different times. Here are my two major problems:
-
Compiler produces no errors but swf is a blank screen (just like when there is compile errors but nothing reported). Committing out arbitrary code get things to compile sometime but not always. Put the code back it and it still works, then randomly fails when something else is added.
-
Debugging or code optimization produces “5003: Unknown error generating byte code.” The source varies everytime saying line 1 of a class file.
I am at a complete loss on these two errors. Flash must have some un-documented limits, compiler is not displaying error or I am insane. This happened to code the worked one minute, then produced the two problems randomly. Please help!