I have a multimove cell that i can’t open in RS 5.14.
I get this Exption
RobotStudio .NET exception: Object reference not set to an instance of an object.
Base exception: NullReferenceException
Object reference not set to an instance of an object.
at ABB.Robotics.RobotStudio.Stations.RsTarget.<RobotStudio.API.Internal.IGfxObject.get_Gfx>b__c()
at RobotStudio.API.Internal.GfxData.get_Matrix()
at RobotStudio.Services.Graphics.GfxModel.TraverseGfxTree(IGfxObject gfxObj, Int32 nParent, CBBox* parentBox)
at RobotStudio.Services.Graphics.GfxModel.TraverseGfxTree(IGfxObject gfxObj, Int32 nParent, CBBox* parentBox)
at RobotStudio.Services.Graphics.GfxModel.TraverseGfxTree(IGfxObject gfxObj, Int32 nParent, CBBox* parentBox)
at RobotStudio.Services.Graphics.GfxModel.TraverseGfxTree(IGfxObject gfxObj, Int32 nParent, CBBox* parentBox)
at RobotStudio.Services.Graphics.GfxModel.TraverseGfxTree(IGfxObject gfxObj, Int32 nParent, CBBox* parentBox)
at RobotStudio.Services.Graphics.GfxModel.Update(Boolean full)
at RobotStudio.API.Internal.GfxUpdater.Update(IApiGfxModel gfxModel, TemporaryGraphicCollection tmpGfx)
at ABB.Robotics.RobotStudio.Stations.Forms.GraphicControl.set_RootObject(ProjectObject value)
at ABBInternal.StationManagement.GraphicWindow..ctor(Project project)
at ABBInternal.StationManagement.GraphicWindow..ctor(Station stn, Int32 nLoadView)
at ABBInternal.FileCommands.FileCommandServices.LaunchStationInGui(Station stn, String defaultStationName)
at ABBInternal.FileCommands.FileCommandServices.OpenStation(String fileName, Boolean loadGeometry)
Get same message if i make a pack&Go in 5.13.03 when i unpack it in 5.14.
Whats wrong