You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Not entirely sure what happened, seems to be some sort of memory reading error
The text was updated successfully, but these errors were encountered: