NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 30 31 32 33 34 … 433 Next »
Recording Service Crash

Recording Service Crash
seattlefog
Offline

Member

Posts: 61
Threads: 7
Joined: Sep 2016
#1
2019-01-18, 06:59 PM
While watching recordings, the recording service has crashed a couple of times in the last several days. The recordings I was watching were not currently being recorded. I will attempt to attach the log files. A message flashed past too fast to read. It stated something about "remote recording service" (I think). The Windows 10 PC has been rebooted.

Comment: I note the Nextpvr recording service is not set to automatically restart after a failure. Perhaps that would be a good enhancement ... or is there an issue with setting the service to restart after a crash. Thanks for your attention on this matter.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#2
2019-01-18, 09:33 PM
If you create a c:\temp directory, does a c:\temp\crash.mdmp get created when you have a crash? If so, supply it.
seattlefog
Offline

Member

Posts: 61
Threads: 7
Joined: Sep 2016
#3
2019-01-19, 07:59 AM
A c:\temp directory was already present. The only file it contained was a 0 byte (empty) crash.mdmp file from December 7 2018.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,671
Threads: 767
Joined: Nov 2003
#4
2019-01-19, 08:10 AM
Bummer...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#5
2019-01-19, 01:17 PM
Check the windows event viewer for messages.

Martin
seattlefog
Offline

Member

Posts: 61
Threads: 7
Joined: Sep 2016
#6
2019-02-02, 09:46 PM
Log Name: Application
Source: ASP.NET 4.0.30319.0
Date: 1/17/2019 7:42:19 PM
Event ID: 1325
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: kerwinTV
Description:
An unhandled exception occurred and the process was terminated.

Application ID: NRecord.exe

Process ID: 5048

Exception: System.Collections.Generic.KeyNotFoundException

Message: The given key was not present in the dictionary.

StackTrace: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
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()
Event Xml:
<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="2019-01-18T03:42:19.428725600Z" />
<EventRecordID>17441</EventRecordID>
<Channel>Application</Channel>
<Computer>kerwinTV</Computer>
<Security />
</System>
<EventData>
<Data>An unhandled exception occurred and the process was terminated.

Application ID: NRecord.exe

Process ID: 5048

Exception: System.Collections.Generic.KeyNotFoundException

Message: The given key was not present in the dictionary.

StackTrace: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
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>

Log Name: Application
Source: .NET Runtime
Date: 1/17/2019 7:42:19 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: kerwinTV
Description:
Application: NRecord.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Collections.Generic.KeyNotFoundException
at System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(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()


Event Xml:
<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="2019-01-18T03:42:19.428725600Z" />
<EventRecordID>17442</EventRecordID>
<Channel>Application</Channel>
<Computer>kerwinTV</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.Collections.Generic.KeyNotFoundException
at System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].get_Item(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>


Log Name: Application
Source: Application Error
Date: 1/17/2019 7:42:19 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: kerwinTV
Description:
Faulting application name: NRecord.exe, version: 1.0.0.0, time stamp: 0x5be74149
Faulting module name: KERNELBASE.dll, version: 10.0.17134.441, time stamp: 0x3da51fd0
Exception code: 0xe0434352
Fault offset: 0x00111812
Faulting process id: 0x13b8
Faulting application start time: 0x01d4ad4bec4c8010
Faulting application path: C:\Program Files (x86)\NPVR\NRecord.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 45793faa-9825-4cca-b8f8-c016e42a4950
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<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="2019-01-18T03:42:19.668725700Z" />
<EventRecordID>17443</EventRecordID>
<Channel>Application</Channel>
<Computer>kerwinTV</Computer>
<Security />
</System>
<EventData>
<Data>NRecord.exe</Data>
<Data>1.0.0.0</Data>
<Data>5be74149</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.17134.441</Data>
<Data>3da51fd0</Data>
<Data>e0434352</Data>
<Data>00111812</Data>
<Data>13b8</Data>
<Data>01d4ad4bec4c8010</Data>
<Data>C:\Program Files (x86)\NPVR\NRecord.exe</Data>
<Data>C:\WINDOWS\System32\KERNELBASE.dll</Data>
<Data>45793faa-9825-4cca-b8f8-c016e42a4950</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
seattlefog
Offline

Member

Posts: 61
Threads: 7
Joined: Sep 2016
#7
2019-02-02, 09:48 PM
I observed failures on Jan 14 and Jan 19 but no failures since. Perhaps Bitdefender was being too protective.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording movies / TV to XBMC directory stucture spinnaker 10 3,396 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 898 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 984 2023-11-20, 03:42 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,095 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,698 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,188 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 1,988 2021-03-27, 03:23 PM
Last Post: Jean0987654321
Video Restrict Recording Space foucomm 1 1,291 2021-01-30, 09:25 PM
Last Post: mvallevand
  Directory dropdown on the recording edit dialog MicahMakenzie 1 1,468 2021-01-11, 04:37 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,856 2021-01-08, 12:03 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode