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 … 1210 1211 1212 1213 1214 … 1231 Next »
Report on 003

 
  • 0 Vote(s) - 0 Average
Report on 003
Corey
Offline

Junior Member

Posts: 21
Threads: 8
Joined: Nov 2003
#1
2003-11-19, 01:02 AM
Install went smoothly, easily configured.

No major bugs found, this release is great [Image: smile.gif]

I'd like to get some feedback from Sub or other testers though on the following:

Ever since the first release when I update the EPG for the first time after a new install I have to edit my channel numbers. I think this is an issue with XMLTV, not GB-PVR. I only have to do this once though, then whenever I update the EPG again the channels numbers I set up previously work.

For example:

Channel name: 10 QVC
source channel: 1 (I edit this to 10)

Channel name: 11 GOAC011
source channel: 2 (I edit this to 11)

This is hardly a bug or an error, I was just curious if everybody is having to edit the channel numbers.

Great job Sub, not even I could find an error on this release [Image: wink.gif]



Sub, I should leave you a note saying that the recording error I got was my fault. I was playing around with GB-PVR launching an external app.

I wanted to see if the program was not exited normally, if GB-PVR would return to the main menu automaticly by killing the external app from the task manager (It did, great job).

I think I may have killed your recording service by mistake, causing the error, actually I am almost sure I did. #### those beta testers [Image: sad.gif]

So nothing should be wrong with the recording service, forcing people to reboot after installation. Unless they go around ending processes in the task manager that they shouldn't be [Image: smile.gif]

Great release, I'll do some more error hunting tomorrow morning when I get home from work (without killing your processes this time).
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2003-11-19, 07:50 AM
Unfortunately there is no 'upgrade' process yet. In effect, the software and in particular the database is being replaced with each release. This database does contain the channel numbers, and as such is currently being lost with each new release of the software.

I'll eventually work out a scheme to perform upgrades, I just havn't got to it yet.



colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#3
2003-11-19, 06:55 PM
I did experience last night when i scheduled a recording that it started and stopped immediately. Now the machine was under heary load so there could have been a combination of events going on. The scheduler process is active so i'm guessing it was either a user error or a problem invoking wintvcap.

I'll try this again this evening with a reboot of the machine and see what happens, then i'll do a fresh install and try it again.

As for the channels, I have not spent anytime yet with that section. Thats on my todo list. I also want to mess with the webservices bit. Unfortunatey my laptop and desktop are refusing to talk to each other so I'll have to figure out another way of testing that,

Cheers,
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#4
2003-11-19, 07:39 PM
I think WinTVCap generates a log file. It might be worth having a quick search of the hard drive to see if you can find it. It may provide invaluable clues.

You might want to hold off on the Web part until the next release. In the current release its only partially implemented.



colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#5
2003-11-19, 08:11 PM
Forgot about the wintvcap log file.:p I'll check this when i get home.

Cheers,
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#6
2003-11-19, 08:28 PM
Cheers. Colin, do you work with Sun boxes? I just happened to be looking at the web server log files when you last posted. I saw Sun/Mozzila shoot by. In my day job, I do development on Sun boxes to earn a crust [Image: cool.gif]
colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#7
2003-11-19, 08:42 PM
Yip i work all day on Sun boxes,

cheers,
colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#8
2003-11-19, 10:24 PM
from wintvcap.log i have

3404 Welcome to WinTvCap ...The current date and time are: Wed Nov 19 17:11:11 2003
3404 InitInstance: CoInitializeEx(COINIT_MULTITHREADED) -- OK
3404 WndProc: Shell_NotifyIcon(NIM_ADD) -- FAIL
3404 InitInstance: CreateWindow() -- OK
3404 InitParams: iniFile "C:\KVCD\wintvcap\WinTvCap.ini" -- FOUND
3404 InitParams: RegOpenKey(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Globespan\Parameters\ivac15\Driver) -- OK
3404 InitParams: Valid arguments: -c<channel>, -p<preset> -startr:<filename>, -board:<number>, -limit:<seconds> -extra:<seconds>
3404 InitParams: Valid arguments: -minutes:<minutes> -delay:<seconds>, -digiG -quality<alias for -profile:>, -seconds<alias for -limit:>
3404 InitParams: Valid arguments: -audio:[SECTION], -profile:[SECTION], -prefilter:[SECTION], -procamp:[SECTION]
3404 InitParams: Your lpCmdLine is "-c22 -board:1 -seconds:1080 -profileBig GrinVD -startr:C:\gbpvr\Capture\JustShootMe_492.mpg"
3404 InitParams: Argument -board:1 -- OK
3404 InitParams: Found -c or -p argument "22" -- OK
3404 InitParams: Found -startr: argument "C:\gbpvr\Capture\JustShootMe_492.mpg" -- OK
3404 InitParams: Argument -limit:1080 -- OK
3404 InitParams: Argument -delay:0 -- OK
3404 InitParams: Argument -c22 -- OK
3404 InitParams: iniFile [LOGGING] -- FOUND

The -limit looks wrong for a 30 minute show?

The end of the log is

3404 DoStartGraph: AddToRot() -- OK
3404 DoStartGraph: SetTimer(1080) -- OK
3404 DoStartGraph: pMediaControl->Run() at Wed Nov 19 17:11:13 2003 -- OK
3404 Tweak7115: pMediaControl->QueryInterface(IFilterGraph) -- OK
3404 Tweak7115: filterGraph->FindFilterByName("Capture&quotWink -- OK
3404 Tweak7115: captureFilter->QueryInterface(IAMVacCtrlProp) -- OK
3404 DoStartGraph: Tweak7115 -- OK
3404 DoTimerTick: Shell_NotifyIcon(NIM_MODIFY) -- FAIL
3404 DoTimerTick: Shell_NotifyIcon(NIM_MODIFY) -- FAIL

Running this from the command line does not work. Yet this launched from the windows scheduler does?

any ideas?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#9
2003-11-19, 10:37 PM
I'll take a look at how I calculated the seconds after work. Doesn't look right.

Can you also have search from GBPVR*.log on you machine. The file I think is called something like GBPVRRecordingService.log but I'm not 100% about that name. This file may also give an indication of a failure. It is overwritten each time the recording service is started, so any useful info may be gone by now.

If you manually run WinTVCap with the arguments "c22 -board:1 -seconds:1080 -profileBig GrinVD -startr:C:\gbpvr\Capture\JustShootMe_492.mpg" does it work? If you can manually start recording with these parameters, then GB-PVR should be able to record.

If it doesn't work manually, try stripping off the -board and -profile options and see if that works.



colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#10
2003-11-19, 11:04 PM
The error in the log file (C:\WINDOWS\System32) is:

19/11/2003 17:09:46.828 INFO [5] GB-PVR Recording Service starting
19/11/2003 17:09:47.140 VERBOSE [5] SourceConfigurationContainer.LoadAll()
19/11/2003 17:09:47.968 ERROR [5] Error int SourceConfigurationContainer::LoadAll(): Could not find a part of the path "c:\temp\config.xml".
19/11/2003 17:09:48.328 ERROR [5] Stack:
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReader.CreateScanner()
at System.Xml.XmlTextReader.Init()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at ay..ctor()
at ay.a()
at p.a()

I'm not sure where it is picking up c:\temp - this directory does not exist?

cheers,
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  DeviceTypeCheck doesn't report anything jdabling 4 1,833 2009-03-28, 10:41 PM
Last Post: jdabling
  Changing channels to record show on external box & show report incorrect run time iss leprechaun 4 1,695 2008-12-14, 05:12 PM
Last Post: leprechaun
  AccessViolation bug report artisticcheese 14 3,798 2008-10-23, 10:27 AM
Last Post: TheMax74
  live tv sub-menu bug report fuzzweed 3 1,813 2008-06-03, 03:01 PM
Last Post: ShiningDragon
  Possible bug report: Video Library toboR 1 1,324 2007-10-27, 06:15 PM
Last Post: sub
  Windows error report box but GBPVR works fine Deusxmachina 2 1,287 2007-09-14, 08:42 AM
Last Post: Deusxmachina
  Recording service crash report Mister Slimm 12 3,989 2006-09-26, 10:38 AM
Last Post: Mister Slimm
  I keep getting an error report when trying to map channels master321 6 2,285 2006-09-03, 08:04 PM
Last Post: master321
  Recordings report as 'Failed' Talcum 5 1,944 2006-08-02, 01:22 AM
Last Post: sub
  Error Report when I start GBPVR Sjbrown 26 5,901 2006-05-29, 05:49 PM
Last Post: Sjbrown

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

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

Linear Mode
Threaded Mode