NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 199 200 201 202 203 … 1231 Next »
Missed recordings

 
  • 0 Vote(s) - 0 Average
Missed recordings
topperdude
Offline

Member

Posts: 141
Threads: 17
Joined: Mar 2007
#1
2008-12-31, 07:00 PM
Hi,

I've been tweaking my GBPVR server over the past few days. The server now runs headless (thanks to VNC) for the most part and I successfully configured it so that it automatically wakes machine from standby in the middle of the night (~1am) to update EPG.

Last night, I scheduled a recording to start at 3:35am. This morning, I noticed the recording had failed. Going through the GBPVRRecordingService log file, I noticed two lines with the "Asking Windows to be awake..." one for the scheduled recording and the other for the Update EPG. UpdateEPG seems to have worked but the recording failed. :confused: Thoughts?

The server was non-responsive when I checked in the morning and had to be rebooted. It did seem to be have come out of standby but was not responding to any keystrokes or mouse movements (keyboard and mouse connected to the server) and neither could VNC connect to it. I also looked at this page in the wiki and wonder if that is what happened? Even so, I am confused as to why update epg works fine but recordings fail? :confused:

Thoughts?

Thanks,
-Topper
[SIZE="2"]PVR Server Setup
AMD AthlonXP 2200+, 2048MB RAM, Windows XP MCE 2005 with update rollup 2 and SP3
GBPVR (1.2.13), HVR 1600 w/ QAM, MainConcept (from HVR-1600 install pkg online), Cyberlink, ATI Mux[/SIZE]

[SIZE="1"]Coming soon (but not soon enough Wink )
Hardware ATI AIW Radeon 32MB
Encoder/Decoder: ATI Avivo Encoder, AC3filter,
Plugins: Weather, UltraXMLTV, GraphRecorder (for ATI AIW), Ubustream
Utilities: Enhanced Web Admin (EWA)
Other playback software: VLC
Client: NMT (PCH or similar)[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#2
2008-12-31, 07:05 PM
To be honest, I've got no idea. It sounds like GB-PVR is successfully requesting Windows to wake up at the required device, but the machine is failing to wake to a fully functioning state. Some capture devices have problems with their drivers that cause problems resuming from standby/hibernate, which sounds like it might be the sort of thing you're seeing.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#3
2008-12-31, 09:18 PM
From experience, video drivers can do the same. I have found that my system was much more reliable when I changed over to hibernate from standby. It is a little slower to startup but not by much. Might be worth trying?
topperdude
Offline

Member

Posts: 141
Threads: 17
Joined: Mar 2007
#4
2009-01-01, 11:27 AM (This post was last modified: 2009-01-01, 11:55 AM by topperdude.)
martin123 and sub - looks like it had better luck with hibernate than with standby, thanks for the suggestion, martin. Looks like the computer came out of hibernation just fine at ~3:59am for the 4-4:30am recording and GBPVR also created the folder for the recording, but for some reason there was no file in the folder. Have attached the log - this was the only log file that had any activity in that time frame.

Edit: Not sure why it failed to load the Conexant graph as indicated in the logs or what that graph would be used for and if it was the reason for the failed recording, but if I playback the same channel via LiveTV, it works just fine.

Any thoughts?
Thanks,
-Topper
[SIZE="2"]PVR Server Setup
AMD AthlonXP 2200+, 2048MB RAM, Windows XP MCE 2005 with update rollup 2 and SP3
GBPVR (1.2.13), HVR 1600 w/ QAM, MainConcept (from HVR-1600 install pkg online), Cyberlink, ATI Mux[/SIZE]

[SIZE="1"]Coming soon (but not soon enough Wink )
Hardware ATI AIW Radeon 32MB
Encoder/Decoder: ATI Avivo Encoder, AC3filter,
Plugins: Weather, UltraXMLTV, GraphRecorder (for ATI AIW), Ubustream
Utilities: Enhanced Web Admin (EWA)
Other playback software: VLC
Client: NMT (PCH or similar)[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#5
2009-01-01, 03:31 PM
Quote:2009-01-01 03:59:02.126 ERROR failed to start Conexant Graph
2009-01-01 03:59:02.126 VERBOSE ERROR_NO_SYSTEM_RESOURCES
It looks like for whatever reason, the device was still in a non-functioning state when GB-PVR tried to use it.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#6
2009-01-01, 03:49 PM
Those are the sorts of errors I got when having standby problems. The driver having problems (or not trying) to handle recovery fro power off.

For me, a combination of earlier drivers, using Microsofts 'devcon' with gbpvrwake to restart drivers seems to have improved it a lot.
topperdude
Offline

Member

Posts: 141
Threads: 17
Joined: Mar 2007
#7
2009-01-02, 01:30 AM
OK - some progress (I think)!

Followed the instructions here and installed GBPVRWake.exe & fullresume.exe. Scheduled two recordings - one on analog side of the hvr-1600 and one on the digital/QAM side, both shows starting and stopping in the same timeslot. The machine came out of hibernation just fine and recorded only the digital/QAM tuner show (YES!) ; but the analog side did the same thing as before - created the folder for the show and then gave the Conexant error as before.

Some more digging pulled up this thread. Looks like one person was able to resolve the Conexant issue for the hvr 1600 by running the HCWDriverinstall.exe tool and another person was able to resolve the same error for the HVR 3000 card by adding ENCODER_DISCONNECT_BUG=1 in the direct.ini file.

Any idea what difference running the HCWDriverinstall.exe file would make, especially if I am able to use the analog side of the tuner just fine currently?

Also, what does the ENCODER_DISCONNECT_BUG=1 line do? Even tho' it seems to have helped one person resolve the same error with the HVR 3000, not knowing enough about the HVR 3000 card I am trying to figure out if it would be applicable for the analog tuner on the HVR 1600 tuner?

Thoughts?

Thanks,
-Topper
[SIZE="2"]PVR Server Setup
AMD AthlonXP 2200+, 2048MB RAM, Windows XP MCE 2005 with update rollup 2 and SP3
GBPVR (1.2.13), HVR 1600 w/ QAM, MainConcept (from HVR-1600 install pkg online), Cyberlink, ATI Mux[/SIZE]

[SIZE="1"]Coming soon (but not soon enough Wink )
Hardware ATI AIW Radeon 32MB
Encoder/Decoder: ATI Avivo Encoder, AC3filter,
Plugins: Weather, UltraXMLTV, GraphRecorder (for ATI AIW), Ubustream
Utilities: Enhanced Web Admin (EWA)
Other playback software: VLC
Client: NMT (PCH or similar)[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Live TV and recordings do not match greg in kansas 8 7,123 2013-02-22, 06:35 PM
Last Post: sub
  Can't view recordings on pc jerry430 8 6,742 2013-01-21, 07:27 PM
Last Post: jerry430
  Live TV not showing anything although recordings are OK. Pls advise. seymoria 8 4,757 2012-08-07, 05:07 PM
Last Post: ACTCMS
  CSI Miami Recordings Always In Spanish ga_mueller 6 4,585 2012-06-12, 12:41 AM
Last Post: mikeh49
  Recordings missing after switching hard drive tegat 8 4,979 2011-12-21, 03:00 AM
Last Post: tegat
  Recordings and live TV fail with TS mux dvasco 4 2,689 2011-06-22, 05:47 PM
Last Post: dvasco
  Stream errors in recordings with GBPVR seymoria 11 4,522 2011-06-19, 06:44 PM
Last Post: seymoria
  Lost all my recordings pduncan67 2 1,989 2011-02-27, 03:12 PM
Last Post: pduncan67
  Zero byte recordings chuck_2330 0 1,423 2011-02-09, 01:25 PM
Last Post: chuck_2330
  Black screen when playing back recordings gonzo90017 1 1,669 2011-01-19, 06:12 PM
Last Post: gonzo90017

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

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

Linear Mode
Threaded Mode