Pages: [1]
  Print  
Author Topic: Gaia 3.0.3 Framework (MAC) version  (Read 705 times)
rbfigueira
Gaia Novice
*
Posts: 3


« on: April 15, 2009, 08:01:01 AM »

Hi Friends,

I have one flash website that requires the Gaia 3.0.3 Framework (MAC) version.
If I use the last one I will get errors… I don’t have time or knowledge to makes the fixes.

Please, can anyone send me that file ?

Thanks
Logged
steven
Gaia Author
Administrator
Gaia Evangelist
*****
Posts: 3185


gaiaframework
WWW
« Reply #1 on: April 15, 2009, 10:00:25 AM »

What are the errors you are getting?  Is there a reason you can't update the site to 3.1.0 (make a backup first, hehe)?
Logged

Steven Sacks | Gaia Author
Please support Gaia by donating to the project!  Smiley
rbfigueira
Gaia Novice
*
Posts: 3


« Reply #2 on: April 15, 2009, 10:30:22 AM »

Hi Steven,

Here are the errors:

Gaia Framework (AS3) v3.0.3

param count mismatch
   virt params=2 optional=2 gs::TweenLite/initTweenVals()
   over params=0 optional=0 gs::TweenLite/initTweenVals()
VerifyError: Error #1053: Illegal override of TweenMax in gs.TweenMax.
   at global$init()
   at com.proxml::WorkPage/transitionIn()
   at com.gaiaframework.assets::PageAsset/transitionIn()
   at com.gaiaframework.core::TransitionController/::pageIn()
   at com.gaiaframework.core::TransitionController/::onTransitionInComplete()
   at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at com.gaiaframework.assets::PageAsset/::onTransitionInComplete()
   at com.gaiaframework.assets::PageAsset/transitionIn()
   at com.gaiaframework.core::TransitionController/::pageIn()
   at com.gaiaframework.core::TransitionController/::onTransitionInComplete()
   at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at com.gaiaframework.assets::PageAsset/::onTransitionInComplete()
   at com.gaiaframework.assets::PageAsset/transitionIn()
   at com.gaiaframework.core::TransitionController/::pageIn()
   at com.gaiaframework.core::TransitionController/com.gaiaframework.core::transitionIn()
   at com.gaiaframework.core::SiteController/onTransitionIn()
   at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at com.gaiaframework.core::GaiaHQ/beforeTransitionInDone()
   at com.gaiaframework.core::GaiaHQ/::onEvent()
   at com.gaiaframework.core::GaiaHQ/beforeTransitionIn()
   at com.gaiaframework.flow::FlowManager$/com.gaiaframework.flow::transitionIn()
   at com.gaiaframework.flow::NormalFlow$/com.gaiaframework.flow::afterPreloadDone()
   at com.gaiaframework.flow::FlowManager$/afterPreloadDone()
   at com.gaiaframework.core::GaiaHQ/afterPreloadDone()
   at com.gaiaframework.core::GaiaHQ/::onEvent()
   at com.gaiaframework.core::GaiaHQ/afterPreload()
   at com.gaiaframework.flow::FlowManager$/preloadComplete()
   at com.gaiaframework.core::SiteController/::preloaderEnterFrame()
TypeError: Error #1009: Cannot access a property or method of a null object reference.
   at com.proxml::WorkPage/transitionOut()
   at com.gaiaframework.assets::PageAsset/transitionOut()
   at com.gaiaframework.core::TransitionController/::pageOut()
   at com.gaiaframework.core::TransitionController/com.gaiaframework.core::transitionOut()
   at com.gaiaframework.core::SiteController/onTransitionOut()
   at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at com.gaiaframework.core::GaiaHQ/beforeTransitionOutDone()
   at com.gaiaframework.core::GaiaHQ/::onEvent()
   at com.gaiaframework.core::GaiaHQ/beforeTransitionOut()
   at com.gaiaframework.flow::FlowManager$/com.gaiaframework.flow::transitionOut()
   at com.gaiaframework.flow::NormalFlow$/com.gaiaframework.flow::start()
   at com.gaiaframework.flow::FlowManager$/afterGoto()
   at com.gaiaframework.core::GaiaHQ/afterGotoDone()
   at com.gaiaframework.core::GaiaHQ/::onEvent()
   at com.gaiaframework.core::GaiaHQ/afterGoto()
   at com.gaiaframework.flow::FlowManager$/start()
   at com.gaiaframework.core::SiteController/onGoto()
   at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at com.gaiaframework.core::GaiaHQ/::dispatchGaiaEvent()
   at com.gaiaframework.core::GaiaHQ/beforeGotoDone()
   at com.gaiaframework.core::GaiaHQ/::onEvent()
   at com.gaiaframework.core::GaiaHQ/beforeGoto()
   at com.gaiaframework.core::GaiaHQ/goto()
   at com.gaiaframework.core::GaiaImpl/goto()
   at com.proxml::NavPage/::menuItemClick()

This was done in the "Gaia 3.0.3 Framework" and it works fine.
With the last version 3.1.0 I get this errors!!

Thanks
Logged
steven
Gaia Author
Administrator
Gaia Evangelist
*****
Posts: 3185


gaiaframework
WWW
« Reply #3 on: April 15, 2009, 10:48:51 AM »

You didn't back up the code before you updated?

This is a TweenMax issue.

http://www.gaiaflashframework.com/index.php/topic,1365.0.html

As of Gaia 3.0.4, Gaia comes with the new TweenMax engine which is different than the previous major version of TweenMax.  You can contact Jack Doyle and ask him for the previous version of TweenMax if you like (the one before version 10).
« Last Edit: April 15, 2009, 10:51:10 AM by steven » Logged

Steven Sacks | Gaia Author
Please support Gaia by donating to the project!  Smiley
rbfigueira
Gaia Novice
*
Posts: 3


« Reply #4 on: April 15, 2009, 11:31:16 AM »

Steven,

Backup is my friend  Grin

What files I have to change ? Only that ones that have the name TweenXXXX.as ?

Thanks

[UPDATE]
I have to replace the gs folder Smiley
You have point that in the preview link.

Thanks for all!!
« Last Edit: April 15, 2009, 02:29:26 PM by rbfigueira » Logged
Pages: [1]
  Print  
 
Jump to:  

TinyPortal v1.0 beta 4 © Bloc