Hi, Just tried updating GBPVR to NPVR 2.03 tonight.
Everything went smoothly, but when it went to look for stations, it found none. This is with HD-Homerun which has been working great with GBPVR.
So, I updated the HD-Homerun software and firmware (which required .net 4 ugh) and restarted. Now I got an exception when trying to view the device config prop page (see attachment) in NPVR Setup.
So, I stopped the recording service and copied over the patch files listed here:
http://forums.nextpvr.com/showthread.php...post407408
Now the service won't start: "Could not start the NPVR Recording Service on Local Computer Error 1067: The process terminated unexpectedly.
Loge are as follows:
NRecord.log
NPVR.log
any ideas?
Everything went smoothly, but when it went to look for stations, it found none. This is with HD-Homerun which has been working great with GBPVR.
So, I updated the HD-Homerun software and firmware (which required .net 4 ugh) and restarted. Now I got an exception when trying to view the device config prop page (see attachment) in NPVR Setup.
So, I stopped the recording service and copied over the patch files listed here:
http://forums.nextpvr.com/showthread.php...post407408
Now the service won't start: "Could not start the NPVR Recording Service on Local Computer Error 1067: The process terminated unexpectedly.
Loge are as follows:
NRecord.log
Code:
[...startup]
2011-03-26 01:27:29.406 [DEBUG][4] OnStart()
2011-03-26 01:27:29.421 [INFO][4] Using local in-process recording service
2011-03-26 01:27:29.562 [DEBUG][4] RecordingServiceProxy@exit
2011-03-26 01:27:29.562 [INFO][4] RecordingService.Startup()
2011-03-26 01:27:29.562 [INFO][4] Starting remoting service
2011-03-26 01:27:29.578 [ERROR][4] Error listing for recording service interface: System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at System.Net.Sockets.TcpListener.Start()
at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
at NShared.RecordingService.Startup()
2011-03-26 01:27:29.609 [DEBUG][7] Requesting wake up for 'EPGWAKEUP' at 3/26/2011 2:00 AM
2011-03-26 01:27:29.609 [INFO][4] Starting web server on: 8866
2011-03-26 01:27:29.609 [INFO][4] Setting working directory to: C:\Program Files\NPVR\
2011-03-26 01:27:29.609 [INFO][4] Web root: C:\Documents and Settings\All Users\Application Data\NPVR\web
2011-03-26 01:27:29.625 [INFO][6] RecordingService starting...
2011-03-26 01:27:29.625 [DEBUG][6] Loading recording schedule
NPVR.log
Code:
[...startup]
2011-03-26 01:18:59.437 [DEBUG][1] Created mutex. Must be only instance.
2011-03-26 01:18:59.453 [DEBUG][1] Version: 2.0.3
2011-03-26 01:18:59.468 [DEBUG][1] SingleInstance()
2011-03-26 01:18:59.578 [INFO][1] About to connect to remote recording service
2011-03-26 01:18:59.578 [DEBUG][1] RecordingServiceProxy@exit
2011-03-26 01:18:59.593 [DEBUG][1] Using skin: C:\Documents and Settings\All Users\Application Data\NPVR\skin\Default\
2011-03-26 01:18:59.593 [DEBUG][1] About to look for plugin directories in: C:\Documents and Settings\All Users\Application Data\NPVR\Plugins\
2011-03-26 01:18:59.593 [DEBUG][1] Skipping non-existant plugin directory: C:\Program Files\NPVR\Plugins\
2011-03-26 01:18:59.593 [DEBUG][1] Loaded menu item: TV Guide
2011-03-26 01:18:59.625 [DEBUG][1] Loaded menu item: Recordings
2011-03-26 01:18:59.625 [DEBUG][1] Loaded menu item: Live TV
2011-03-26 01:18:59.625 [DEBUG][1] Loaded menu item: Music
2011-03-26 01:18:59.640 [DEBUG][1] Loaded menu item: Videos
2011-03-26 01:18:59.640 [DEBUG][1] Loaded menu item: Pictures
2011-03-26 01:18:59.640 [DEBUG][1] Loaded menu item: DVD
2011-03-26 01:18:59.640 [DEBUG][1] Loaded menu item: Exit
2011-03-26 01:18:59.859 [ERROR][1] Error initialising Direct3D: System.IO.FileLoadException: Could not load file or assembly 'SlimDX, Version=2.0.8.42, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
File name: 'SlimDX, Version=2.0.8.42, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
at NextPVR.Utility.Direct3DHelper..ctor(IntPtr windowHandle, Int32 width, Int32 height)
at NextPVR.ControllerForm.Form1_Load(Object sender, EventArgs e)
2011-03-26 01:18:59.859 [INFO][1] Continuing with Direct3D disabled
2011-03-26 01:18:59.906 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:19:00.000 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.093 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.187 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.281 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.375 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.468 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.562 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.656 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.750 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.843 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:00.937 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.031 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.140 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.234 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.328 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.421 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.515 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.609 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.703 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.796 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.890 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:01.984 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.078 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.171 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.265 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.359 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.453 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:19:02.546 [DEBUG][1] DoCompositeRendering() took 31.25ms
2011-03-26 01:25:33.046 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.156 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.281 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.390 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.500 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.625 [DEBUG][1] DoCompositeRendering() took 62.5ms
2011-03-26 01:25:33.734 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.843 [DEBUG][1] DoCompositeRendering() took 46.875ms
2011-03-26 01:25:33.968 [DEBUG][1] DoCompositeRendering() took 62.5ms
2011-03-26 01:25:34.093 [DEBUG][1] DoCompositeRendering() took 62.5ms
2011-03-26 01:25:34.125 [INFO][1] Exiting...
2011-03-26 01:25:34.125 [INFO][1] Done.
any ideas?