dwarfcorp icon indicating copy to clipboard operation
dwarfcorp copied to clipboard

An open-source 3D colony management game for PC, Mac and Linux

Results 89 dwarfcorp issues
Sort by recently updated
recently updated
newest added

Looked at this, and what I'm seeing is that in `CreateEntity` we're getting a crash, either while invoking the entity function, or checking to see if the entity function contains...

Crash
A Bug

https://sentry.io/organizations/cfg/issues/916167930/?project=192119&referrer=github_plugin ``` NullReferenceException: Object reference not set to an instance of an object. File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Voxels\VoxelListPrimitive.cs", line 278, in BuildVoxelGeometry Void BuildVoxelGeometry(DwarfCorp.RawPrimitive, Int32, Int32, Int32, DwarfCorp.VoxelChunk, DwarfCorp.BoxPrimitive, Cache, DwarfCorp.DesignationSet, DwarfCorp.DesignationDrawer, DwarfCorp.WorldManager)...

Crash
A Bug

https://sentry.io/organizations/cfg/issues/905475828/?project=192119&referrer=github_plugin ``` InvalidProgramException: Tried to start game with an empty overworld. This should not happen. File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\World\WorldManager-Loading.cs", line 408, in LoadThreaded Void LoadThreaded() Tried to start game with an empty...

Crash
A Bug

https://sentry.io/cfg/dwarfcorp/issues/772856984/?referrer=github_plugin ``` NullReferenceException: Object reference not set to an instance of an object. File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\GameStates\WorldGeneration\WorldGeneratorPreview.cs", line 426, in RegneratePreviewTexture Void RegneratePreviewTexture() File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\GameStates\WorldGeneration\WorldGeneratorPreview.cs", line 576, in PreparePreview Void PreparePreview(Microsoft.Xna.Framework.Graphics.GraphicsDevice) File...

Crash
A Bug

https://sentry.io/cfg/dwarfcorp/issues/874123246/?referrer=github_plugin ``` TargetInvocationException: Exception has been thrown by the target of an invocation. Module "Newtonsoft.Json.Serialization.JsonContract+c__DisplayClass73_0", line 0, in CreateSerializationCallback { } Void b__0(System.Object, System.Runtime.Serialization.StreamingContext) Module "Newtonsoft.Json.Serialization.JsonContract", line 22, in InvokeOnSerializing...

Saving/Loading
A Bug

https://sentry.io/cfg/dwarfcorp/issues/885777624/?referrer=github_plugin ``` TargetInvocationException: Exception has been thrown by the target of an invocation. File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Entities\EntityFactory.cs", line 88, in Initialize { } DwarfCorp.GameComponent b__1(Microsoft.Xna.Framework.Vector3, DwarfCorp.Blackboard) File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Entities\EntityFactory.cs", line 106, in CreateEntity...

Crash
A Bug

https://sentry.io/cfg/dwarfcorp/issues/868940073/?referrer=github_plugin ``` TargetInvocationException: Exception has been thrown by the target of an invocation. Module "Newtonsoft.Json.Serialization.JsonContract+c__DisplayClass73_0", line 0, in CreateSerializationCallback { } Void b__0(System.Object, System.Runtime.Serialization.StreamingContext) Module "Newtonsoft.Json.Serialization.JsonContract", line 22, in InvokeOnSerializing...

Saving/Loading
Crash
A Bug

The file didn't want to save so I quit the game, after re-entry the save file broke, this happens every day. What is wrong? How do we fix it? [Largeland_717_131940910047737127...

GUI scaling can not be selected. the dropdown always shows 1 (yes with and without auto scale). A number cannot be typed.

https://sentry.io/cfg/dwarfcorp/issues/523931591/?referrer=github_plugin ``` IOException: There is not enough space on the disk. File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\AssetManagement\FileUtils-Binary.cs", line 94, in SaveBinary Boolean SaveBinary[T](T, System.String) File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\AssetManagement\GameSave\SaveGame.cs", line 59, in WriteFile Void WriteFile(System.String) File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\World\WorldManager.cs",...