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
Array dimensions exceeded supported range.
OutOfMemoryException
at System.Collections.Generic.List1.set_Capacity(Int32 value) at System.Collections.Generic.List1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at LogExpert.Classes.TimeSpreadCalculator.DoCalc() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 255
at LogExpert.Classes.TimeSpreadCalculator.WorkerFx() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 198
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()
Important questions
LogExpert Version: 1.9.0 - HIGH DPI
Windows Version: 10
Local file or Network: Local file
Used Columnizer: standard
Is this version specific or a new problem: since 1.9.0
file is open in the background, logexperts runs in the background and starts throwing this exception
The text was updated successfully, but these errors were encountered:
Bug
Array dimensions exceeded supported range.
OutOfMemoryException
at System.Collections.Generic.List
1.set_Capacity(Int32 value) at System.Collections.Generic.List
1.EnsureCapacity(Int32 min)at System.Collections.Generic.List`1.Add(T item)
at LogExpert.Classes.TimeSpreadCalculator.DoCalc() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 255
at LogExpert.Classes.TimeSpreadCalculator.WorkerFx() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 198
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()
Important questions
file is open in the background, logexperts runs in the background and starts throwing this exception
The text was updated successfully, but these errors were encountered: