Support | News | Classic | F.A.Q. | Discord | Discussions | Wiki | Roadmap
  • List of Mods
  • Archon Plasma mod v0.9.2 (new Railgun Turret and v13 support)

I have 2 things to say,
1 this is the most amazing thing ever
2 maybe make a railgun thing, it shoots strait and does lots of damage but has a horrendous reload period.

    CaptainDude1000 a railgun would be nice

      simon1954
      Plasma railguns? Hell yeah!

        Love the mod, I haven't tested weapons yet... just the thrusters.

          Archon7th wow, this is a tonne of junk I have wanted to see in a mod for a while, Nice!

            jbox1 Lol

            what ver

              will you make this work with 0.13.0? This mod is amazing.

                ok so some stuff is copied but. it is hard to code some of that stuff... and textures are a pain in the but so i can see why it was copied. Some of the stuff is copied but is used for something totally different, so it is not that bad give the moder a brake... jeze

                GunsForGuns ok so some stuff is copied but. it is hard to code some of that stuff...

                As if that's an excuse?
                Can't say I particularly care about the coding side of things, but what you're saying is just ridiculous.

                GunsForGuns textures are a pain in the but so i can see why it was copied.

                You are part of the issue.

                GunsForGuns it is not that bad

                Again, you are part of the issue.

                GunsForGuns give the moder a brake... jeze

                I stopped pursuing this matter due to a lack of energy, but ignorant posts like yours get me fired up.

                GunsForGuns

                GunsForGuns textures are a pain in the but so i can see why it was copied.

                Excuse me? There are very few scenarios I could think of where copying would not be completely outrageous. Laziness or lack of talent does not allow someone to take someone else's work. In the real world, this is called plagiarism, and in some cases it can be a major offense. It would be a different story if they asked for permission, but clearly they did not.

                GunsForGuns Some of the stuff is copied but is used for something totally differen

                This still doesn't matter. Copying is copying. If someone did this in the real world, they would most likely be sued.

                GunsForGuns so it is not that bad give the moder a brake... jeze

                1- It's pretty bad
                2- Grammar

                ClassicJam ok i see were you are coming form copying is bad but im just trying to be nice is all i like the mod it has some stuff that is unique.

                  Meranera what is wrong now?
                  I remove all your stuff. I am apologize. If I miss something, I can make redraw

                  Archon7th this is amazing, i can't believe such a good mod just appeared. the sprites are so good.
                  edit- oh jez just read through the rest of this... wow... if you need i sprite here's one i made earlier

                    Meranera ClassicJam
                    i can see where @GunsForGuns is coming from with sprites being annoying to make see above /\
                    but i agree that they shouldn't be stolen and i think there should be a list/page of free to use sprites

                    Archon7th Here's a list of the copied files;
                    In folder plasma_beam_turret:
                    Barrel1.png
                    Barrel2.png
                    Barrel3.png
                    Barrel4.png
                    Barrel5.png
                    Barrel6.png
                    Barrel7.png
                    Barrel8.png
                    Barrel9.png
                    Barrel10.png
                    doodads.png
                    lights.png
                    LoadedAmmo1.png
                    LoadedAmmo2.png
                    LoadedAmmo3.png
                    roof.png
                    walls.png

                    In plasma_cannon_turret:
                    lights.png
                    roof.png
                    walls.png

                    And please remove the Ternary folder from your mod.
                    I'm fine with you having it, but not with you redistributing it.

                    Meranera looks like I owerride old version and new mod. Ternary forder removed long time ago but now I see it in archive. All will be completely redraved in next version. Thanks for your patience. It caused by haste and my inattention.

                      MODS ARE ENABLED. THIS CRASH MAY BE CAUSED BY A MOD.
                      PLEASE REPORT IT TO THE CREATOR OF THE MOD.

                      System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: The high parameter must be greater than or equal to the low parameter.

                      Parameter name: high

                      at Halfling.Random.Rand.Int32(Int32 low, Int32 high) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Random\Rand.cs:line 219

                      at Cosmoteer.Ships.Crew.Jobs.IdleJob.TryAssignToStation(Crewman crewman) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\IdleJob.cs:line 186

                      at Cosmoteer.Ships.Crew.Jobs.JobManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\JobManager.cs:line 235

                      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

                      at Cosmoteer.Simulation.SimRoot.<>cDisplayClass155_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1070

                      at System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()

                      at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)

                      at System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )

                      --- End of inner exception stack trace ---

                      at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)

                      at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)

                      at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action`1 localFinally)

                      at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)

                      at Cosmoteer.Simulation.SimRoot.ParallelMicroUpdate(IMicroUpdateableSimObject[] array, Int32 startIndex, Int32 count) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1063

                      at Cosmoteer.Simulation.SimRoot.MicroUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 930

                      at Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 111

                      at Cosmoteer.Simulation.SimRoot.FixedUpdaterFilter(FixedUpdater fixedUpdater) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 859

                      at Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 104

                      at Cosmoteer.Simulation.SimRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 809

                      at Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 701

                      at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 532

                      at Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1133

                      at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 213

                      at Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 807

                      at Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 697

                      at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 334

                      at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 247

                      at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:line 858

                      at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 164

                      at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 117

                      ---> (Inner Exception #0) System.ArgumentOutOfRangeException: The high parameter must be greater than or equal to the low parameter.

                      Parameter name: high

                      at Halfling.Random.Rand.Int32(Int32 low, Int32 high) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Random\Rand.cs:line 219

                      at Cosmoteer.Ships.Crew.Jobs.IdleJob.TryAssignToStation(Crewman crewman) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\IdleJob.cs:line 186

                      at Cosmoteer.Ships.Crew.Jobs.JobManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\JobManager.cs:line 235

                      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

                      at Cosmoteer.Simulation.SimRoot.<>cDisplayClass155_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1070

                      at System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()

                      at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)

                      at System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )<---

                      11/19/2017 19:56:03 | Logging successful initialized.

                      11/19/2017 19:56:03 | .NET Runtime Version: 4.0.30319.42000

                      11/19/2017 19:56:03 | Local: es-CU

                      11/19/2017 19:56:03 | Language: en-US

                      11/19/2017 19:56:03 | Cosmoteer version 0.13.0

                      11/19/2017 19:56:03 | Microsoft Windows 10 Home 64-bit 10.0.15063

                      11/19/2017 19:56:03 | AMD FX(tm)-4350 Quad-Core Processor (4 logical processors)

                      11/19/2017 19:56:03 | 8173.6 MB RAM

                      11/19/2017 19:56:03 | Radeon(TM) RX 460 Graphics (22.19.162.4) (23/4/2017)

                      11/19/2017 19:56:03 | 2048.0 MB VRAM

                      11/19/2017 19:56:03 |

                      11/19/2017 19:56:03 | Loaded app settings.

                      11/19/2017 19:56:03 | Mixpanel Distinct ID: ecc515a1-5ce6-4a37-9703-20e7603179f7

                      11/19/2017 19:56:03 | Process is now DPI-aware.

                      11/19/2017 19:56:03 | Setup default cursor.

                      11/19/2017 19:56:03 | Using display adapter 0

                      11/19/2017 19:56:03 | Created DXGI factory.

                      11/19/2017 19:56:03 | Adapter #0: Radeon(TM) RX 460 Graphics

                      11/19/2017 19:56:03 | Output #0: ACER S271HL (1920x1080)

                      11/19/2017 19:56:03 | Adapter #1: Microsoft Basic Render Driver

                      11/19/2017 19:56:03 | Updated Windows form configuration for resizable windowed.

                      11/19/2017 19:56:03 | Created Windows form.

                      11/19/2017 19:56:03 | Direct3D Feature Level: Level_11_0

                      11/19/2017 19:56:03 | Created Direct3D 11 Device.

                      11/19/2017 19:56:03 | Created swap chain: 1920x1017.

                      11/19/2017 19:56:03 | Created window.

                      11/19/2017 19:56:03 | Created clock.

                      11/19/2017 19:56:03 | Created graphics manager.

                      11/19/2017 19:56:04 | Created XAudio2 device.

                      11/19/2017 19:56:04 | Created audio manager.

                      11/19/2017 19:56:04 | Created input manager.

                      11/19/2017 19:56:04 | Created default font.

                      11/19/2017 19:56:04 | Initial app state is 'MainMenu'

                      11/19/2017 19:56:04 | Initial application settings:

                      11/19/2017 19:56:04 | LastGameVersion:

                      11/19/2017 19:56:04 | InitState: MainMenu

                      11/19/2017 19:56:04 | Language:

                      11/19/2017 19:56:04 | LockCursor: True

                      11/19/2017 19:56:04 | EdgePanMode: Analog

                      11/19/2017 19:56:04 | EdgePanSpeed: 15

                      11/19/2017 19:56:04 | KeyboardPanSpeed: 15

                      11/19/2017 19:56:04 | KeyboardZoomSpeed: 10

                      11/19/2017 19:56:04 | KeyboardRotSpeed: 90°

                      11/19/2017 19:56:04 | EnableMouseWheelZoom: True

                      11/19/2017 19:56:04 | InvertMouseWheelZoom: False

                      11/19/2017 19:56:04 | MouseWheelZoomSpeed: 1.12

                      11/19/2017 19:56:04 | MouseWheelZoomAtCursor: True

                      11/19/2017 19:56:04 | StickyFocus: True

                      11/19/2017 19:56:04 | HighDpiMode: False

                      11/19/2017 19:56:04 | AnimateBackgrounds: True

                      11/19/2017 19:56:04 | FancyParticles: True

                      11/19/2017 19:56:04 | AllowShipDeselection: False

                      11/19/2017 19:56:04 | CtrlSelectsParts: False

                      11/19/2017 19:56:04 | PreferBlueprintMode: False

                      11/19/2017 19:56:04 | BlueprintAutoPause: True

                      11/19/2017 19:56:04 | BuildAutoFocus: True

                      11/19/2017 19:56:04 | BuildAutoRotate: True

                      11/19/2017 19:56:04 | BuildAutoInteriors: True

                      11/19/2017 19:56:04 | PaintAutoFocus: True

                      11/19/2017 19:56:04 | PaintAutoRotate: True

                      11/19/2017 19:56:04 | PaintAllowOverwrite: True

                      11/19/2017 19:56:04 | PaintMirrorMode: False

                      11/19/2017 19:56:04 | RepairAutoFocus: True

                      11/19/2017 19:56:04 | RepairAutoRotate: False

                      11/19/2017 19:56:04 | BuildAllowOverwrite: True

                      11/19/2017 19:56:04 | BuildAutoDoors: True

                      11/19/2017 19:56:04 | BuildEnforceCrewAccess: True

                      11/19/2017 19:56:04 | BuildMirrorMode: False

                      11/19/2017 19:56:04 | GrabLeavesCorridors: True

                      11/19/2017 19:56:04 | RepairAutoDoors: True

                      11/19/2017 19:56:04 | AutoHireCrew: True

                      11/19/2017 19:56:04 | PartToolTips: True

                      11/19/2017 19:56:04 | AutoSave: True

                      11/19/2017 19:56:04 | AutoSavesToKeep: 10

                      11/19/2017 19:56:04 | QuickSavesToKeep: 10

                      11/19/2017 19:56:04 | AutoSaveInterval: 600

                      11/19/2017 19:56:04 | FtlAutoSave: True

                      11/19/2017 19:56:04 | ShowOnShipIndicators: True

                      11/19/2017 19:56:04 | AutoPauseOnLostFocus: True

                      11/19/2017 19:56:04 | ScreenShake: True

                      11/19/2017 19:56:04 | VersionCheckMode: Stable

                      11/19/2017 19:56:04 | EnableMetrics: True

                      11/19/2017 19:56:04 | PreferBorderlessWindowToggle: False

                      11/19/2017 19:56:04 | MasterVolume: 1

                      11/19/2017 19:56:04 | EffectsVolume: 1

                      11/19/2017 19:56:04 | InterfaceVolume: 1

                      11/19/2017 19:56:04 | ShowTutorials: True

                      11/19/2017 19:56:04 | AutoFtlJump: False

                      11/19/2017 19:56:04 | PaintSchemes: System.Collections.Generic.List`1[Cosmoteer.Ships.PaintScheme]

                      11/19/2017 19:56:04 | DefaultBuildTool: Grab

                      11/19/2017 19:56:04 | DefaultDecalTool: Grab

                      11/19/2017 19:56:04 | DontReportErrorsForShips: System.Collections.Generic.HashSet`1[System.String]

                      11/19/2017 19:56:04 | TutorialPageStates: System.Collections.Generic.Dictionary`2[System.String,Cosmoteer.Tutorials.TutorialPageState]

                      11/19/2017 19:56:04 | PlayerColor:

                      11/19/2017 19:56:04 | EnemyColor:

                      11/19/2017 19:56:04 | NeutralColor:

                      11/19/2017 19:56:04 | MiniviewInCombatMode: Auto

                      11/19/2017 19:56:04 | MiniviewNotInCombatMode: Auto

                      11/19/2017 19:56:04 | MiniviewLockRotation: False

                      11/19/2017 19:56:04 | MiniviewSize:

                      11/19/2017 19:56:04 | ShowInteriors: False

                      11/19/2017 19:56:04 | AlwaysShowCommandWidgets: False

                      11/19/2017 19:56:04 | PreferWorldRelativeAttackAngle: False

                      11/19/2017 19:56:04 | PreferWorldRelativeFollowAngle: False

                      11/19/2017 19:56:04 | ShipLibraryLargeIcons: False

                      11/19/2017 19:56:04 | AdHocFormations: False

                      11/19/2017 19:56:04 | EnabledMods: System.Collections.Generic.HashSet`1[System.String]

                      11/19/2017 19:56:04 | DeleteFileOnStartup:

                      11/19/2017 19:56:04 | FeedbackEmail:

                      11/19/2017 19:56:04 | DefaultGameMode:

                      11/19/2017 19:56:04 | DefaultCreativeModeMapSize: 0

                      11/19/2017 19:56:04 | DefaultBountyModeDifficulty: 0

                      11/19/2017 19:56:04 | DefaultBountyModeMapSize: 0

                      11/19/2017 19:56:04 | DefaultBountyModeStarterShip: 0

                      11/19/2017 19:56:04 | WarnOutOfDateGpuDrivers: True

                      11/19/2017 19:56:04 | DefaultMPJoinHostname:

                      11/19/2017 19:56:04 | PlayerName:

                      11/19/2017 19:56:04 | MPColorMode: RandomPerPlayer

                      11/19/2017 19:56:04 | AutoPortForwarding: True

                      11/19/2017 19:56:04 | DisplayPublicIP: True

                      11/19/2017 19:56:04 | Starting main game loop...

                      11/19/2017 19:56:04 | Enabled mods:

                      11/19/2017 19:56:04 | Effects

                      11/19/2017 19:56:04 | Weapons

                      11/19/2017 19:56:04 | Loaded language 'en'.

                      11/19/2017 19:56:06 | Form resized: {Width=0, Height=0}

                      11/19/2017 19:56:06 | Form minimized.

                      11/19/2017 19:56:07 | Output compiling shader 'C:\Users\christopher\Documents\My Games\Cosmoteer\Mods\Weapons\advanced_shield\advanced_shield.shader' (pix):
                      11/19/2017 19:56:07 | C:\Program Files\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
                      11/19/2017 19:56:07 |

                      11/19/2017 19:56:08 | Output compiling shader 'C:\Users\christopher\Documents\My Games\Cosmoteer\Mods\Weapons\Shields\ShieldGenSml\shield.shader' (pix):
                      11/19/2017 19:56:08 | C:\Program Files\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
                      11/19/2017 19:56:08 |

                      11/19/2017 19:56:08 | Output compiling shader 'C:\Users\christopher\Documents\My Games\Cosmoteer\Mods\Weapons\Shields\ShieldGenInt\shield.shader' (pix):
                      11/19/2017 19:56:08 | C:\Program Files\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
                      11/19/2017 19:56:08 |

                      11/19/2017 19:56:08 | Output compiling shader 'C:\Users\christopher\Documents\My Games\Cosmoteer\Mods\Weapons\Shields\ShieldGenLrg\shield.shader' (pix):
                      11/19/2017 19:56:08 | C:\Program Files\Cosmoteer\unknown(20,69-160): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
                      11/19/2017 19:56:08 |

                      11/19/2017 19:56:16 | Loaded game rules.

                      11/19/2017 19:56:21 | Form resized: {Width=1920, Height=1017}

                      11/19/2017 19:56:21 | Form restored.

                      11/19/2017 19:56:23 | Halfling.Serialization.DeserializeException: Deserialization from source "<C:\Program Files\Cosmoteer\Standard Mods\Coconut Mod\mod.txt>/Actions/0/ManyToAdd/0" failed. ---> Halfling.ObjectText.OTNavigateException: Unable to find final target "<Coconut/Coconut.txt>/Part" of Reference at path "<C:\Program Files\Cosmoteer\Standard Mods\Coconut Mod\mod.txt>/Actions/0/ManyToAdd/0".

                      11/19/2017 19:56:23 | at Halfling.ObjectText.OTReferenceNode.FindFinalTarget() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\ObjectText\OTReferenceNode.cs:line 203

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 516

                      11/19/2017 19:56:23 | --- End of inner exception stack trace ---

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 607

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 173

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.FillArrayRanks(Array a, Type elementType, ObjectTextSerializer serializer, IOTNode curNode, List`1 curIndices, Int32 numRanks, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 332

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.FillArrayRanks(Array a, Type elementType, ObjectTextSerializer serializer, IOTNode curNode, List`1 curIndices, Int32 numRanks, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 352

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.Read(ObjectTextSerializer s, IOTNode node, Type type, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 107

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.SpecificDeserializerDeserializationMethod.TryDeserialize(TSerializer s, TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker, Object& obj) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 1972

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 545

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.ReflectiveRead(TSource source, Object target, DeserializationReflectionInfo dri, Boolean forceNoOption, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 681

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.ReflectionContentDeserializationMethod.TryDeserializeContent(TSerializer s, TSource source, Object obj, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 2437

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 583

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 173

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.DerivedTypeDeserializationMethod.TryDeserialize(TSerializer s, TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker, Object& obj) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 2057

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 545

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 173

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.FillArrayRanks(Array a, Type elementType, ObjectTextSerializer serializer, IOTNode curNode, List`1 curIndices, Int32 numRanks, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 332

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.FillArrayRanks(Array a, Type elementType, ObjectTextSerializer serializer, IOTNode curNode, List`1 curIndices, Int32 numRanks, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 352

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.ArraySerializer.Read(ObjectTextSerializer s, IOTNode node, Type type, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\ArraySerializer.cs:line 107

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.SpecificDeserializerDeserializationMethod.TryDeserialize(TSerializer s, TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker, Object& obj) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 1972

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 545

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 173

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.GenericSerialReaderImpl.Read(Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 2606

                      11/19/2017 19:56:23 | at Halfling.Serialization.DefaultSerializers.GenericListSerializer.ReadContent(GenericSerialReader reader, Object obj, Type type, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\DefaultSerializers\GenericListSerializer.cs:line 64

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.GenericDeserializerContentDeserializationMethod.TryDeserializeContent(TSerializer s, TSource source, Object obj, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 2333

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.ReadContent(TSource source, Object target, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 646

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.ReflectiveRead(TSource source, Object target, DeserializationReflectionInfo dri, Boolean forceNoOption, ProgressTracker pt) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 712

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.ReflectionContentDeserializationMethod.TryDeserializeContent(TSerializer s, TSource source, Object obj, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 2437

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker pt, Single weight, String sliceName, TIBaseDeserializer overrideSpecificDeserializer, IGenericDeserializer overrideGenericDeserializer, TIBaseContentDeserializer overrideSpecificContentDeserializer, IGenericContentDeserializer overrideGenericContentDeserializer) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 583

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read(TSource source, Type type, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 173

                      11/19/2017 19:56:23 | at Halfling.Serialization.Base.BaseSerializer`10.Read[T](TSource source, ReadFlags flags, ProgressTracker progressTracker) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Serialization\Base\BaseSerializer.cs:line 185

                      11/19/2017 19:56:23 | at Cosmoteer.Mods.ModInfo.TryLoadMod(String modFolder, Boolean isBuiltIn, ModInfo& modInfo, IList`1 errorList) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Mods\ModInfo.cs:line 121

                      11/19/2017 19:56:29 | Form resized: {Width=0, Height=0}

                      11/19/2017 19:56:29 | Form minimized.

                      11/19/2017 19:57:01 | Form resized: {Width=1920, Height=1017}

                      11/19/2017 19:57:01 | Form restored.

                      11/19/2017 19:57:11 | Loaded game named 'updated'.

                      11/19/2017 19:57:11 | Game pushed onto stack.

                      11/19/2017 19:57:11 | Game mode is: CreativeGameModeManager

                      11/19/2017 20:07:15 | Saved game as "Auto-Save 2017-11-19_20-07-11".

                      11/19/2017 20:17:19 | Saved game as "Auto-Save 2017-11-19_20-17-15".

                      11/19/2017 20:27:22 | Saved game as "Auto-Save 2017-11-19_20-27-18".

                      11/19/2017 20:37:25 | Saved game as "Auto-Save 2017-11-19_20-37-22".

                      11/19/2017 20:47:29 | Saved game as "Auto-Save 2017-11-19_20-47-25".

                      11/19/2017 20:57:32 | Saved game as "Auto-Save 2017-11-19_20-57-29".

                      11/19/2017 21:07:36 | Saved game as "Auto-Save 2017-11-19_21-07-32".

                      11/19/2017 21:17:39 | Saved game as "Auto-Save 2017-11-19_21-17-36".

                      11/19/2017 21:21:13 | Memory usage at time of crash: 2,360,127,488

                      11/19/2017 21:21:13 | Application state stack at time of crash:

                      11/19/2017 21:21:13 | Cosmoteer.Game.GameRoot

                      11/19/2017 21:21:13 | Cosmoteer.Gui.TitleScreen

                      11/19/2017 21:21:13 | FPS at time of crash: 44.96025

                      11/19/2017 21:21:13 | Running processes at time of crash:

                      11/19/2017 21:21:13 | AdobeIPCBroker

                      11/19/2017 21:21:13 | AGSService

                      11/19/2017 21:21:13 | ApplicationFrameHost

                      11/19/2017 21:21:13 | AppVShNotify

                      11/19/2017 21:21:13 | atieclxx

                      11/19/2017 21:21:13 | atiesrxx

                      11/19/2017 21:21:13 | audiodg

                      11/19/2017 21:21:13 | avp

                      11/19/2017 21:21:13 | avpui

                      11/19/2017 21:21:13 | backgroundTaskHost

                      11/19/2017 21:21:13 | browser_broker

                      11/19/2017 21:21:13 | Calculator

                      11/19/2017 21:21:13 | CCLibrary

                      11/19/2017 21:21:13 | CCXProcess

                      11/19/2017 21:21:13 | conhost

                      11/19/2017 21:21:13 | Cosmoteer

                      11/19/2017 21:21:13 | csrss

                      11/19/2017 21:21:13 | DataExchangeHost

                      11/19/2017 21:21:13 | Discord

                      11/19/2017 21:21:13 | dllhost

                      11/19/2017 21:21:13 | dwm

                      11/19/2017 21:21:13 | explorer

                      11/19/2017 21:21:13 | fontdrvhost

                      11/19/2017 21:21:13 | GoogleCrashHandler

                      11/19/2017 21:21:13 | GoogleCrashHandler64

                      11/19/2017 21:21:13 | GSAutoClicker

                      11/19/2017 21:21:13 | HelpPane

                      11/19/2017 21:21:13 | HiPatchService

                      11/19/2017 21:21:13 | Idle

                      11/19/2017 21:21:13 | InstallAgent

                      11/19/2017 21:21:13 | jucheck

                      11/19/2017 21:21:13 | jusched

                      11/19/2017 21:21:13 | ksde

                      11/19/2017 21:21:13 | ksdeui

                      11/19/2017 21:21:13 | lsass

                      11/19/2017 21:21:13 | Memory Compression

                      11/19/2017 21:21:13 | MicrosoftEdge

                      11/19/2017 21:21:13 | MicrosoftEdgeCP

                      11/19/2017 21:21:13 | MSASCuiL

                      11/19/2017 21:21:13 | Music.UI

                      11/19/2017 21:21:13 | node

                      11/19/2017 21:21:13 | notepad

                      11/19/2017 21:21:13 | OfficeClickToRun

                      11/19/2017 21:21:13 | OneDrive

                      11/19/2017 21:21:13 | onenoteim

                      11/19/2017 21:21:13 | RadeonSettings

                      11/19/2017 21:21:13 | Rainmeter

                      11/19/2017 21:21:13 | RAVCpl64

                      11/19/2017 21:21:13 | RemindersServer

                      11/19/2017 21:21:13 | RuntimeBroker

                      11/19/2017 21:21:13 | SearchIndexer

                      11/19/2017 21:21:13 | SearchUI

                      11/19/2017 21:21:13 | SecurityHealthService

                      11/19/2017 21:21:13 | services

                      11/19/2017 21:21:13 | SettingSyncHost

                      11/19/2017 21:21:13 | ShellExperienceHost

                      11/19/2017 21:21:13 | sihost

                      11/19/2017 21:21:13 | SkypeApp

                      11/19/2017 21:21:13 | SkypeHost

                      11/19/2017 21:21:13 | smartscreen

                      11/19/2017 21:21:13 | smss

                      11/19/2017 21:21:13 | spoolsv

                      11/19/2017 21:21:13 | Steam

                      11/19/2017 21:21:13 | SteamService

                      11/19/2017 21:21:13 | steamwebhelper

                      11/19/2017 21:21:13 | svchost

                      11/19/2017 21:21:13 | System

                      11/19/2017 21:21:13 | SystemSettings

                      11/19/2017 21:21:13 | taskhostw

                      11/19/2017 21:21:13 | Video.UI

                      11/19/2017 21:21:13 | wininit

                      11/19/2017 21:21:13 | winlogon

                      11/19/2017 21:21:13 | WinRAR

                      11/19/2017 21:21:13 | WinStore.App

                      11/19/2017 21:21:13 | WmiPrvSE

                      11/19/2017 21:21:13 | WSHelper

                      11/19/2017 21:21:14 | System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: The high parameter must be greater than or equal to the low parameter.

                      11/19/2017 21:21:14 | Parameter name: high

                      11/19/2017 21:21:14 | at Halfling.Random.Rand.Int32(Int32 low, Int32 high) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Random\Rand.cs:line 219

                      11/19/2017 21:21:14 | at Cosmoteer.Ships.Crew.Jobs.IdleJob.TryAssignToStation(Crewman crewman) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\IdleJob.cs:line 186

                      11/19/2017 21:21:14 | at Cosmoteer.Ships.Crew.Jobs.JobManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\JobManager.cs:line 235

                      11/19/2017 21:21:14 | 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

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.<>cDisplayClass155_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1070

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )

                      11/19/2017 21:21:14 | --- End of inner exception stack trace ---

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action`1 localFinally)

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.ParallelMicroUpdate(IMicroUpdateableSimObject[] array, Int32 startIndex, Int32 count) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1063

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.MicroUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 930

                      11/19/2017 21:21:14 | at Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 111

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.FixedUpdaterFilter(FixedUpdater fixedUpdater) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 859

                      11/19/2017 21:21:14 | at Halfling.Timing.FixedUpdater.Update(Time deltaTime, Action action) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Timing\FixedUpdater.cs:line 104

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.DoFixedUpdates() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 809

                      11/19/2017 21:21:14 | at Halfling.Scene.Dim2.SceneRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Scene\Dim2\SceneRoot.cs:line 701

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.Update() in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 532

                      11/19/2017 21:21:14 | at Cosmoteer.Game.GameRoot.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Game\GameRoot.cs:line 1133

                      11/19/2017 21:21:14 | at Halfling.Application.AppStateEx.Halfling.Application.IAppState.Update(StateMethodInvoker updateParent) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\AppStateEx.cs:line 213

                      11/19/2017 21:21:14 | at Halfling.Application.Director.CallUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 807

                      11/19/2017 21:21:14 | at Halfling.Application.Director.DoUpdate() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 697

                      11/19/2017 21:21:14 | at Halfling.Application.Director.<GetRunIterator>d__83.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Director.cs:line 334

                      11/19/2017 21:21:14 | at Halfling.Application.Bases.GenericApp.<ApplicationMainIterator>d__42.MoveNext() in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 247

                      11/19/2017 21:21:14 | at Halfling.Windows.D3D11.D3D11Window.RunGameLoop(String[] args, IEnumerable`1 iterator) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingPlatformWDX\Windows\D3D11\D3D11Window.cs:line 858

                      11/19/2017 21:21:14 | at Halfling.Application.Bases.GenericApp.ApplicationMain(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Application\Bases\GenericApp.cs:line 164

                      11/19/2017 21:21:14 | at Cosmoteer.GameApp.Main(String[] args) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\GameApp.cs:line 117

                      11/19/2017 21:21:14 | ---> (Inner Exception #0) System.ArgumentOutOfRangeException: The high parameter must be greater than or equal to the low parameter.

                      11/19/2017 21:21:14 | Parameter name: high

                      11/19/2017 21:21:14 | at Halfling.Random.Rand.Int32(Int32 low, Int32 high) in C:\Users\Walt\Documents\Code\Cosmoteer\Halfling\HalflingCore\Random\Rand.cs:line 219

                      11/19/2017 21:21:14 | at Cosmoteer.Ships.Crew.Jobs.IdleJob.TryAssignToStation(Crewman crewman) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\IdleJob.cs:line 186

                      11/19/2017 21:21:14 | at Cosmoteer.Ships.Crew.Jobs.JobManager.MicroUpdate(FixedUpdater microUpdater, SimRoot sim) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Ships\Crew\Jobs\JobManager.cs:line 235

                      11/19/2017 21:21:14 | 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

                      11/19/2017 21:21:14 | at Cosmoteer.Simulation.SimRoot.<>cDisplayClass155_0.<ParallelMicroUpdate>b0(Int32 i) in C:\Users\Walt\Documents\Code\Cosmoteer\Source\Simulation\SimRoot.cs:line 1070

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Parallel.<>cDisplayClass17_0`1.<ForWorker>b1()

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)

                      11/19/2017 21:21:14 | at System.Threading.Tasks.Task.<>cDisplayClass176_0.<ExecuteSelfReplicating>b0(Object )<---

                      11/19/2017 21:21:14 |

                      11/19/2017 21:21:15 | Actual data hash: b2fa1bff69d66aa0ee84ec2ade2ed8de

                      11/19/2017 21:21:15 | Expected data hash: b2fa1bff69d66aa0ee84ec2ade2ed8de

                      11/19/2017 21:21:16 | Director received exit call.

                      11/19/2017 21:21:16 | Disposed default font.

                      11/19/2017 21:21:16 | Disposed XA2AudioManager device.

                      11/19/2017 21:21:16 | Disposed audio manager.

                      11/19/2017 21:21:16 | Disposed clock.

                      11/19/2017 21:21:16 | Disposed input manager.

                      11/19/2017 21:21:16 | Disposed graphics manager.

                      11/19/2017 21:21:16 | Disposed swap chain.

                      11/19/2017 21:21:16 | Disposed Direct3D device.

                      11/19/2017 21:21:16 | Disposed DXGI factory.

                      11/19/2017 21:21:16 | Closed Windows form.

                      11/19/2017 21:21:16 | Director received exit call.

                      11/19/2017 21:21:16 | Disposed window.

                      11/19/2017 21:21:16 | Disposed platform interface.

                      11/19/2017 21:21:16 | Closing log output file...

                      cosmoteerguy95
                      that takes up more than half the page -_-

                        cosmoteerguy95 error produced by "Coconut Mod" ... if error aquired after adding of my mod it means they are not compatible. (It is strange I use plasma mod with meny of another mods)
                        I will check it and if it will be confirmed try to fix in next version.