I have a question about using the sfsClient.getRoomList() function. Has somebody encountered a problem after using function after openspace is initialized?
After updating the list I get following error if I want to move my character:
Code: Select all
TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich.
at it.gotoandplay.smartfoxserver::SmartFoxClient/setUserVariables()
at com.smartfoxserver.openspace::OpenSpace/setMyAvatarUserVariables()
at com.smartfoxserver.openspace::OpenSpace/onNewAvatarPath()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.smartfoxserver.openspace.mvc::IsoEngineModel/startMyAvatarMovement()
at com.smartfoxserver.openspace.mvc::IsoEngineModel/onPathFound()
at com.smartfoxserver.openspace.map.pathfind::DefaultPathFinder/search()
at com.smartfoxserver.openspace.map::PathFinderNodesManager/searchPath()
at com.smartfoxserver.openspace.mvc::IsoEngineModel/setMovementByTile()
at com.smartfoxserver.openspace.mvc::MouseController/onMouseClick()
Thanks, trispo