Is this specific to 4.12? Can you try with an older compiler/sdk? Compile with the -link-report option to see if the compiler is linked in that icon and the player can't find it or if it didn't get linked in at all.
BTW, Tree_folderOpenIcon is a default icon for an mx:Tree. Do you have an mx:Tree in your app? -Alex On 3/10/14 9:52 AM, "Tom Chiverton" <[email protected]> wrote: >I'm compiling our app on Linux: >../../apache-flex-4.12/apache-flex-sdk-4.12.0-bin/bin/mxmlc >-compiler.library-path+=../flex-libs/ -output >../webroot/bin/ReportsLayoutCore.swf -debug=true -incremental=true >ReportsLayoutCore.mxml > >And it's fine the first time (or if I set incremental=false). If I touch >a file and then run the command again, then load the .swf, I get > >An ActionScript error has occurred: >ReferenceError: Error #1065: Variable Tree_folderOpenIcon is not defined. > > at flash.display::MovieClip/nextFrame() > at >mx.managers::SystemManager/deferredNextFrame()[/Users/justinmclean/Documen >ts/ApacheFlex4.12.0/frameworks/projects/framework/src/mx/managers/SystemMa >nager.as:286] > at >mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[/User >s/justinmclean/Documents/ApacheFlex4.12.0/frameworks/projects/framework/sr >c/mx/managers/SystemManager.as:2635] > at flash.events::EventDispatcher/dispatchEventFunction() > at flash.events::EventDispatcher/dispatchEvent() > at >mx.preloaders::Preloader/timerHandler()[/Users/justinmclean/Documents/Apac >heFlex4.12.0/frameworks/projects/framework/src/mx/preloaders/Preloader.as: >525] > at flash.utils::Timer/_timerDispatch() > at flash.utils::Timer/tick() > >as if MXMLC has failed to update an included asset or something >somewhere ? We don't have an asset, embeded or not, of that name in our >source. > >Does anyone else see this ? I saw a lot of older 'closed, UTR' issues in >Jira on a similar point. >-- >extravision Signature >*Tom Chiverton* | Lead Developer | Extravision >*T:* 0161 817 2922 | *W:* www.extravision.com ><http://www.extravision.com> | *T:* twitter.com/extravision ><http://twitter.com/extravision> | *E:* [email protected] ><mailto:[email protected]> >. >. > A fresh approach to email marketing > >. >Registered in the UK at : 107 Timber Wharf, 33 Worsley Street, >Manchester, M15 4LD. Registration number: 05017214 VAT: GB 824 5386 19 > >Disclaimer: This e-mail is intended solely for the person to whom it is >addressed and may contain confidential or privileged information. If you >have received it in error please notify us immediately and destroy this >e-mail and any attachments. In addition, you must not disclose, copy, >distribute or take any action in reliance on this e-mail or any >attachments. Any views or opinions presented in this e-mail are solely >of the author and do not necessarily represent those of Extravision Ltd. >E-mail may be susceptible to data corruption, interception, unauthorised >amendment, viruses and delays or the consequences thereof. Accordingly, >this e-mail and any attachments are opened at your own risk. >
