I have Abh(light) and the Galactic civil war mod currently activated.
I keep encountering a bug that seems to be the an error with path finding, at least that is what I get from the error log.
Error Log output
Running processes at time of crash: aswidsagent, audiodg, AVGSvc, AVGUI, chrome, Cosmoteer, csrss, ctfmon, dasHost, dllhost, dwm, explorer, fontdrvhost, GoogleUpdate, ibtsiva, Idle, igfxCUIService, igfxEM, igfxHK, igfxTray, jucheck, jusched, lsass, Memory Compression, Microsoft.Photos, MSASCuiL, OneDrive, PresentationFontCache, Registry, RuntimeBroker, SearchFilterHost, SearchIndexer, SearchProtocolHost, SearchUI, SecurityHealthService, sedsvc, services, SgrmBroker, ShellExperienceHost, sihost, smss, spoolsv, Steam, SteamService, steamwebhelper, svchost, SynTPEnh, SynTPEnhService, SynTPHelper, System, TabTip, taskhostw, unsecapp, wininit, winlogon,
System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Pathfind operation failed!
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Pathing.PathManager.FindPath(IntRect start, IntRect end, Boolean useTraffic) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Pathing\PathManager.cs:line 192
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Pathing.PathManager.FindPath(IntVector2D start, Destination end, Boolean useTraffic) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Pathing\PathManager.cs:line 113
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.DestinationHandler.GetNextLocation(Vector2D curLoc, Boolean& arrived) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\DestinationHandler.cs:line 107
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Crewman.Update(Double curCrewTime, Single dt) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Crewman.cs:line 346
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.CrewManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\CrewManager.cs:line 505
06/12/2019 14:54:36 | at Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:line 159
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.<>cDisplayClass185_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1200
06/12/2019 14:54:36 | at System.Threading.Tasks.Parallel.<>cDisplayClass17_01.<ForWorker>b__1()
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
06/12/2019 14:54:36 | --- End of inner exception stack trace ---
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
06/12/2019 14:54:36 | at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action1 localFinally)
06/12/2019 14:54:36 | at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action1 body)
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.ParallelMicroUpdate(IMicroUpdateableSimObject[] array, Int32 startIndex, Int32 count) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1193
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.MicroUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1052
06/12/2019 14:54:36 | at Halfling.Timing.FixedUpdater.Advance(Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 106
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 947
06/12/2019 14:54:36 | at Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 702
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 583
06/12/2019 14:54:36 | at Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1454
06/12/2019 14:54:36 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 211
06/12/2019 14:54:36 | at Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 920
06/12/2019 14:54:36 | at Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 804
06/12/2019 14:54:36 | at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 335
06/12/2019 14:54:36 | at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__48.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 279
06/12/2019 14:54:36 | at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:line 890
06/12/2019 14:54:36 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 195
06/12/2019 14:54:36 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 151
06/12/2019 14:54:36 | ---> (Inner Exception #0) System.InvalidOperationException: Pathfind operation failed!
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Pathing.PathManager.FindPath(IntRect start, IntRect end, Boolean useTraffic) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Pathing\PathManager.cs:line 192
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Pathing.PathManager.FindPath(IntVector2D start, Destination end, Boolean useTraffic) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Pathing\PathManager.cs:line 113
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.DestinationHandler.GetNextLocation(Vector2D curLoc, Boolean& arrived) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\DestinationHandler.cs:line 107
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.Crewman.Update(Double curCrewTime, Single dt) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Crewman.cs:line 346
06/12/2019 14:54:36 | at Cosmoteer.Ships.Crew.CrewManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\CrewManager.cs:line 505
06/12/2019 14:54:36 | at Cosmoteer.Ships.MicroUpdateableShipComponent.Cosmoteer.Simulation.IMicroUpdateableSimObject.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\MicroUpdateableShipComponent.cs:line 159
06/12/2019 14:54:36 | at Cosmoteer.Simulation.SimRoot.<>cDisplayClass185_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1200
06/12/2019 14:54:36 | at System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
06/12/2019 14:54:36 | at System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---