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 … 962 963 964 965 966 … 1231 Next »
Crashing when exiting to menu.

 
  • 0 Vote(s) - 0 Average
Crashing when exiting to menu.
pwtenny
Offline

Junior Member

Posts: 49
Threads: 11
Joined: Apr 2005
#1
2005-09-21, 09:01 PM
The problem: after watching nearly all of a program, exiting back to the menu either via stop (on the remote) or Back/Exit (silver hauppauge), GBPVR crashes.

My take: looks like something I broke in the skin, mine is heavily modified.

The catch: it doesn't do it if I start the program from the beginning and only watch it for a few minutes. It only dies if I watch basicly the entire program, then try to exit out.

The error message boxes and the log are here: http://dock.nevernet.com/images/gbpvr_errors/

It still looks like a skin problem I may have made, but it's just not specific enough for me to know. Any ideas?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#2
2005-09-21, 09:14 PM
Does this error still happen for you with v0.94.12? I seem to remember fixing a bug something like this. Your logs indicate you're running some older version.
pwtenny
Offline

Junior Member

Posts: 49
Threads: 11
Joined: Apr 2005
#3
2005-09-21, 09:18 PM
sub Wrote:Does this error still happen for you with v0.94.12? I seem to remember fixing a bug something like this. Your logs indicate you're running some older version.
I apologize, I meant to mention the version. I am running v0.93.10 (GBPVR.exe version 1.0.2051.27281). I take it you would suggest upgrading?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#4
2005-09-21, 09:25 PM
Quote:I take it you would suggest upgrading?
Yep, the old release is dead to me Big Grin Easier to support one release than two
pwtenny
Offline

Junior Member

Posts: 49
Threads: 11
Joined: Apr 2005
#5
2005-09-22, 03:54 AM
I've upgraded and will let you know one way or another if the exit-to-menu crash was solved by it. Until I get a chance to watch a full program and find out, I've run into a crash with this newest release.

The meat of it via the error dialog:

System.NullReferenceException: Object reference not set to an instance of an object.
at GBPVR.Public.SkinHelper.getNamedImageNonCached(String name, Hashtable parameters)
at GBPVR.Public.SkinHelper.getNamedImage(String name, Hashtable parameters)
at xae10db17d26ba033.x86396f56243de9fb.render(Boolean& xbae0ec4fbb835d1e)
at xae10db17d26ba033.xbb1566157f5f8b1f.ForceRepaint()
at xae10db17d26ba033.x86396f56243de9fb.x5337203f86c34517(String x2022b5e8d76ee693)
at xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

I got this trying to update a recurring recording. It errored after: going to Recordings, selecting Recurring, selecting info for a program, and finally selecting Update (it was set to record the wrong channel.) I restarted GVPVR and it happened again while trying to update that recording. The text from the error dialog is attached, and the log for gbpvr is at the url below.

http://dock.nevernet.com/images/gbpvr_er...or_log.htm

-----------------------------------------------------------------

While I was writing this, I decided to switch away from my skin to the default, and GBPVR did not crash this time, but it did return on on-screen error of: Object reference not set to an instance of an object (null pointer).

The error follows:

9/21/2005 11:47:40 PM.031 VERBOSE [2] RecordingFactory.loadSchedule()
9/21/2005 11:47:40 PM.031 VERBOSE [2] getValue cached value: /settings/AutoRemoveMissingRecordings : true
9/21/2005 11:47:49 PM.140 VERBOSE [2] RecordingFactory.getExtrasForGroup(5)
9/21/2005 11:47:49 PM.218 ERROR [2] Error: msg=0x100 (WM_KEYDOWN) hwnd=0x700e4 wparam=0xd lparam=0x1c0001 result=0x0 : System.NullReferenceException: Object reference not set to an instance of an object.
at xae10db17d26ba033.x5cda45cd457fdeba.x1fa9fc9cbb6f81c9(x74455bc585ff5246 x421ce789b9741187, Programme x5d1dc8495c0908a9, ScheduledRecording x7a46bf99d6e49df2, Int32 x5402cfb4a6eafc61, Int32 xc0cb2da9e3b49ecc)
at xae10db17d26ba033.x5cda45cd457fdeba..ctor(x74455bc585ff5246 x421ce789b9741187, ScheduledRecording x7a46bf99d6e49df2, Int32 x5402cfb4a6eafc61, Int32 xc0cb2da9e3b49ecc)
at xae10db17d26ba033.x3222298a0181dd43.xb4057d727283fc14(x8b4f0834394c048a x7cb9dd1fd53b81bf)
at xae10db17d26ba033.xa556fe3f7d8d6ce3.OnKeyDown(KeyEventArgs xc4f45905cb1fc7ba)
at xae10db17d26ba033.x3222298a0181dd43.OnKeyDown(KeyEventArgs xc4f45905cb1fc7ba)
at xae10db17d26ba033.x86396f56243de9fb.OnKeyDown(KeyEventArgs xc4f45905cb1fc7ba)
at xae10db17d26ba033.xbb1566157f5f8b1f.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 xae10db17d26ba033.xbb1566157f5f8b1f.WndProc(Message& x5f8f2c40c000ab2c)
9/21/2005 11:47:50 PM.562 VERBOSE [2] ShowMouse ref=0
9/21/2005 11:47:58 PM.046 VERBOSE [2] HideMouse ref=-1
9/21/2005 11:48:24 PM.125 VERBOSE [2] ShowMouse ref=0
9/21/2005 11:48:32 PM.046 VERBOSE [2] HideMouse ref=-1
9/21/2005 11:48:33 PM.281 VERBOSE [2] ShowMouse ref=0
9/21/2005 11:48:39 PM.046 VERBOSE [2] HideMouse ref=-1
9/21/2005 11:48:49 PM.500 VERBOSE [2] ShowMouse ref=0
9/21/2005 11:48:53 PM.125 VERBOSE [2] getValue() loading new key/value into cache: /settings/NetRadioBufferSize
9/21/2005 11:48:53 PM.125 VERBOSE [2] getValue: /settings/NetRadioBufferSize : 96000
9/21/2005 11:48:53 PM.125 INFO [2] NetRadio buffer size is: 96000

As I said, under the default skin this was recoverable (errors and kicks you back to the main menu). Under my skin, it crashes hard. All my recurring programs except one I just made within a day or two cause this behavior. I have run into this before under previous versions and I never thought to report it, I just deleted the recurring entry that was giving me problems and made a new one just like it. But now it seems that 99% of them are doing it.

I need that one program changed since it's recording the wrong channel, so I am going to go ahead and delete the sucker tonight so at least that one will do what it should be doing. I will leave the others as they are as they do not need to be updated (and as far as I know, still cause gbpvr to record properly) pending any request for info from you.
pwtenny
Offline

Junior Member

Posts: 49
Threads: 11
Joined: Apr 2005
#6
2005-10-09, 11:21 AM
Since my last post, GBPVR still does this to me intermittently, although it simply locks up solid rather than crashing.

It freezes going back to the menu from both live preview, and also watching a recorded program. I don't know what else I can say about it since no crash probably means nothing of value in logs, but it's a pain in the butt. It locks up solid which forces me to keep a keyboard and mouse hooked up full-time so I can kill the process.

(note: I am running NVidia's DVD decoder, it's visibly superior to *everything*)
« 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 4,500 2011-01-04, 02:23 PM
Last Post: imilne
  PVRX2.exe not rendering anything? no menu, video, nothing ClwFLGator 6 3,513 2010-08-24, 04:42 PM
Last Post: ClwFLGator
  Cannot see PVRX2 main menu smvr99 4 2,279 2010-08-11, 02:40 AM
Last Post: smvr99
  PVRX2 unhandled exception - cannot access menu functions linfor 4 2,439 2010-07-31, 03:52 AM
Last Post: sub
  Config crashing. JP23 6 2,645 2010-05-30, 04:07 PM
Last Post: sub
  GBPVR does not return to menu after a show andonato 4 2,154 2010-05-24, 09:07 PM
Last Post: andonato
  No Live TV - Kicks Back To Menu OldSkoolVWLover 5 2,829 2010-04-29, 02:07 PM
Last Post: Satori
  Remove 'Exit' option from main menu Krydos 6 2,767 2010-04-27, 02:39 AM
Last Post: stustunz
  pin code for settings menu? HYBRiD.BLiNG 2 2,111 2010-04-20, 05:27 PM
Last Post: sub
  Problem scrolling with keyboard in TV Guide - exits back to Main Menu jokerwithin 8 2,999 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