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 … 1082 1083 1084 1085 1086 … 1231 Next »
RecRtacker Error

 
  • 0 Vote(s) - 0 Average
RecRtacker Error
yuss
Offline

Junior Member

Posts: 30
Threads: 3
Joined: Sep 2004
#1
2005-02-26, 12:21 PM
An error box pops up when RecTracker runs.
"RecTracker.exe Common Language Runtime Debugging Services
The application has generated an exception that could not be handled"

I have the following 2 lines in postprocessing.bat
rectracker %1 > rectracker.log
rectracker -add %1

Any clues?

TIA [Image: sad.gif]
Guest

Unregistered
 
#2
2005-03-10, 08:55 PM
I have the same problem.  The show episode still seems to be stored in the Rectracker Access database, but still get the error message.  My Postprocessing.bat looks like this:

ArchiveEpisode %1 > archive.log
rectracker %1 > rectracker.log
comskip %1
rectracker -add %1
Guest

Unregistered
 
#3
2005-03-10, 08:59 PM
I have the same problem. The show episode still seems to be stored in the Rectracker Access database, but still get the error message. My Postprocessing.bat looks like this:

ArchiveEpisode %1 > archive.log
rectracker %1 > rectracker.log
comskip %1
rectracker -add %1
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#4
2005-03-10, 09:43 PM
Can you please try this one and post the output. Hopefully that will provide some info.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
capone
Offline

Posting Freak

Posts: 1,756
Threads: 190
Joined: Jan 2005
#5
2005-03-10, 09:49 PM
I think I got that when I was missing a file that dind't come w/ the d/l....I posted on it a little while back. It may not be the same file, but that was how the error read.
AK75
Offline

Junior Member

Posts: 4
Threads: 2
Joined: Mar 2005
#6
2005-03-11, 09:17 PM
I downloaded the file Jorm posted above and got the following error mesage:  

IEExec.exe - Common Language Runtime Debugging Services
Processid=0xdac(3500),Threadid=0xcf0(3312)

any ideas?
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#7
2005-03-12, 12:28 PM
Please make sure that

1. you are running this exe in the gbpvr directory.
2. There is a file rectracker.mdb or something like it.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#8
2005-03-13, 01:21 AM
Hi jorm

I to couldn't get it to work and so I tried the download on your post above. I now get the following error in the rectracker.log file (a file generated from the output of the exe).

Command -add
Error System.FormatException: Input string was not in a correct format.
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s)
at RecTracker.RecordingTracker.Main(String[] args)
Stack at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s)
at RecTracker.RecordingTracker.Main(String[] args)

The %1 parameter that comes in the batch file is:
C:\MyRecordings\The Apprentice\The Apprentice_20050312_22502350.mpg

If you need any further info then let me know. Cheers and thanks for all the work.
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#9
2005-03-13, 04:21 AM
I have the source at work. So I will check it out on Monday. That is the info I was looking for. Can you try one more thing for me. Can you just run

rectracker %1

no -add

I guess the add is to add a recording by oid.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#10
2005-03-13, 09:51 AM
OK so I did
rectracker "\MyRecordings\The Apprentice\The Apprentice_20050312_22502350.mpg"  1>rectracker.log

rectracker.log contains:
GBPVR Recording Tracker - v0.2.0 Beta
Adding episode
Error System.Data.OleDb.OleDbException: The field is too small to accept the amount of data you attempted to add.  Try inserting or pasting less data.
  at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
  at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
  at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
  at RecTracker.RecordingTracker.addEpisode(Programme p)
  at RecTracker.RecordingTracker.Main(String[] args)
Stack    at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
  at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
  at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
  at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
  at RecTracker.RecordingTracker.addEpisode(Programme p)
  at RecTracker.RecordingTracker.Main(String[] args)

Just one more thing, the %1 parameter that gbpvr puts out doesn't include the drive reference i.e. "c:".  I have them one the same driver but it could be important for some people.

I though you might need the start of rectracker.exe.log so here it is:

13/03/2005 09:43:00.890 VERBOSE [2] installDirectory is C:\Program Files\devnz\gbpvr\
13/03/2005 09:43:00.890 VERBOSE [2] configurationFile is config.xml
13/03/2005 09:43:00.906 VERBOSE [2] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
13/03/2005 09:43:00.906 VERBOSE [2] getValue: /settings/DatabaseConnectionString : Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=
13/03/2005 09:43:00.906 VERBOSE [2] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\devnz\gbpvr\\gbpvr.mdb";User Id=admin;Password=
13/03/2005 09:43:00.906 VERBOSE [2] getValue() loading new key/value into cache: /settings/DontAntiAlias
13/03/2005 09:43:00.906 VERBOSE [2] getValue: /settings/DontAntiAlias : false
13/03/2005 09:43:00.906 VERBOSE [2] getValue() loading new key/value into cache: /settings/LoggingLevel
13/03/2005 09:43:00.906 VERBOSE [2] getValue: /settings/LoggingLevel : Debug
13/03/2005 09:43:00.906 VERBOSE [2] SourceConfigurationContainer.LoadAll()
13/03/2005 09:43:01.062 VERBOSE [2] MyMusicTask created
13/03/2005 09:43:01.078 VERBOSE [2] MyPicturesTask created
13/03/2005 09:43:01.093 VERBOSE [2] MyVideosTask created
13/03/2005 09:43:01.093 VERBOSE [2] MyVideosEvent created
13/03/2005 09:43:01.109 VERBOSE [2] creating DirectRecordingSource
13/03/2005 09:43:01.109 VERBOSE [2] Loading DirectRecordingSource Configuration : 1
13/03/2005 09:43:01.156 VERBOSE [2] About to connect to remote recording service
13/03/2005 09:43:01.156 VERBOSE [2] getValue() loading new key/value into cache: /settings/RecordingServiceLocation
13/03/2005 09:43:01.156 VERBOSE [2] getValue: /settings/RecordingServiceLocation : tcp://localhost:7968/RecordingRemote
13/03/2005 09:43:01.171 VERBOSE [2] RecordingFactory.loadSchedule()
13/03/2005 09:43:01.187 VERBOSE [2] - loading: Fat Friends    status:4    start: 10/03/2005 19:00
13/03/2005 09:43:01.187 VERBOSE [2] - loading: That's So Raven    status:4    start: 11/03/2005 09:00
13/03/2005 09:43:01.203 VERBOSE [2] - loading: C:\MyRecordings\Thats So Raven\Thats So Raven_20050311_09000925.mpg    status:2    start: 11/03/2005 09:00
13/03/2005 09:43:01.203 VERBOSE [2] - loading: Art Attack    status:4    start: 11/03/2005 10:15

All the rest is just programme loading and all VERBOSE
« 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
  VMR9 Error message cristovao 7 5,934 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,541 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,582 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,905 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,620 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,249 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,800 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,089 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,874 2010-07-17, 04:31 AM
Last Post: psycik
  error: failure playing back file yonu 4 2,124 2010-07-12, 12:52 AM
Last Post: yonu

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

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

Linear Mode
Threaded Mode