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) v
« Previous 1 52 53 54 55 56 … 125 Next »
priorityrecording

 
  • 0 Vote(s) - 0 Average
priorityrecording
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#41
2006-02-20, 07:07 PM
Actually my time is limited at the moment, so I'm going to see if Ton can help you out on this one. I'm sure it is something simple that we are missing, but at the moment I'm not sure what it is. Maybe a new pair of eyes looking at it can see something that I'm missing.
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#42
2006-02-20, 08:18 PM
Quote:So what happens from here? I will add though, no 2 systems are identical (i proved this in 1999, had to identical Compaq systems right down to BIOS firmware revision, dates, CPU stepping codes, the only difference was the serial number of the board and serial number of the CPU).

I'll see what I can do... Could you post the versions of the "RecordingUtils.dll", "PriorityRecording.Exe" and "PostProcessing.bat" you are using?

Also, have you tried running the "PriorityRecording.Exe" from the command-line? (I'm pretty sure the ">1" stuff is just because the batch-file gets run from the GBPVR Service)? I'd be interested to see if that makes any difference....

Like you said, I just want to make sure that we're running the same versions of this stuff....

Meanwhile, I'll look into making a more "debug" version of these files to send to you...
//Ton
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#43
2006-02-22, 08:40 AM
KingArgyle Wrote:Actually my time is limited at the moment, so I'm going to see if Ton can help you out on this one.

Many Thanks
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#44
2006-02-22, 08:56 AM
The fun begins..... Big Grin

Ton Wrote:Could you post the versions of the "RecordingUtils.dll"
v1.0.2099.16689

Ton Wrote:"PriorityRecording.Exe"
v0.0.0.0

Ton Wrote:"PostProcessing.bat"
comskip %1
rectracker %1 > rectracker.log
rem recycler.exe

Ton Wrote:Also, have you tried running the "PriorityRecording.Exe" from the command-line?
RUNNING the PriorityRecording.EXE from Windows Explorer (which never happends normally as its run from a batch file) then i get the error shown in the image below.

Ton Wrote:(I'm pretty sure the ">1" stuff is just because the batch-file gets run from the GBPVR Service)? I'd be interested to see if that makes any difference....
This same error happends in the Batch file is run from Windows Explorer, also if its run from another machine (copied the Batch file to see if it made any difference). Even if the Machine is Windows NT4, SP6a, still the same problem.

Although, the "1>" might be the OUTPUT that is supposed to be put into the log file, it would seem to be the Priority Recording part thats crashing that then stops the log file being written...... Just an idea but it looks like it from what you have asked me to try (this is based on the EXE file crashing when trying to run from Windows Explorer).

I will add i notice i have a GBPVR Video Archive service installed but disabled, i tried somethign about a year ago and didnt like it so disabled in, the remove never removed it from working.....

I also do not have the XRecord plugin running in GBPVR either (as this kept crashing), will that have a problem?
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#45
2006-02-22, 10:49 PM
Could you please try to run it from the command-line? (Actually start cmd, go to the "GBPVR" directory and run "PrioriyRecordings.Exe")?

The version of the exe that KingArgyle gave you contains debug-information that gets written to the console AFTER the exception has occured. Because you are running it from explorer, you'll never see the text because the console-window will close after.

When I do this (after having removed "PriorityRecordings.XML" from the GBPVR directory (the most common cause of this problem)), I get the following sort of information in the console window:

Quote:Unhandled Exception: System.IO.FileNotFoundException: Could not find file "C:\Pr
ogram Files\devnz\gbpvr\PriorityRecordings.xml".
File name: "C:\Program Files\devnz\gbpvr\PriorityRecordings.xml"
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 bFr
omProxy)

Alternatively, you could put a "pause" after the statement in the batch-file.....

Again (I think King has mentioned this already), the most common causes are:

- Program and/or DLL are not in the GBPVR directory
- PriorityRecordings.XML is missing
- PriorityRecordings.XSD is missing

Awaiting your response....
//Ton
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#46
2006-02-23, 01:41 AM
Also in PriorityRecordings.XML make sure that the following line is pointing to the correct location:

Code:
d1p1:noNamespaceSchemaLocation="C:\Program Files\devnz\gbpvr\PriorityRecordings.xsd"

Make sure to point the location to where you have GBPVR installed, and have the XSD file in that location.
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#47
2006-02-23, 09:23 PM
Ton Wrote:Could you please try to run it from the command-line? (Actually start cmd, go to the "GBPVR" directory and run "PrioriyRecordings.Exe")?
Run as requested, see below to DOS window results:::

D:\PROGRA~1\DEVNZ\GBPVR>priorityrecording.exe
CDK Priority Recording Scheduler.
Version 1.0.1

Unhandled Exception: System.Xml.Schema.XmlSchemaException: The
s not declared. An error occurred at file:///D:/Program Files/
tyRecordings.xml, (2, 2).
at System.Xml.XmlValidatingReader.InternalValidationCallbac
alidationEventArgs e)
at System.Xml.Schema.Validator.SendValidationEvent(XmlSchem
everityType severity)
at System.Xml.Schema.Validator.SendValidationEvent(String c
at System.Xml.Schema.Validator.PushElementDecl(String ns, S
2 depth)
at System.Xml.Schema.Validator.ProcessElement()
at System.Xml.Schema.Validator.Validate()
at System.Xml.Schema.Validator.Validate(ValidationType valT
at System.Xml.XmlValidatingReader.ReadWithCollectTextToken(
at System.Xml.XmlValidatingReader.Read()
at System.Xml.XmlLoader.LoadCurrentNode()
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentD
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader rea
rveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at RecordingUtils.RecordingUtils.getPriorityDOM()
at RecordingUtils.Scheduler.pAddPrograms(RecordingUtils rec
ist scheduleArray)
at RecordingUtils.Scheduler.schedulePrograms()
at PriorityRecording.RecordingManager.Main(String[] args)

Ton Wrote:- Program and/or DLL are not in the GBPVR directory
- PriorityRecordings.XML is missing
- PriorityRecordings.XSD is missing
Directory contains
PriorityRecording.exe
PriorityRecordings.xml
PriorityRecordings.XSD
RecordingUtils.dll
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#48
2006-02-23, 09:26 PM
KingArgyle Wrote:Also in PriorityRecordings.XML make sure that the following line is pointing to the correct location
My whole XML file contains

<?xml version="1.0" encoding="UTF-8"?>
<GBPVR d1p1:noNamespaceSchemaLocation="D\Program Files\devnz\gbpvr\PriorityRecordings.xsd" xmlns:d1p1="http://www.w3.org/2001/XMLSchema-instance">
<Configuration>
<MissingRecordingPriority>0</MissingRecordingPriority>
<Conflicts>Delete</Conflicts>
<DuplicatesAllowed>Yes</DuplicatesAllowed>
</Configuration>
</GBPVR>
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#49
2006-02-23, 09:30 PM (This post was last modified: 2006-02-23, 11:12 PM by SFX Group.)
Ive just noticed something, i am sure i have checked this before, notice my directory name is "D\Program", i started to think about Long Filenames then i saw no ":", i have checked this before but i have just put this in so the directory name is correct and run the PostUpdateEPG.bat file and it didnt crash.

This is sooooooooooooooooo odd, i have deff. checked this before, hold on all fixes until 12 hours time, will tell you if it crashes again and if it does will check the XML file again to see if the directory location has altered (again?)

AND
to confirm when i run the PriorityRecording.exe from the command it doesnt crash either, this is veyr odd, will keep and eye on this for the next 24 hours.
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#50
2006-02-23, 10:27 PM
Yeah, I was just going to mention that little error in your PriorityRecordings.xml file. If you aren't getting the crashes after making that change, then you should be good to go.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PriorityRecording problem agidius 11 3,217 2007-03-08, 06:46 PM
Last Post: KingArgyle
  PriorityRecording Interaction with Built In Scheduler tweeknockr 9 2,844 2007-01-21, 02:59 PM
Last Post: KingArgyle
  .NET 2.0 error in priorityrecording.exe Scootastrophe 1 1,885 2007-01-03, 06:45 PM
Last Post: sub
  Problem with Priorityrecording.exe antialias 4 2,262 2006-09-16, 09:21 PM
Last Post: gexi
  PriorityRecording error Hugh 16 5,969 2006-05-24, 11:10 PM
Last Post: jksmurf
  PriorityRecording won't start jamest 6 3,122 2006-05-13, 04:05 AM
Last Post: KingArgyle
  PriorityRecording.exe crashes like clockwork DEfusion 11 4,775 2006-01-27, 04:37 PM
Last Post: KingArgyle
  XSearch and PriorityRecording.xml problem gexi 2 1,499 2006-01-05, 06:44 PM
Last Post: gexi
  PriorityRecording.exe exeception vinman 6 1,995 2005-09-17, 05:38 PM
Last Post: vinman

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

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

Linear Mode
Threaded Mode