mrxtc89117 Wrote:Would you release the source? I would like to make one for blockbuster too but don't really have time to start from scratch. Thanks
I am going to release the source. The only reason I hadn't yet is because it's incomplete and very much unpolished. I am setting up an svn so that uwfalcon (and anyone else who wants it) can help work on it. I'll be posting here once I get that set up and you're welcome to grab it.
The error I am getting completely locks up PVRX2--its says "Unhandled exception has occurred in a component in your application. If you click continue, the application will ignore this error and attempt to continue.
Object reference not set to an instance of an object"
Clicking continue keeps bringing the message back. Here is some of the text within the message:
"************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GBPVRX2.BaseButtonListUiTask.GetRenderList()
at GBPVRX2.MenuTask.xd2a3a83a17aec615.GetRenderList()
at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
at GBPVRX2.x0061b801bdf12d35.xf11d09f6e9e3e55b()
at GBPVRX2.xdd215986d9a64c86.ReturnToMainMenu()
at GBPVRX2.x0061b801bdf12d35.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)"
Any help is appreciated--sorry for the delayed response.
[SIZE="1"]Hauppauge USB2-PVR, Hauppauge MVP (Wired), GBPVR 1.3.11, Vista Home Premium[/SIZE]
HELP!!
I saw some posts about the plugin not showing up in the config. I also have that issue. No where to be found. I would LOVE this plugin to work man!!! Do you need .net framework stuff? I found some errors in the logs below if that helps!
OS: XP
GB: 1.1.5
========[config.exe log]================================
2008-01-20 20:37:32.824 INFO [1] About to check 'C:\Program Files\devnz\gbpvr\plugins\Netflix' for plugins
2008-01-20 20:37:32.824 VERBOSE [1] About to check file: C:\Program Files\devnz\gbpvr\plugins\Netflix\Netflix.dll
2008-01-20 20:37:32.834 VERBOSE [1] Reader constructor parameter count: 0
2008-01-20 20:37:32.844 VERBOSE [1] Looking for missing assembly in C:\Program Files\devnz\gbpvr\plugins\Netflix: CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null
2008-01-20 20:37:32.844 VERBOSE [1] Looking for missing assembly in plugin\common: CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null
2008-01-20 20:37:32.844 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\Netflix\Netflix.dll
2008-01-20 20:37:32.844 ERROR [1] Exception has been thrown by the target of an invocation.
2008-01-20 20:37:32.854 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xd1ccdef346e6a297(Boolean x8bae2a88590d8cc0)
2008-01-20 20:37:32.854 ERROR [1] Inner exception: System.IO.FileNotFoundException: Could not load file or assembly 'CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'CommonGBPVRUtilities, Version=1.2.2046.32553, Culture=neutral, PublicKeyToken=null'
at Netflix.Feeds..ctor()
at Netflix.Reader..ctor()