2018-06-22, 02:46 AM
My recording service just crashed.
The Event Log has the following:
and
Logs attached with the crash dump file included.
The Event Log has the following:
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="ASP.NET 4.0.30319.0" />
<EventID Qualifiers="49152">1325</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-06-22T02:05:00.000000000Z" />
<EventRecordID>96410</EventRecordID>
<Channel>Application</Channel>
<Computer>Wally</Computer>
<Security />
</System>
- <EventData>
<Data>An unhandled exception occurred and the process was terminated. Application ID: NRecord.exe Process ID: 12856 Exception: System.NullReferenceException Message: Object reference not set to an instance of an object. StackTrace: at Native.HDHomeRunCapture.StopStream(Int32 streamHandle) at NShared.HDHomeRunRecorder.StopStream(Int32 streamHandle) at NShared.RecordingService.WorkerThread() 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) at System.Threading.ThreadHelper.ThreadStart()</Data>
</EventData>
</Event>
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-06-22T02:05:00.000000000Z" />
<EventRecordID>96411</EventRecordID>
<Channel>Application</Channel>
<Computer>Wally</Computer>
<Security />
</System>
- <EventData>
<Data>Application: NRecord.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Native.HDHomeRunCapture.StopStream(Int32) at NShared.HDHomeRunRecorder.StopStream(Int32) at NShared.RecordingService.WorkerThread() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()</Data>
</EventData>
</Event>
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-06-22T02:05:01.000000000Z" />
<EventRecordID>96412</EventRecordID>
<Channel>Application</Channel>
<Computer>Wally</Computer>
<Security />
</System>
- <EventData>
<Data>NRecord.exe</Data>
<Data>1.0.0.0</Data>
<Data>5b11f5b4</Data>
<Data>unknown</Data>
<Data>0.0.0.0</Data>
<Data>00000000</Data>
<Data>c0000005</Data>
<Data>06338533</Data>
<Data>3238</Data>
<Data>01d405ed073924c0</Data>
<Data>C:\Program Files (x86)\NPVR\NRecord.exe</Data>
<Data>unknown</Data>
<Data>ab4b1d60-75c0-11e8-84be-f0795960a8a5</Data>
</EventData>
</Event>
Logs attached with the crash dump file included.