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 … 450 451 452 453 454 … 1231 Next »
"whats new" dumps to main menu

 
  • 0 Vote(s) - 0 Average
"whats new" dumps to main menu
SgtPepperKSU2112
Offline

Junior Member

Posts: 11
Threads: 3
Joined: Jul 2006
#1
2007-10-08, 05:40 AM
Recently, I've noticed that when I select "Whats New" on the Recordings screen, it just goes back to the main menu. Here is what I take to be the relevant bit from the logs:

Code:
2007-10-08 00:28:17.373 VERBOSE [1] RecordingFactory.loadRecentRecordingList() 2007-10-08 00:28:17.373 VERBOSE [1] getValue() loading new key/value into cache: /settings/WhatsNewDayCount 2007-10-08 00:28:17.373 VERBOSE [1] getValue: /settings/WhatsNewDayCount : 7 2007-10-08 00:28:18.274 VERBOSE [1] ReturnToMainMenu() 2007-10-08 00:28:18.274 VERBOSE [1] Recordings is currently active 2007-10-08 00:28:18.274 VERBOSE [1] Recordings.Deactivate() called 2007-10-08 00:28:18.274 VERBOSE [1] HideInset 2007-10-08 00:28:18.284 VERBOSE [1] UiList.GetRenderList() 2007-10-08 00:28:18.284 VERBOSE [1] selectedIndex = 0 listViewVisibleIndex = 0 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.284 VERBOSE [1] LIST: Using cached image 2007-10-08 00:28:18.304 VERBOSE [1] ReturnToMainMenu()@2 2007-10-08 00:28:19.927 VERBOSE [1] System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at GBPVRX2.xc8bec4ab98c5a6c5.x05b6b3eaf08fe31e(ScheduledRecording x5beb771b6541f1d2, Boolean xcba55f654f906261) at GBPVRX2.xc8bec4ab98c5a6c5.x6bf008b4bef03bbe(ScheduledRecording x5beb771b6541f1d2) at GBPVRX2.xc8bec4ab98c5a6c5.x6403d90134c365c0() at GBPVRX2.xc8bec4ab98c5a6c5.x8257d2bb9b2c4954(Boolean xdf600583127b6822) at GBPVRX2.xc8bec4ab98c5a6c5.handleCommand(String command) at GBPVRX2.BaseButtonListUiTask.OnKeyDown(KeyEventArgs e) at GBPVRX2.xc8bec4ab98c5a6c5.OnKeyDown(KeyEventArgs e) at GBPVRX2.MenuTask.xd2a3a83a17aec615.OnKeyDown(KeyEventArgs e) at GBPVRX2.x0061b801bdf12d35.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba) at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)

Do I have some sort of database corruption? If so, is there a way to fix it (as opposed to wiping and starting over)?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#2
2007-10-09, 12:04 AM
I suspect somehow its ended up with recording in the database that doesnt have a valid filename. It seems to fairly when it tries to find the thumbnail image that goes with a recording.

Can you hit the 'export recordings' buttons in the config app, then zip and attach the recordings-dump.xml file?
SgtPepperKSU2112
Offline

Junior Member

Posts: 11
Threads: 3
Joined: Jul 2006
#3
2007-10-09, 01:40 PM
recording-dump.xml zipped and attached.

You may want to zero in on "Ghost Hunters". I suspect it may be at the crux of this problem. Not too long ago, it had some "ghost" recordings. Two of the episodes it recorded sort-of showed up twice in my recordings lists. It appeared as though my list had gaps (no recording listings, just showed through to background) in it until I selected that gap, then it showed up as a duplicate of one of the other episodes. I'd attach a picture to compensate for my lacking description, but it isn't happening anymore.

Oh, and I didn't mention it before, but I'm using 1.0.16 with the default skin. The only significant stray from defaults is <AutoRemoveMissingRecordings>false</AutoRemoveMissingRecordings> (in light of your initial diagnosis, this seems pretty relevant).

Thanks in advance.

- Keith
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#4
2007-10-09, 08:57 PM
It seems to be this recording causing your problems:

Code:
<recording> <filename>Monk</filename> <channel>28 USA</channel> <status>READY</status> <startTime>2007-10-05 20:00:00</startTime> <endTime>2007-10-05 21:00:00</endTime> <title>Monk</title> <subtitle>Mr. Monk and His Biggest Fan</subtitle> <description>Adrian's biggest fan is accused of a bizarre crime.</description> <uid>EP005116510081</uid> </recording>
The filename should be set to a valid filename, not "monk".

You could use something like SQLiteSpy to edit the gbpvr.db3 database to remove this entry from the RECORDING_SCHEDULE table, or to edit the filename to point it to the real filename.
SgtPepperKSU2112
Offline

Junior Member

Posts: 11
Threads: 3
Joined: Jul 2006
#5
2007-10-09, 11:38 PM
Hmmm, I canceled that recording... There is no file to point it to.

For some reason sqlitespy wouldn't set me delete anything, just edit. And, gb-pvr choked when I pointed that recording to a junk file I wanted to delete anyway. But, I copied another recording and pointed it to that, went into pvrx2 and told it to delete. Voila, it's gone, and "Whats New" works again.

Thanks for you help.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows 7 and Working DVD Menu Navigation imilne 8 5,691 2011-01-04, 02:23 PM
Last Post: imilne
  PVRX2.exe not rendering anything? no menu, video, nothing ClwFLGator 6 4,518 2010-08-24, 04:42 PM
Last Post: ClwFLGator
  Cannot see PVRX2 main menu smvr99 4 3,029 2010-08-11, 02:40 AM
Last Post: smvr99
  PVRX2 unhandled exception - cannot access menu functions linfor 4 3,105 2010-07-31, 03:52 AM
Last Post: sub
  DXVA Still not working whats going on! nptech 5 3,363 2010-06-14, 05:21 AM
Last Post: nptech
  GBPVR does not return to menu after a show andonato 4 2,919 2010-05-24, 09:07 PM
Last Post: andonato
  No Live TV - Kicks Back To Menu OldSkoolVWLover 5 3,588 2010-04-29, 02:07 PM
Last Post: Satori
  Remove 'Exit' option from main menu Krydos 6 3,741 2010-04-27, 02:39 AM
Last Post: stustunz
  pin code for settings menu? HYBRiD.BLiNG 2 2,748 2010-04-20, 05:27 PM
Last Post: sub
  Problem scrolling with keyboard in TV Guide - exits back to Main Menu jokerwithin 8 4,105 2010-04-19, 01:30 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode