2007-05-31, 06:06 AM
Hey all,
I just installed gbpvr for the first time in a very long time. I was giving it a trial run before I deployed it on my HTPC. I tried installing it on another machine (2 gigs of ram, core 2 duo, fresh install of XP pro).
So after trying the install and getting a number of different errors (I didn't log any of them) I narrowed it down to being a .NET framework issue. I downloaded and re-installed framework 2.0 as well as the 2.0 SP2. After that the install went completely fine until after the install completed and I get a pop up with an error from the .NET framework. Googling hasn't helped because the error keeps getting asked about by programmers, so it doesn't really help me figure it out.
The actual error code in the message box says: "The specified module could not be found. (Exception from HRESULT: 0x8007007E)." No where does it say what the "specified" module is. I will also copy and paste the entire error log below, and I have also attached all my logs from gbpvr. By the way, if I click "Continue" on the error then the gbpvr config does open, but every drop down menu and every box is just blank.
Thanks in advance!
The .NET error:
I just installed gbpvr for the first time in a very long time. I was giving it a trial run before I deployed it on my HTPC. I tried installing it on another machine (2 gigs of ram, core 2 duo, fresh install of XP pro).
So after trying the install and getting a number of different errors (I didn't log any of them) I narrowed it down to being a .NET framework issue. I downloaded and re-installed framework 2.0 as well as the 2.0 SP2. After that the install went completely fine until after the install completed and I get a pop up with an error from the .NET framework. Googling hasn't helped because the error keeps getting asked about by programmers, so it doesn't really help me figure it out.
The actual error code in the message box says: "The specified module could not be found. (Exception from HRESULT: 0x8007007E)." No where does it say what the "specified" module is. I will also copy and paste the entire error log below, and I have also attached all my logs from gbpvr. By the way, if I click "Continue" on the error then the gbpvr config does open, but every drop down menu and every box is just blank.
Thanks in advance!
The .NET error:
Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Config.xfd6951461fe46d87.x1f0684532099dac8(Object xdf2e3583f942db7b, EventArgs xc4f45905cb1fc7ba)
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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Config
Assembly Version: 1.0.2614.27228
Win32 Version: 1.0.2614.27228
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Config.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
GBPVRBackendCommon
Assembly Version: 1.0.2614.27225
Win32 Version: 1.0.2614.27225
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRBackendCommon.DLL
----------------------------------------
GBPVRPublic
Assembly Version: 1.0.2605.24459
Win32 Version: 1.0.2605.24459
CodeBase: file:///C:/Program%20Files/devnz/gbpvr/GBPVRPublic.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.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
----------------------------------------
************** 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.