2012-02-01, 06:53 PM
This seems to have crept in with latest patch (#9), when you Alt-Y for the subtitles popup in a DVD, or right-click over the video with the mouse:
It happens with NextPVR.exe dated 26/01/2012, 09:25 (patch #9) but not with one dated 23/01/2012, 09:44 (patch #6). Patches 7 and 8 didn't change NextPVR.
Iain
Code:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Players.PlaybackProxyFactory.GetSubtitleStreamList()
at NextPVR.Players.BasePlayer.GetSubtitleStreams()
at NextPVR.Players.BasePlayer.HandleCommonCommands(String command)
at NextPVR.Players.DVDPlayer.HandleCommand(String command)
at NextPVR.Players.BasePlayer.HandleCommonCommands(String command)
at NextPVR.Players.DVDPlayer.HandleCommand(String command)
at NextPVR.Players.DVDPlayer.OnKeyDown(KeyEventArgs e)
at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
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 NextPVR.ControllerForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
It happens with NextPVR.exe dated 26/01/2012, 09:25 (patch #9) but not with one dated 23/01/2012, 09:44 (patch #6). Patches 7 and 8 didn't change NextPVR.
Iain