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) SearchWiz & MovieWiz v
« Previous 1 … 12 13 14 15 16 Next »
EpisodeTweaker prob

 
  • 0 Vote(s) - 0 Average
EpisodeTweaker prob
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#1
2007-12-05, 08:10 PM (This post was last modified: 2007-12-05, 08:12 PM by ecorbin.)
I'm trying to use EpisodeTweaker, but I'm getting the following error message when I launch it:

Code:
GetRecordedShowInfo() - EXCEPTION: Data Source cannot be empty. Use :memory: to open an in-memory database

I have GB-PVR 1.1.5 installed in the default directory. I unzipped EpisodeTweaker.exe to the gbpvr directory and WizUiHelper.dll into gbpvr/plugins/common. Any ideas?

EDIT: I also unzipped WizDLLs.zip into gbpvr/plugins/common.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2007-12-06, 07:12 PM
ecorbin Wrote:I'm trying to use EpisodeTweaker, but I'm getting the following error message when I launch it:

Code:
GetRecordedShowInfo() - EXCEPTION: Data Source cannot be empty. Use :memory: to open an in-memory database

I have GB-PVR 1.1.5 installed in the default directory. I unzipped EpisodeTweaker.exe to the gbpvr directory and WizUiHelper.dll into gbpvr/plugins/common. Any ideas?

EDIT: I also unzipped WizDLLs.zip into gbpvr/plugins/common.
I'll take a look tonight. Could you zip your gbpvr.db3 database and attach.
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#3
2007-12-06, 08:05 PM
I've sent you a PM about my database. Thanks!
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2007-12-07, 03:14 AM
ecorbin Wrote:I've sent you a PM about my database. Thanks!
Your db works fine on my machine. Could you try out the attached version of the program? I've added logging so maybe we can see what's going on. After running, you will find a log file in logs (EpisodeTweaker.exe.log).
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#5
2007-12-07, 03:41 AM
I tried the debug version and it crashed immediately. I got a Microsoft .NET Framework unhandled exception. It says

Quote:Method not found: "Void WizUtilities.WizInfo.LogMessage(System.String, System.String, System.String)'.

The "Details" button reveals this:

Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.MissingMethodException: Method not found: 'Void WizUtilities.WizInfo.LogMessage(System.String, System.String, System.String)'. at EpisodeTweaker.EpisodeTweakerCore..ctor() at EpisodeTweaker.Form1.Form1_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(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.WmShowWindow(Message& m) at System.Windows.Forms.Form.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) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- EpisodeTweaker Assembly Version: 1.0.1.0 Win32 Version: 1.0.1.0 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/EpisodeTweaker.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- WizUiHelper Assembly Version: 1.0.12.0 Win32 Version: 1.0.12.0 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/WizUiHelper.DLL ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.30.1 Win32 Version: 1.0.30.1 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/System.Data.SQLite.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- GBPVRPublic Assembly Version: 1.0.2869.10147 Win32 Version: 1.0.2869.10147 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Clicking "Continue" opens the program, but the list is empty. Trying to close the program throws another exception:

Code:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at EpisodeTweaker.Form1.Form1_FormClosing(Object sender, FormClosingEventArgs e) at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.Form.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) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- EpisodeTweaker Assembly Version: 1.0.1.0 Win32 Version: 1.0.1.0 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/EpisodeTweaker.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- WizUiHelper Assembly Version: 1.0.12.0 Win32 Version: 1.0.12.0 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/WizUiHelper.DLL ---------------------------------------- System.Data.SQLite Assembly Version: 1.0.30.1 Win32 Version: 1.0.30.1 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/System.Data.SQLite.DLL ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.832 (QFE.050727-8300) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- GBPVRPublic Assembly Version: 1.0.2869.10147 Win32 Version: 1.0.2869.10147 CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Clicking "Quit" makes it throw the same exception again, a couple times more, until I get a standard "tell Microsoft about this problem" message.

I'll be glad to try another version of the program. Thanks for your help!

Oh, and it doesn't create a log file. I'm guessing it crashes too soon, or something like that.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2007-12-07, 05:25 PM
ecorbin Wrote:Oh, and it doesn't create a log file. I'm guessing it crashes too soon, or something like that.
Exactly right. I've seen this problem before and it usually means an old version of the DLL is getting loaded prior to the one in plugins/common.

Take a look in gbpvr directory for WizUiHelper.DLL. If it exists there, delete it and re-run.

If not, grab my WizDllInfoHelper program from the Wiki, run it and attach the results to this post, it should tell us where the culprit is.
ecorbin
Offline

Member

Posts: 71
Threads: 7
Joined: Sep 2004
#7
2007-12-07, 09:19 PM
JavaWiz Wrote:Exactly right. I've seen this problem before and it usually means an old version of the DLL is getting loaded prior to the one in plugins/common.

Take a look in gbpvr directory for WizUiHelper.DLL. If it exists there, delete it and re-run.

You got it. The file was there. I deleted it -- actually Windows said it was in use until I closed SlimmGBPVR. I tried just stopping the GB-PVR service, but it said it was still in use. I closed SlimmGBPVR and then could delete the file. Restarted SlimmGBPVR and the GB-PVR service, and EpisodeTweaker runs now. I'm not sure why that file was there, but everything seems to work without it. Thanks!!!
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#8
2007-12-08, 06:42 AM
ecorbin Wrote:You got it. The file was there. I deleted it -- actually Windows said it was in use until I closed SlimmGBPVR. I tried just stopping the GB-PVR service, but it said it was still in use. I closed SlimmGBPVR and then could delete the file. Restarted SlimmGBPVR and the GB-PVR service, and EpisodeTweaker runs now. I'm not sure why that file was there, but everything seems to work without it. Thanks!!!
Glad you got it fixed.

It was most likely put there from an earlier version of one of the plugins prior to the convention of placing the supporting DLLs in the plugins/common directory.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EpisodeTweaker crashes Wakalaka 5 3,883 2009-06-09, 12:58 AM
Last Post: JavaWiz

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

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

Linear Mode
Threaded Mode