2017-07-22, 09:22 PM
1st, Playback of recording works ok.
2nd, watching live TV from the Web NEWA modern works ok.
3rd, accessing live TV URL works ok. I tried http://library:8866/live?channel=45.2 in VLC (desktop 2.26 Umbrealla) and as an Online Channel in Serviio on Roku and VLC through Android.
I have the Hauppauge WinTV-quadHD 885, using the ATSC Tuner.
If I play two separate channels (5-2 on VLC and 19.1 on Roku or Android VLC) the 1ST live that started stops & the other one starts.
I can watch 5-2 on NEWA Web on Chrome and 19.1 on Android, Roku or Desktop & nothing gets cut off.
Live TV via the NPVR program. I get an error code
4th, I Went to setting for about 5 minutes to look at my tuners for the above info then went I tried to close setting in the device tab by clicking cancel, NPVR crashed. The server stayed on & recording kept going. (In my logs it is One Day at a Time.S03E15.Ann's Secretary)
I went to setting again while I typed the last paragraph, canceled out & once again the Desktop NPVR crashed and I had to restart it.
I let it sit for a few more minutes open in the ABOUT tab and it setting closed without a crash. I let it sit & tried it from the device tab &it didn't crash.
5th, I miss the notification app because I could glance at it and If I knew something was supposed to be recording it would be red and I could use it to check Status. Please consider bringing it back.
Thanks for the Season folders.
Not sure if you need this but here are my Windows crash events. Iif you want the Windows .WER report for debugging, let me know.
2nd, watching live TV from the Web NEWA modern works ok.
3rd, accessing live TV URL works ok. I tried http://library:8866/live?channel=45.2 in VLC (desktop 2.26 Umbrealla) and as an Online Channel in Serviio on Roku and VLC through Android.
I have the Hauppauge WinTV-quadHD 885, using the ATSC Tuner.
If I play two separate channels (5-2 on VLC and 19.1 on Roku or Android VLC) the 1ST live that started stops & the other one starts.
I can watch 5-2 on NEWA Web on Chrome and 19.1 on Android, Roku or Desktop & nothing gets cut off.
Live TV via the NPVR program. I get an error code
Code:
system.InvalidCastException: Specified cast is not valid.
4th, I Went to setting for about 5 minutes to look at my tuners for the above info then went I tried to close setting in the device tab by clicking cancel, NPVR crashed. The server stayed on & recording kept going. (In my logs it is One Day at a Time.S03E15.Ann's Secretary)
I went to setting again while I typed the last paragraph, canceled out & once again the Desktop NPVR crashed and I had to restart it.
I let it sit for a few more minutes open in the ABOUT tab and it setting closed without a crash. I let it sit & tried it from the device tab &it didn't crash.
5th, I miss the notification app because I could glance at it and If I knew something was supposed to be recording it would be red and I could use it to check Status. Please consider bringing it back.
Thanks for the Season folders.
Not sure if you need this but here are my Windows crash events. Iif you want the Windows .WER report for debugging, let me know.
Code:
Log Name: Application
Source: Application Error
Date: 7/22/2017 4:54:48 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Library
Description:
Faulting application name: NextPVR.exe, version: 1.0.0.0, time stamp: 0x5973859d
Faulting module name: KERNELBASE.dll, version: 10.0.15063.483, time stamp: 0xc3955624
Exception code: 0xe0434352
Fault offset: 0x000eb802
Faulting process id: 0x2164
Faulting application start time: 0x01d3032c6bc01d28
Faulting application path: C:\Program Files (x86)\NPVR\NextPVR.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 162dc36b-fb00-4c20-95cd-a2e410bf4ab1
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="2017-07-22T20:54:48.581725200Z" />
<EventRecordID>8251</EventRecordID>
<Channel>Application</Channel>
<Computer>Library</Computer>
<Security />
</System>
<EventData>
<Data>NextPVR.exe</Data>
<Data>1.0.0.0</Data>
<Data>5973859d</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.15063.483</Data>
<Data>c3955624</Data>
<Data>e0434352</Data>
<Data>000eb802</Data>
<Data>2164</Data>
<Data>01d3032c6bc01d28</Data>
<Data>C:\Program Files (x86)\NPVR\NextPVR.exe</Data>
<Data>C:\WINDOWS\System32\KERNELBASE.dll</Data>
<Data>162dc36b-fb00-4c20-95cd-a2e410bf4ab1</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Code:
Log Name: Application
Source: .NET Runtime
Date: 7/22/2017 4:54:48 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Library
Description:
Application: NextPVR.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
at System.Net.Sockets.Socket.EndReceiveFrom(System.IAsyncResult, System.Net.EndPoint ByRef)
at System.Net.Sockets.UdpClient.EndReceive(System.IAsyncResult, System.Net.IPEndPoint ByRef)
at NextPVR.Settings.SSDP.UnicastReceiveCallback(System.IAsyncResult)
at System.Net.LazyAsyncResult.Complete(IntPtr)
at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
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="2017-07-22T20:54:48.057725100Z" />
<EventRecordID>8250</EventRecordID>
<Channel>Application</Channel>
<Computer>Library</Computer>
<Security />
</System>
<EventData>
<Data>Application: NextPVR.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
at System.Net.Sockets.Socket.EndReceiveFrom(System.IAsyncResult, System.Net.EndPoint ByRef)
at System.Net.Sockets.UdpClient.EndReceive(System.IAsyncResult, System.Net.IPEndPoint ByRef)
at NextPVR.Settings.SSDP.UnicastReceiveCallback(System.IAsyncResult)
at System.Net.LazyAsyncResult.Complete(IntPtr)
at System.Net.ContextAwareResult.CompleteCallback(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.Net.ContextAwareResult.Complete(IntPtr)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
</Data>
</EventData>
</Event>
Code:
Log Name: Application
Source: Windows Error Reporting
Date: 7/22/2017 4:54:55 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Library
Description:
Fault bucket 129512763960, type 5
Event Name: CLR20r3
Response: Not available
Cab Id: 0
Problem signature:
P1: NextPVR.exe
P2: 1.0.0.0
P3: 5973859d
P4: System
P5: 4.7.2093.0
P6: 58db2f88
P7: 2055
P8: 32
P9: System.ObjectDisposedException
P10:
Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1DD4.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2008.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2016.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2037.tmp.txt
\\?\C:\Users\p3730\AppData\Local\Temp\WER2DB5.tmp.appcompat.txt
\\?\C:\Users\p3730\AppData\Local\Temp\WER2E04.tmp.WERDataCollectionStatus.txt
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_NextPVR.exe_dd623d9349e8db2c355f9e28f9feb31fba3b768_4560a3ff_0ffe36bb
Analysis symbol:
Rechecking for solution: 0
Report Id: 162dc36b-fb00-4c20-95cd-a2e410bf4ab1
Report Status: 2147487752
Hashed bucket: e420be3d0678b20ec74be86ce674cebd
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows Error Reporting" />
<EventID Qualifiers="0">1001</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-07-22T20:54:55.266730000Z" />
<EventRecordID>8252</EventRecordID>
<Channel>Application</Channel>
<Computer>Library</Computer>
<Security />
</System>
<EventData>
<Data>129512763960</Data>
<Data>5</Data>
<Data>CLR20r3</Data>
<Data>Not available</Data>
<Data>0</Data>
<Data>NextPVR.exe</Data>
<Data>1.0.0.0</Data>
<Data>5973859d</Data>
<Data>System</Data>
<Data>4.7.2093.0</Data>
<Data>58db2f88</Data>
<Data>2055</Data>
<Data>32</Data>
<Data>System.ObjectDisposedException</Data>
<Data>
</Data>
<Data>
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER1DD4.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2008.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2016.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2037.tmp.txt
\\?\C:\Users\p3730\AppData\Local\Temp\WER2DB5.tmp.appcompat.txt
\\?\C:\Users\p3730\AppData\Local\Temp\WER2E04.tmp.WERDataCollectionStatus.txt</Data>
<Data>C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_NextPVR.exe_dd623d9349e8db2c355f9e28f9feb31fba3b768_4560a3ff_0ffe36bb</Data>
<Data>
</Data>
<Data>0</Data>
<Data>162dc36b-fb00-4c20-95cd-a2e410bf4ab1</Data>
<Data>2147487752</Data>
<Data>e420be3d0678b20ec74be86ce674cebd</Data>
</EventData>
</Event>
~Paul
If you haven't broken it at least once, you're not doing it right. :eek:
If you haven't broken it at least once, you're not doing it right. :eek: