PureMVC Architects Lounge

PureMVC Manifold => Bug Report => Topic started by: rknaggs on October 24, 2007, 09:19:49



Title: [ DEFUSED ] VerifyError: Error #1014... in Flash CS3
Post by: rknaggs on October 24, 2007, 09:19:49
I'm currently using Flash CS3.  I downloaded PureMVC 1.6, also downloaded the HelloFlash source.  I setup the paths to point to the HelloFlash project folder, also the location for the PureMVC.  It compiles properly (No errors) when you select File -> Publish.  But when you try to run the example (Control+ TestMovie), I get the following error in the output box:

VerifyError: Error #1014: Class org.puremvc.patterns.facade::Facade could not be found.

It all looks right, but not sure why the application won't run.

Ryan.



Title: Re: VerifyError: Error #1014: Class org.puremvc.patterns.facade::Facade could no
Post by: puremvc on October 24, 2007, 11:52:35
Ryan,

I'm not sure which option you took for adding PureMVC to your project path, but the most reliable thing is to add it to the AS3/Classes folder. You should end up with on a typical windows install, for instance:

C:/Program Files/Adobe/Adobe Flash CS3/en/Configuration/ActionScript 3.0/Classes/org/puremvc/*

And you should be adding the source code tree there, not the SWC. That only works for Flex.

-=Cliff>


Title: Re: VerifyError: Error #1014: Class org.puremvc.patterns.facade::Facade could no
Post by: rknaggs on October 29, 2007, 12:01:11
 ;) Thanks, that did the trick.

Ryan.


Title: Re: [ DEFUSED ] VerifyError: Error #1014... in Flash CS3
Post by: puremvc on November 19, 2007, 03:15:26
Definitely make sure the SWC is not in your Actionscript class path (remove altogether if you're using CS3 only).

See the related post in the bug report board: http://forums.puremvc.org/index.php?topic=112.0

-=Cliff>