A Little Nightmare: VerifyError: Error #1014 with Modules and Spark

Wow. This one is painful. Any help sorely appreciated. It's basically put dev on complete hold.
Using FlashBuilder 4.5.1 with an AIR app having migrated from FlexBuilder 3.0. I just went back to the FB3.0 and i'm currently getting the same errors (which i never used to get when i dealt with modules).
Trying to load modules via the ModuleManager. Had no problem when i used to use FlexBuilder 3.0 (about a year ago) for working in Flash. But now i get the following errors:
VerifyError: Error #1014: Class mx.modules::ModuleBase could not be found. (WHEN TRYING to load a ModuleBase subclass).
VerifyError: Error #1014: Class mx.modules::SkinnableContainer could not be found. (WHEN TRYING to load a spark Module subclass).
I get progress ModuleEvents, but never get to the READY/SETUP state (or those events), because i keep getting these errors.
I have scoured the internet. There is some advice, seems to revolve around SDK/compiler incompatibility, or perhaps setting the AIR xmlns setting in the app's xml file. But all that seems ok....
Some Data:
AIR version xmlns (in air app xml file): 2.6
LIBRARY PATH:
Component Set: MX + Spark
Framework Linkage: Use SDK Default (Merged Into Code)
Build Path libraries: Flex 4.5.1 - E:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1
SDK 4.5.1
COMPILER:
Flex SDK Version: Use Default SDK (currently "4.5.1")
I can only guess that the FlashPlayer that is being accessed (or the AIR Player) is somehow an earlier version that doesn't support modules? How Do i find out what exact FlashPlayer/AIRPlayer is being used?
This is a rather nasty situation. I can't use all the old code i have in modules unless i can access the modules!
Any help VERY appreciated.
Thanks.

Oh, one more note, i believe i have the FlashPlayer version 11 installed. Could that be part of the problem?

Similar Messages

  • VerifyError: Error #1014 (class could not be found)

    I have a Flash Pro CS5 project that I have built some classes for in Flash Builder using some of the mx classes, like ArrayCollection and HTTPService. I have a Flash Project in my Flash Builder 4.0 pointing to the Flash Pro project. I started out by adding the Library Path to the Flex SDK 4.0.0 in my Flash project paths. Things seemed to work fine at first but now I am getting the following error:
    VerifyError: Error #1014: Class mx.collections::ArrayCollection could not be found
    If I change all my ArrayCollections to be just Arrays, then the same error just cascades down the list of "missing" mx classes, like HTTPService, etc. I individually added the the framework.swc, the rpc.swc and even the framework_rb.swc and rpc_rb.swc files to the paths but with the same error results.
    I'm trying to set up a relatively smooth workflow between Flash developers and Flex developers on my team but this is a huge roadblock.
    I have looked all over and not found a good solution for this problem. Can anyone help?
    Dana

    I figured out a solution. It had to do with conflicting or out of order library paths, I think. There were several paths to other projects in the project and Flash Pro global paths. I think some of them are automatically added by either the FP or the FB IDEs. When I removed all of the unnecessary paths, then it compiled just fine.

  • Error while loading services: Failure in Loader: VerifyError: Error #1014

    I have a library that, after it loads, I see this error in the console:
    Failure in Loader: VerifyError: Error #1014: Class mx.collections::ArrayCollection could not be found.
    I had the same problem with another library, except it had a problem with IToken. I got around this problem by changing the default linkage of libraries in build path from external to merge into code. That did not work this time.
    Merging Flex libraries into service libraries does not seem to be anything close to the correct way to deal with this. Besides, it didn't some the problem every time.
    What is the best way to keep these sorts of dependency errors from arising? The RSLs are included with Web apps, but not with libraries.

    I have found what happened.
    I created a library and created a data model within it. I created some entities within the data model. Some of those entities had collections as properties. I created the ActionScript code for the model and the collections were ArrayCollections. I moved the interfaces of the created code to a separate library.
    The interfaces need to be changed from using ArrayCollection to IList. I knew enough about that to change it for the service I was trying to bring into my application. I missed another interface that had ArrayCollections as properties and that caused the error.
    After cleaning up all of the ArrayCollection references from the interface library my service loaded.
    The Hello Gravity video tutorial has a very good explanation on why specific implementations of Flex classes are not used in service interfaces: http://blogs.adobe.com/gravity/2011/09/09/hellogravity-sample-application/

  • My air app gives VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.

    Hi,
    I'm devlopping an air application, MacOSX 10.6.8, flex4.5.1 and air 2.6, suddenly the application will not start anymore, giving the following error:
    VerifyError: Error #1014: Class flash.events::SoftKeyboardEvent could not be found.
              at spark.automation.delegates.components.supportClasses::SparkSkinnableTextBaseAutomationImp l$/init()[E:\dev\4.5.1\frameworks\projects\automation_spark\src\spark\automation\delegates \components\supportClasses\SparkSkinnableTextBaseAutomationImpl.as:73]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2821]
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2729]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx \preloaders\Preloader.as:542]
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    A colleague with the same setup has no problems. Also when i create a new air project in flashbuilder it will not start either, but not throwing the error.
    Anyone with the same problems? Or anyone who knows what might be the cause?
    kind regards,
    Arjen Veneman

    Found the solution.  We had to add swf-version=11 in our flex config.  Odd that we should have to start doing that now all of a sudden (we weren't setting that explicitly before).  Seems like a bug in the SDK.

  • VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi
    In the adobe help there is much talk about AEC and sample codes for AEC.
    I  have downloaded flex sdk 4.5 ,AIR SDK 2.6 which are most recent  builds.Installed Flash player 10.3 and AIR runtime 2.7 release  candidate.
    While using the following code for echo supression:
    var mic:Microphone = Microphone.getEnhancedMicrophone();
    mic  = Microphone.getEnhancedMicrophone(0);
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
    options.autoGain = false;
    options.echoPath = 128;
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options;
    the following error occurs both in Web version as well as AIR version.
    I have included the playerglobal.swc in both the version of applications in the folder frameworks\libs\player\10.3
    In both case it is giving the following error:
    [SWF] AudioChatClient_1.swf - 2,683,701 bytes after decompression
    typecheck AudioChatClient_1/startPubishing()
       outer-scope = [global Object$ flash.events::EventDispatcher$  flash.display::DisplayObject$ flash.display::InteractiveObject$  flash.display::DisplayObjectContainer$ flash.display::Sprite$  mx.core::FlexSprite$ mx.core::UIComponent$  spark.components.supportClasses::SkinnableComponent$  spark.components.supportClasses::SkinnableContainerBase$  spark.components::SkinnableContainer$ spark.components::Application$  spark.components::WindowedApplication$ AudioChatClient_1$]
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      0:debugfile "D:\ECLIPSE_WORKSPACE\FLASH_BUILDER\AudioChat\src;;AudioChatClient_1. mxml"
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      2:debugline 54
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      4:getlocal0
                           [AudioChatClient_1~[O] *[A] *[A]] {} (AudioChatClient_1~[O])
      5:pushscope
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} ()
      6:pushnull
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (null[O])
      7:coerce flash.media::Microphone
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (flash.media::Microphone[O])
      9:setlocal1
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} ()
      10:pushnull
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} (null[O])
      11:coerce flash.media::MicrophoneEnhancedOptions
    VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
        at AudioChatClient_1/__pub_btn_click()[D:\ECLIPSE_WORKSPACE\FLASH_BUILDE R\AudioChat\src\AudioChatClient_1.mxml:144]
    My system specifications are:
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.0
    If possible could you provide the information of AIR SDK 2.7
    Thanks
    Sudhansu Sekhar Rana

    Hi
    me to...
    While using the following code for echo supression:
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    VerifyError: Error #1014: 无法找到类 flash.media::MicrophoneEnhancedOptions。
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.5
    Adobe Flash Player 10.3
    Adobe Flash Media Server 3.5.2
    10.3 playerglobal.swc
      If who have already solved the method, please point out bottom.
         Thanks
    QQ:52275313
    Email:[email protected]

  • OSMF 1.5 - VerifyError: Error #1014: Class org.osmf.media::MediaFactory could not be found.

    Hi
    I'm compiled osmf 1.5 player - OSMFPlayer project for http streaming, using chromeLlibrary and OSMF.swc. I generated OSMFPlayer.swf without any errors, but when I'm trying to use this file I get a lot of errors with the player
    VerifyError: Error #1014: Class org.osmf.media::MediaFactory could not be found.
    VerifyError: Error #1014: Class ILayoutTarget could not be found.
    VerifyError: Error #1014: Class org.osmf.layout::LayoutTargetSprite could not be found.
    etc..
    Can anyone please explain anything I need to do at compile time to get these errors fixed.
    Vishal

    this has been answered here: http://forums.adobe.com/message/3297456

  • Intermittent "VerifyError: Error #1014: Class MyPackage::MyClass could not be found." at runtime.

    VerifyError: Error #1014: Class MyPackage::MyClass could not be found.
    [SWF] DesktopSwf.swf - 3,226,951 bytes after decompression
    My team and I are seeing a high frequency of these errors when running our ActionScript Project.  The package and class referenced in the error switches between roughly a dozen different classes.  At times, I'll go a whole day without running into this.  Other times, I'll lose much of the day to it.  Sometimes a full clean/build causes the error to appear/disappear.  Sometimes restarting FlashBuilder appears to help.  Sometimes deleting and re-importing all project helps.  Sometimes nothing helps but the passage of time.  We've basically resorted to superstition in our attempts to work around this.
    The project is pure ActionScript (no Flex), using Flash Builder 4.7 and AIR SDK 3.7.0 build 1760.  The error occurs on Mac and PC.  The application project depends on a hierarchy of ActionScript Library Projects.  The class being referenced in the error lives in one of these library projects, but not always the same one.  I've tried a couple of different linkage paradigms with the library projects, but it hasn't made a difference.  The error does not occur in builds created by our Ant script.  Our library projects used to be Flex Projects, and we never saw this error.  We believe our problems started after switching to using ActionScript Projects for everything.  We'd prefer not to go back to relying on Flex.
    Has anyone else run into something like this?  Any ideas on what I could try?

    I figured out a solution. It had to do with conflicting or out of order library paths, I think. There were several paths to other projects in the project and Flash Pro global paths. I think some of them are automatically added by either the FP or the FB IDEs. When I removed all of the unnecessary paths, then it compiled just fine.

  • Load swf-version=17 into swf-version=10  -  VerifyError: Error #1014.......

    Hi Guys,
    I have very interesting situation, and I would like to ask you for any help.
    History: I've started the new project for "one" company (my project is small web game). The first and the main requirement for this project was using Stage3D. The company I'm working for, has it's own "SWF-Container" for all projects (about 1000+ small projects). The second requirement was using this "SWF-Container" to load my project inside.
    Main Issue: "SWF-Container" can't be changed/modified (a lot of functionality + a lot of project already online). "SWF-Container" wroted using Flex SDK 3.6 ("A long time ago in a galaxy far, far away...."  ) -swf-version=10. When I'm trying to load the new project ("-swf-version=17") into this old container - I'm receiving the error:
    [Fault] exception, information=VerifyError: Error #1014: Class flash.display::Stage3D could not be found.
    (and I thing the same will be for all new classes like: JSON, Context3D, etc...)
    No errors if I'm opening my project stand-alone.
    My ideas/suggestions:
    1) Ask for new "SWF-Container" - Failed. No resources to support a few "SWF-Container"s.
    2) Ask for change "SWF-Container" to be "-swf-version=17" - Failed. No simple way to change SWF version using Flex SDK 3.6 + a lot of conflicts with current projects (at least global class "JSON").
    3) Find some solution with loading the new SWF to the old SWF - in progress. Currently - with no success.
    Projects:
    I've created two project that simulate my situation: https://drive.google.com/file/d/0Bw4xj8VbNvNuZ1gybzFYcEpkLVk/edit?usp=sharing
    By using next URL you can find ZIP with two FlashDeveloper projects inside:
    a) OldContainer - project that simulate "SWF-Container" (Flex SDK 3.6)
    b) NewGame - project that simulate my new project (Flex SDK 4.6).
    I will be very grateful for any help in finding a solution for this problem.
    With best regards, Vadym.

    Hi kglad,
    Thank you for good point. But there are no way to change current mehanisms to embed/load "SWF-Container".
    Imaging, that "SWF-Container" is not a simple empty SWF, but it's site core, that display in one time a lot of different widgets - small AS3 projects with really different functionality (one of these widgets should be my small game).
    Thanks, Vadym.

  • VerifyError: Error #1014: Class spark.skins::SparkSkin could not be found.

    I keep getting this error with every SDK after and including release 4.0.0.13099.
    I noticed in the release notes that the skins were now included as a Runtime Shared Library (sparkskins.swc). But I don't know how to make the compiler include it when building the app (if that is the problem). Anyway, even if I start with a new project and an empty mxml-file I get the error 1014 above. And it is always followed by this error:
    ReferenceError: Error #1065: Variable _cee9af537b39795a3bd1729ebe7d63f3803fa353596b9c82a79ce2891eb0f825_flash_display_Sprite is not defined.
    How do I solve this?
    I'd be very grateful for any help or clues you can provide.
    I'm running the latest flash player (version 10,0,42,34) and I'm on Win 7 x64.

    Hi,
    If you are using Flash Builder, please go to Project->Properties->Build Path->Library Path->Framework Linkage and select 'Merged into code'.
    This is a known issue:
    http://bugs.adobe.com/jira/browse/SDK-24795
    Hope this helps
    Thanks,
    Balaji

  • VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found.

    When I run project from FB 3, it works but on Double click on
    the .swf gives the error
    VerifyError: Error #1014: Class
    flash.events::NativeWindowBoundsEvent could not be found.
    What is problem and solution of it.
    Thanks

    We had a similar problem in my project.  Took a lot of research and trial and error, but we finally narrowed it down to the resource.properties file.  Turns out that if the file gets too big it causes this problem.  Extending the timeout doesn't help.  You have to break your resource.properties into more granular files to reduce the file size.  This seems to fix the problem.  We have had it happen several times since then and we know how to fix it, so we get it fixed pretty quickly.
    Not sure if this will fix your problem, but it fixed ours.

  • VerifyError: Error #1014: Class flash.display3D::Context3D could not be found.

    Weird. I have the Player Incubator installed (it shows up as "Incubator build" in the bottom left hand corner) in browser, for Flash Builder and for Flash 5. On all of these when I try to run, for example, this source...
    http://blog.kaourantin.net/?p=104&cpage=1#comment-2119
    ....I get error message:
    VerifyError: Error #1014: Class flash.display3D::Program3D could not be found.
    or
    VerifyError: Error #1014: Class flash.display3D::Context3D could not be found (on Away3D examples)
    It compiles fine, but the player doesn't seem to recognise the MoleHill classes.
    Any ideas?
    Thanks,
    Richard

    I ended up running into this issue as well so I wrote a sort of psuedo standalone debugger player. Works perfect, I posted it in a thread here:
    http://forums.adobe.com/thread/798002?tstart=0
    Theres a video tutorial and tons of more nfo on my blog post about it here:
    http://blog.ascensionsystems.ca/?p=147
    And I've also just released the source code for those interested:
    http://blog.ascensionsystems.ca/?p=153
    If you follow the instructions in my blog, you won't get this error anymore and will be able to run/test/debug your movies normally. Hope this is helpful! If you find it to be, tell people so my days' work isn't in vain! lol

  • Problem with modules and ModuleLoader

    Hi everybody,
    i'm facing a real funny problem with modules and
    moduleLoader, i hope
    it's not (only) my fault anyway...
    If i create a normal flex project with fBuilder, i'm able to
    use
    modules in a lot of different ways (as mxml, as as in a
    function etc..)...
    but if i try to use them in my fds application (created with
    fds
    eclipse plugin or as a dataServices project) i can't use
    modules. The compile-time error message is
    always the same:
    Could not resolve <mx:ModuleLoader> to a component
    implementation
    I tried a lot of solutions, paying attention to import all
    the classes, to declaration, naming, positioning
    etc...but nothing changes, this thing is drivining me
    crazy!!!.
    I will appreciate anykind of help.
    TIA
    Fabio

    Any idea?

  • Powershell error while importing module and executing function from module

    powershell error while importing module and executing function from module
    Function called in uncertain order..
    VERBOSE: The 'Function1' command in the MyModule module was imported, but because its name does not include an approved verb, it might be difficult to find. The
    suggested alternative verbs are "Clear, Install, Publish, Unlock".
    VERBOSE: Importing function 'Function1'.
    VERBOSE: The 'Function2' command in the MyModule' module was imported, but because its name does not include an approved verb, it might be difficult to fin
    d. For a list of approved verbs, type Get-Verb.
    VERBOSE: Importing function 'Function2'.

    First of all those errors look more related to HBR, though if it worked before I would restart services then log into the planning app and then try again.
    Have you tried a different form as well one without an ampersand &.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • [SOLVED] Problem with modules and udev

    Hi everybody,
    I've been configuring Arch on my new laptop the last few days and today as I was going to perform the first backup, I noticed that my external HDD does not show up in /dev/ when I plug it in. I figured it could be a problem with udev and the fact that in my /etc/rc.conf I use MOD_AUTOLOAD="no" with an explicit list of MODULES generated with hwdetect (as suggested in the wiki).
    To "solve" this I just changed MOD_AUTOLOAD to "yes" and after a reboot everything worked fine.
    My questions are:
    1) Is it possible to keep that feature (udev detects usb drives and creates the corresponding /dev/sdX) while having MOD_AUTOLOAD="no" ? What is/are the appropriate module(s) I have to put in my MODULES array ?
    2) What other such "basic" MODULES could be very useful that hwdetect does not tell about.
    Sorry for any English mistakes (I'm not a native speaker) and thank you in advance for your help,
    yms
    Last edited by yms (2010-01-06 12:48:20)

    1) Thank you, it works perfectly.
    2) Yes I know the question is weird. The thing is I have no precise idea at the moment and I just wanted to know if there are other very widely used features such as the one described in 1) that hwdetect ommits and that has to be loaded in MODULES.
    Anyway, thank you very much, I consider this matter [solved]

  • Error loading with firefox and sometimes IE

    Hi experts,
    I published about 250 AW 7 learning objects and got a
    frustrating feedback of my students. Most of them are using firefox
    and got a red bar with "error loading" without more information.
    Other students got errors like missing file or wrong length of
    xtras. The same learning objects are running under IE without
    problems.
    Last year I worked with AW65 and had only a few problems with
    my studends.
    I used the default settings for publishing (I changed only
    the window style to"onTop").
    Here is an example "
    http://www.rw-interaktiv.de/aufgliederung_eigenkapitals/aufgliederung_eigenkapitals.htm"
    (its in German).
    Can anybody help? The students should use the learning
    objects for the examination.
    Thank you very much and greetings from Austria.
    Uwe

    Some versions of Firefox will not display the security dialog
    - I don't know
    why. If your students can make sure that your site is a
    trusted site (or the
    whole domain as you have) then it should work without any
    problems.
    Unfortunately without something being trusted in the first
    place your
    program can't make that setting. They'd have to locate the
    file and edit it
    by hand. You could have them load the application one time in
    IE. Have them
    set the domain to trusted when the security dialog appears.
    From then on
    they could use Firefox becuase the trust setting will be
    there. This should
    at least rule out the security dialog being the issue.
    HTH,
    Mike
    ====================
    Mike Baker
    Adobe Community Expert
    [email protected]
    "Paul Swanson" <[email protected]> wrote in
    message
    news:f6e34m$882$[email protected]..
    > Actually, I don't remember seeing the security dialog
    when I first
    launched
    > it yesterday. I didn't get it today, and my AWSHKWV.INI
    file (dated today)
    > has only:
    >
    > # Security settings:
    > VERSION 2
    > Security = TrustOnlyListed
    > WarnNonTrusted = ON
    > WarnTrusted = OFF
    > TrustedSite =
    http://*.harlandds.*
    >
    > So I believe Uwe may have disabled the security dialog.
    Still, I didn't
    get
    > any errors, even after renaming my XTRAS folder. I have
    the 2004 Web
    Player,
    > so maybe that has something to do with it.
    >
    > - Paul
    >
    >
    > "Mark Tomlinson" <[email protected]> wrote in
    message
    > news:f6dvhg$3ri$[email protected]..
    > > gutu1 wrote:
    > > > Thank you for your quick answer. My students
    told me, they installed
    the
    > plugin
    > > > manually. Some got only a red bar with "error
    loading", some got
    errors
    > like
    > > > "file missing or wrong length" for files of
    the xtras. But all xtras
    are
    > on the
    > > > server.
    > > > I told my students to use IE, but many
    students do not want to use
    > IE...
    > > >
    > > > best regrads
    > > > Uwe
    > > >
    > >
    > > So do they see the security dialog generated by
    Authorware when using
    > > FireFox ???
    >
    >

Maybe you are looking for