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 … 542 543 544 545 546 … 1231 Next »
Can't start GBPVR - .net error

 
  • 0 Vote(s) - 0 Average
Can't start GBPVR - .net error
mrming
Offline

Junior Member

Posts: 33
Threads: 11
Joined: Dec 2004
#1
2007-04-08, 06:04 PM
Hi all,

I've been using GBPVR for two years and recently the machine I've been running it on has died. I've started with a fresh install of Windows 2000 on another machine, but can't get GBPVR to work.

I've installed the .net framework version 2.0 and version 2.8 of the MDAC components. Unfortunately whenever I do anything in GBPVR (e.g. launch the Config app) I get a .net exception. The full error message is below but basically it's:

"The specified module could not be found. (Exception from HRESULT: 0x8007007E)."

Has anyone got any ideas how to fix this? I want my PVR back! Sad

Things I've tried so far:

Removing and reinstalling the .net framework
Removing and reinstalling the MDAC components
Removing and reinstalling GBPVR

None of this has worked... :confused:


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:/WINNT/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:/WINNT/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:/WINNT/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:/WINNT/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:/WINNT/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:/WINNT/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:/WINNT/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.
mrming
Offline

Junior Member

Posts: 33
Threads: 11
Joined: Dec 2004
#2
2007-04-08, 06:24 PM
You need to install DirectX 9.0 - phew!
steves
Offline

Member

Posts: 54
Threads: 10
Joined: Oct 2005
#3
2007-05-17, 09:51 PM
I'm struggling with the same thing!!!

Tried installing DirectX 9. No help.

Installed MDAC 2.8
.Net 2.0
DirectX9
Win 2000 SP4

Still the same error over and over again,.....

HEEEEELLLLLLLPPPPPP!!!!!
EPIA 800Mhz 256Mb 160gb PVR-150 + MVP (mvpmc!!) GB-PVR 95.16
HtV
Offline

Posting Freak

Posts: 3,470
Threads: 46
Joined: Dec 2005
#4
2007-05-17, 10:10 PM
Maybe you need a newer version of mediaplayer. That advice I've seen alot in problems with win2000.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
steves
Offline

Member

Posts: 54
Threads: 10
Joined: Oct 2005
#5
2007-05-18, 01:10 PM
Thanks! That solved it.

Another one for the FAQ me thinks....

Min requirements for a Windows 2000 install:

1) Win 2K
2) Service Packs (recommend 4)
3) Microsoft Installer 3.0 (required for .Net)
4) .Net 2.0
5) MDAC 2.6 (or greater)
6) DirectX 9 (or greater)
7) Windows Media Player (9 is latest for Win2K)
8) GBPVR

Mmmmm a tad more than mentioned on the system requirements page ;-)Wink
EPIA 800Mhz 256Mb 160gb PVR-150 + MVP (mvpmc!!) GB-PVR 95.16
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 62,652 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,391 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,188 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,519 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,224 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,353 2012-03-18, 02:07 AM
Last Post: KS4UA
  VMR9 Error message cristovao 7 5,820 2012-01-31, 07:35 AM
Last Post: SLR_65
  Start PC for recording, Sleep/Hibernate when done Basher52 6 4,975 2011-12-17, 02:52 PM
Last Post: Sykor
  Last version of GBPVR download? matthrolf 8 6,462 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,410 2011-10-20, 07:13 PM
Last Post: martint123

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

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

Linear Mode
Threaded Mode