Ansys starting problem
System.NullReferenceException: Object reference not set to an instance of an object.
at Ans.EngineeringData.Commands.LibraryManager.LoadLibraries(IQueryContext contextToQuery, Boolean userLibrary)
at Ans.EngineeringData.Commands.LibraryManager.Initialize(CommandContext cmdContext)
at Ans.EngineeringData.Commands.InitializeEngineeringDataLibrary.ExecuteInitialize(CommandContext context)
at Ans.EngineeringData.Commands.InitializeEngineeringDataLibrary.Execute(CommandContext context)
at Ans.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ans.Core.Commands.CommandFailedException: Object reference not set to an instance of an object.
Command: EngData.InitializeEngineeringDataLibrary(Name="Engineering Data 1")
at Ans.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
at Ans.Core.Commands.Core.OutputArgBase.Wait()
at Ans.Core.Commands.Output`1.Get()
at Ans.ProjectSchematic.Data.ComponentTemplateEntity.Create(CommandContext context, String withName, DataReference inSystem, List`1 UpstreamContainers, Dictionary`2 systemProperties)
at Ans.ProjectSchematic.Commands.CreateComponentFromTemplateCommand.Execute(CommandContext context)
at Ans.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ans.Core.Commands.CommandFailedException: Object reference not set to an instance of an object.
Command: CreateComponentFromTemplate(Template="/Schematic/ComponentTemplate:EngDataCellTemplate", Name="Engineering Data", System="/Schematic/System:SYS", UpstreamComponent=[], AllSystemProperties={"SystemType": ["Harmonic Response (ANSYS)"], "SystemTypeAbbreviation": ["SYS"], "Solver": ["", "ANSYS"], "PhysicsType": ["Structural"], "AnalysisType": ["Harmonic"], "SolverType": ["ANSYS"], "SystemTypeName": ["Harmonic Response (ANSYS)"], "UniqueSystemDir": ["SYS"]})
at Ans.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
at Ans.Core.Commands.Core.OutputArgBase.Wait()
at Ans.ProjectSchematic.DataHandling.ProjectWrapper.CreateCellFromTemplate(ICellTemplate template, String name, ISystem inSystem, Dictionary`2 sources, Dictionary`2 systemProperties)
at Ans.ProjectSchematic.DataHandling.SystemBuilder.doInsertNewCell(ICellTemplate newCellTemplate, String name, ICell beforeCell, Dictionary`2 cellSources)
at Ans.ProjectSchematic.DataHandling.SystemCreation.doCreateSystem(String name, ISystemTemplate sysTemplate, ISystem posBySys, PositionType posType, GetShareableCellCB getShareable, GetDuplicatableCellCB getDuplicatable, GetSourcesCB getSources, PostCreateCB postProcessing, Boolean skipPostCreateSteps, Dictionary`2 createdCellsByTypeAbbreviation)
at Ans.ProjectSchematic.DataHandling.SystemCreation.CreateSystem(String name, ISystemTemplate sysTemplate, IList`1 cellsToShare, IList`1 cellsToUse, ISystem systemToPositionBy, PositionType posType, Boolean createPreceding)
at Ans.ProjectSchematic.Commands.CreateSystemCommand.Execute(CommandContext context)
at Ans.Core.Commands.Concurrency.CommandWorkUnit.executeInContext(CommandContext subContext, IExecutionEngineCallback tracer)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.doExecute(IExecutionEngineCallback executionEngine, CommandContext subContext)
at Ans.Core.Commands.Concurrency.BaseWorkUnit.Execute(IExecutionEngineCallback executionEngine, Boolean dontCatchExceptions)
--- Ans.Core.Commands.CommandFailedException: Object reference not set to an instance of an object.
Command: CreateSystem(Template="/Schematic/Template:Harmonic Response (ANSYS)")
at Ans.Core.Commands.CommandAsyncResult.Wait(Int32 milliSecondsTimeout, Boolean exitContext)
at Ans.Core.Commands.CommandAsyncResult.Wait()
at Ans.ProjectSchematic.Commands.CreateSystemCommand.InvokeAndWait(ICommandContext context, DataReference template, String name, List`1 cellsToShare, List`1 dataTransferFrom, List`1 dataTransferTo, Nullable`1 position, DataReference relativeTo)
at Ans.ProjectSchematic.Presentation.Schematic.AddSystemFromTemplate(ICommandContext commandContext, SystemTemplate src, SystemBlock fromSystem, List`1 cellsToShare, SystemBlock positionSystem, Nullable`1 positionType)
at Ans.ProjectSchematic.TemplateToolboxModel.<>c__DisplayClass3.<OnEntryDoubleClicked>b__0()
at Ans.UI.UIManager.InvokeOperationCore(String pseudoname, OperationDelegate callback, Boolean allowOSMessages)