NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 56 57 58 59 60 … 93 Next »
LoadRecordingSchedule endless loop crash (v0.97.7)

 
  • 0 Vote(s) - 0 Average
LoadRecordingSchedule endless loop crash (v0.97.7)
Mister Slimm
Offline

Senior Member

Posts: 437
Threads: 41
Joined: Nov 2005
#1
2006-05-15, 04:32 PM (This post was last modified: 2006-05-15, 04:38 PM by Mister Slimm.)
Dear Sub,

re.:GBPVR v0.97.7
I am the author of SlimmGBPVR, a replacement tray utility.

I have the following section of code which gets stuck on the LoadRecordingSchedule() line. It spews out what looks like an endless loop of error messages to the log file (attached) complaining about the BDA recording source.

My program is written in C# under the .NET 2.0 framework.

GBPVRPublic.dll and GBPVRBackendCommon.dll are loaded on this LoadRecordingSchedule() call. My program gets no further. It doesn't fire an exception and after a while, I just break into the program to stop it.

Code:
// Get complete recording schedule
      IList RecordingScheduleList = null;
      try
      {
        RecordingScheduleList = ScheduleHelper.getInstance().LoadRecordingSchedule();
      }
      catch (Exception ex)
      {
        Trace.TraceError("ERROR: Could not RefreshSchedule." +
                         "\n" + ex.ToString());
      }

The log: [ATTACHMENT NOT FOUND]

My setup:
Four recordings devices:
  1. Freeview #1 - BDA Terratec Cinergy 2400i 1
  2. Freeview #2 - Terratec Cinergy 2400i 2
  3. Analogue 1 - Hauppauge PVR500 1
  4. Analogue 2 - Hauppauge PVR500 2
Computer specs:
  • AMD 3200XP (not overclocked)
  • 2Gb RAM
  • Nvidia 7800GT
  • Windows XP Home
  • .NET2.0 Framework installed
File specs:
  • GBPVRPublic.dll version 1.0.2324.34331, size 65536 bytes
  • GBPVRBackendCommon.dll version 1.0.2324.26596, size 479232 bytes
  • RedRat.dll version 1.17.1608.24395, size 184320 byte
  • DriverWrapper.dll size 16384 bytes

Any guidance would be greatly appreciated. If I can supply any more info regarding my setup, just ask.

PS. I thought the red icon was a question mark, sorry. I am not giving you the thumbs down at all, in any way. Sorry.
[SIZE="1"]Akasa Zen case, AMD Phenom II X3 720, 4.00Gb Ram, Sapphire ATI Radeon 4890, Terratec Terratec Cinergy 2400i Twin Digital Tuner, 1050Gb storage, Windows 7 Home Premium.
See my blog for releases, HD wallpapers, movie, game and anime reviews and more.[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2006-05-15, 05:31 PM
I'm not really sure. It should work, as this call is also made by the Web Admin and several other plugins too.

I wonder if it also needs the NativeUtilities.dll?
Mister Slimm
Offline

Senior Member

Posts: 437
Threads: 41
Joined: Nov 2005
#3
2006-05-15, 05:36 PM (This post was last modified: 2006-05-15, 05:41 PM by Mister Slimm.)
sub Wrote:I'm not really sure. It should work, as this call is also made by the Web Admin and several other plugins too.

I wonder if it also needs the NativeUtilities.dll?

Bizarre. I added a direct reference to NativeUtilities.dll in my project and the error no longer occurs! Very strange that it didn't copy it automatically as it did before. Normally all dll dependencies are copied across automagically.

Still, that seems to have sorted it. Thanks for your reply.
[SIZE="1"]Akasa Zen case, AMD Phenom II X3 720, 4.00Gb Ram, Sapphire ATI Radeon 4890, Terratec Terratec Cinergy 2400i Twin Digital Tuner, 1050Gb storage, Windows 7 Home Premium.
See my blog for releases, HD wallpapers, movie, game and anime reviews and more.[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  1.0.8: LoadRecordingSchedule doesn't work anymore? Remco 4 2,099 2007-07-28, 08:27 AM
Last Post: Remco
  ScheduleHelper.LoadRecordingSchedule() and SQLite database locks alibert 0 1,291 2006-05-23, 05:36 PM
Last Post: alibert
  LoadRecordingSchedule() reven 5 2,111 2005-05-06, 01:55 PM
Last Post: reven
  Error from ScheduleHelper.LoadRecordingSchedule() Jeff 1 1,432 2005-02-07, 05:11 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode