2015-11-23, 03:25 AM
I'm on version 3.5.7. Nothing seemed very interesting in the NRecord.log. Let me know if you want any other log information...
Code:
Application ID: NRecord.exe
Process ID: 6328
Exception: System.InvalidOperationException
Message: Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously.
StackTrace: at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.set_Item(Object key, Object value)
at NUtility.SettingsHelper.GetSetting(String xpath, String defaultValue)
at NShared.RecordingService.EPGUpdaterThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
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)