Not entirely sure what happened, seems to be some sort of memory reading error
Encountered unhandled exception when reading game memory
------EXCEPTIONS------
[0] System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: System
Stacktrace:
at System.Diagnostics.ProcessModule.get_FileName()
at LiveSplit.SourceSplit.Utilities.SourceSplitUtils.IsVACProtectedProcess(Process p)
at LiveSplit.SourceSplit.GameHandling.GameMemory.<>c__DisplayClass84_0.<TryGetGameProcess>b__2(Process p)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at LiveSplit.SourceSplit.GameHandling.GameMemory.TryGetGameProcess(GameState& state_)
at LiveSplit.SourceSplit.GameHandling.GameMemory.MemoryReadThread(CancellationTokenSource cts)
Not entirely sure what happened, seems to be some sort of memory reading error