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 … 356 357 358 359 360 … 433 Next »
Cannot Record Two Simultaneous Programs

Cannot Record Two Simultaneous Programs
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#1
2010-07-13, 07:53 PM
Every time I try to record two shows at the same time, Nprv seems to crash and generates a crash.mdmp file. Single recordings seem to work okay. I have included the logs and dump file in case this helps.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#2
2010-07-13, 07:58 PM
What type of tuner?
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#3
2010-07-13, 08:06 PM
sub Wrote:What type of tuner?

Oops, sorry - guess that would help. I have an HR Homerun tuner recording over the air (ATSC). The OS is Windows 7. I disabled UAC thinking maybe this was the culprit, but it still fails.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#4
2010-07-14, 12:27 PM
Sub,

I forgot to mention that after the failures occur, the recording screen gives the same message that many other people have described - "Recording service not running at recording time", and that the recording service then needed to be started (the error appeared to have stopped it).
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#5
2010-07-28, 02:50 PM (This post was last modified: 2010-07-28, 03:00 PM by tjb.)
Since no one else has similar reported problems, I decided the issue had to be related to my setup. So I decided to bite the bullet and reinstall my system from scratch. The system itself is a Zotac dual core atom processor with Nvidia ION graphics, operating system is Windows 7 ultimate.

I just finished the reinstall and tried my first test at recording using Nprv. I started two Quick recordings from the TV Guide screen, one right after the other. Both shows on the TV Guide screen turned red to indicate they were recording. The first recording appeared to start normally and recorded approximately 30 MB of data before hanging, the 2nd created a directory for the recording, but did not even create a zero length file for the recording itself. I tried to view the status from the ntay.exe menu but it would not display. I went into settings for Npvr and tried to show the status from there, and this hung the NextPvr.exe application. I checked the Nrecord.exe service and it was still running, using about 2% cpu utilization, but nothing was being recorded. I tried to stop the service, but received a message that the service was not responding. I have attached the logs but it doesn't look to me like they contain anything useful to troubleshoot the problem.

Is there a way to increase the logging level in Npvr or anything else I can do or provide to help figure out why I cannot record?

Note: Unlike previously, there was no system crash, system just hung. When I did restart the system and went into the recordings screen, both recordings had the message that the recording service was not running at recording time.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#6
2010-07-28, 03:46 PM
Not sure why I didn't think of this last time, but I decided to swap the priority of the two tuners in Npvr setup so that the first recording would occur on the 2nd tuner. I did this and attempted another recording, the recording never started and the recording service stopped.

Both of these tuners work fine in GbPvr so I do not think it is a hardware problem. Once again I posted the Nrecord.log file. Next I will try rescanning the channels on the 2nd tuner and see if this makes a difference (the 2nd tuner was setup as a copy config from the first).
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#7
2010-07-28, 03:50 PM
Hmmm. I just restarted the recording service so I could rescan the channels (I did this before the previous failed recording was over). When the recording service was restarted, the previously failed recording started recording successfully on the 2nd tuner, so apparently the hardware is not a problem. Now I am more confused than ever.
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#8
2010-07-28, 04:21 PM
tjb Wrote:Hmmm. I just restarted the recording service so I could rescan the channels (I did this before the previous failed recording was over). When the recording service was restarted, the previously failed recording started recording successfully on the 2nd tuner, so apparently the hardware is not a problem. Now I am more confused than ever.

I was able to reproduce this repeatedly (3 or 4 times) although sometimes the recording service would hang, other times just stop. The last time it hung, and when I tried to stop the service I got a Microsoft .NET Framework unhandled exception. Just in case it helps, the text was:

Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host Server stack trace: at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Runtime.Remoting.Channels.SocketStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Runtime.Remoting.Channels.SocketHandler.ReadFromSocket(Byte[] buffer, Int32 offset, Int32 count) at System.Runtime.Remoting.Channels.SocketHandler.Read(Byte[] buffer, Int32 offset, Int32 count) at System.Runtime.Remoting.Channels.SocketHandler.ReadAndMatchFourBytes(Byte[] buffer) at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadAndMatchPreamble() at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadVersionAndOperation(UInt16& operation) at System.Runtime.Remoting.Channels.Tcp.TcpClientSocketHandler.ReadHeaders() at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream) at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at NShared.IRecordingService.CancelRecording(ScheduledRecording scheduledRecording) at NShared.RecordingServiceProxy.CancelRecording(ScheduledRecording scheduledRecording) at NextPVR.TV.ShowDetailsPopup.HandleCommand(String command) at NextPVR.TV.ShowDetailsPopup.HandleButtonCommand(String buttonName) at NUtility.Controls.UiButtonList.OnKeyDown(KeyEventArgs e) at NextPVR.TV.ShowDetailsPopup.OnKeyDown(KeyEventArgs e) at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e) at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at NextPVR.ControllerForm.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- NextPVR Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NextPVR.exe ---------------------------------------- NShared Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NShared.DLL ---------------------------------------- NUtility Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NUtility.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.65.0 Win32 Version: 1.0.65.0 CodeBase: file:///C:/Program%20Files/NPVR/System.Data.SQLite.DLL ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Data.Entity Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.4926 built by: NetFXw7 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Data.Entity/3.5.0.0__b77a5c561934e089/System.Data.Entity.dll ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.4926 built by: NetFXw7 CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Test1 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll ---------------------------------------- Test2 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll ---------------------------------------- Test3 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/NPVR/NUtility.dll ---------------------------------------- SlimDX Assembly Version: 2.0.8.42 Win32 Version: CodeBase: file:///C:/Program%20Files/NPVR/SlimDX.DLL ---------------------------------------- msvcm90 Assembly Version: 9.0.30729.4926 Win32 Version: 9.00.30729.4926 CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a/msvcm90.dll ---------------------------------------- taglib-sharp Assembly Version: 2.0.3.0 Win32 Version: 2.0.3.0 CodeBase: file:///C:/Program%20Files/NPVR/taglib-sharp.DLL ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- Unmanaged Assembly Version: 1.0.3840.25090 Win32 Version: CodeBase: file:///C:/Program%20Files/NPVR/Unmanaged.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2010-07-28, 09:38 PM
Do you have dynamic tuner allocation enabled in the HDHomeRun setup?
tjb
Offline

Senior Member

Posts: 261
Threads: 43
Joined: Feb 2006
#10
2010-07-28, 09:47 PM
whurlston Wrote:Do you have dynamic tuner allocation enabled in the HDHomeRun setup?

Yes, I do. Is that the correct setting? I also have the application set to GbPrv
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't watch certain channels on live tv (but can record) tvwatcher 4 3,770 2021-05-05, 06:23 AM
Last Post: tvwatcher
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 3,743 2021-01-07, 08:47 AM
Last Post: sub
  Possible to record in different format than .ts files? gadgetgaz 29 18,940 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  Can't record repeating programs dave22 2 2,905 2020-04-20, 04:27 PM
Last Post: sub
  Windows 10 Record Issues Captain Jack 11 8,034 2020-02-02, 09:11 PM
Last Post: Captain Jack
  Record direct from live tv? rv0987 3 2,888 2019-11-01, 12:29 PM
Last Post: rv0987
  Won't Record with Windows 10 v. 1903 GWCowling323 5 4,637 2019-10-15, 03:51 PM
Last Post: mvallevand
  NextPVR - black screen when watching and can't record XC-3730C 5 4,268 2019-10-14, 05:08 PM
Last Post: sub
  Trying to record New series NEW shows. Records all, old and new. bass_gas 5 3,526 2019-08-20, 10:31 PM
Last Post: sub
  No tuners and cannot watch/record ukmark62 13 5,904 2019-08-11, 08:41 PM
Last Post: ukmark62

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

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

Linear Mode
Threaded Mode