Hello, i'm having a problem since i downgraded my adobe air to 1.5

I've made a simple box with 1 light and 1 texture map, generated an
AS3 class with the BSP/PVS generator and then coupled the document
class to the .fla.

The away3d source and the Flex 3.5 is coupled properly but now i get
these errors, i didn't get these errors before downgrading to air 2.0,
i'm not good at actionscript so most of it looks like chinese to me.

TypeError: Error #1009: Cannot access a property or method of a null
object reference.
        at away3d.loaders::AWData/linkBSPNodes()
        at away3d.loaders::AWData/prepareData()
        at away3d.loaders::AbstractParser/parseGeometry()
        at away3d.loaders::Loader3D/loadTextures()
        at away3d.loaders::Loader3D$/parse()
        at away3d.loaders::AWData$/parse()
        at MyBSPTree/initAway3D()
        at MyBSPTree/init()
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
        at away3d.loaders::Loader3D/notifySuccess()
        at away3d.loaders::Loader3D/notifyMaterialLibrary()
        at away3d.loaders::Loader3D/onParserComplete()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at away3d.loaders::AbstractParser/notifySuccess()
        at away3d.loaders::AbstractParser/parseNext()
        at away3d.loaders::AbstractParser/update()

Reply via email to