jweigelt/swbf2admin

StatsCreateGame NullPtr

jweigelt opened this issue · 0 comments

[1/3/2018 10:11:22 AM] DEBUG | Closing game 69 (dea1c_1flag). Final score: 5/1
[1/3/2018 10:11:22 AM] DEBUG | Registering new game (tat2g_eli)

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at SWBF2Admin.Database.SQLHandler.InsertGame(GameInfo game) in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\Database\SQLHandler.cs:line 652
at SWBF2Admin.Runtime.Game.GameHandler.StatsCreateGame(String map, String mode) in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\Runtime\Game\GameHandler.cs:line 105
at SWBF2Admin.Runtime.Game.GameHandler.Rcon_GameEnded(Object sender, EventArgs e) in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\Runtime\Game\GameHandler.cs:line 66
at SWBF2Admin.ComponentBase.<>c__DisplayClass16_0.b__0() in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\ComponentBase.cs:line 62
at SWBF2Admin.Scheduler.SchedulerTask.Run() in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\Scheduler\SchedulerTask.cs:line 17
at SWBF2Admin.Scheduler.TaskScheduler.DoWork() in D:\Softwareentwicklung\Projekte\SWBF2Admin\SWBF2Admin\SWBF2Admin\Scheduler\TaskScheduler.cs:line 108
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()