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 … 1136 1137 1138 1139 1140 … 1231 Next »
.238 unhandled exception in Config program

 
  • 0 Vote(s) - 0 Average
.238 unhandled exception in Config program
cannondale0815
Offline

Junior Member

Posts: 25
Threads: 7
Joined: Nov 2004
#1
2004-11-29, 01:38 AM
Hey sub,

after uninstalling .227 and installing .238, I am getting an unhandled exception when starting the Config program, preventing me from configuring the new version:

----------------------------
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 t.ak(Object A_0, EventArgs A_1)
  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.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

<snip>



sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#2
2004-11-29, 01:46 AM
Can you email your log files to me at support@devnz.com
fini
Offline

Member

Posts: 143
Threads: 22
Joined: Sep 2004
#3
2004-11-29, 01:59 AM
Just re-read and saw that this was happening in the config program rather than the main program - thus my comment is not relevant.

fini
cannondale0815
Offline

Junior Member

Posts: 25
Threads: 7
Joined: Nov 2004
#4
2004-11-29, 02:26 AM
sub, log files have been sent. thanks!
cannondale0815
Offline

Junior Member

Posts: 25
Threads: 7
Joined: Nov 2004
#5
2004-11-29, 03:13 AM
I think it's because it can't find the following skin directory:

Could not find a part of the path "C:\Program Files\GB-PVR\skin\main menu\Skin.xml".

I found this error message in the gbpvr.exe.log file. I checked, and though the general skin directory exists, the "main menu" subdirectory doesn't. Also note that I changed the install location from its default. Perhapts that could have somehow screwed up the installation? This wasn't a problem with the previous version though.
cannondale0815
Offline

Junior Member

Posts: 25
Threads: 7
Joined: Nov 2004
#6
2004-12-07, 04:00 AM
sub, same thing happening here again with 0.2311. I did a clean install this time (uninstalled previous version, removed old install directory, then did a clean install into "c:\program files\GB-PVR&quotWink. Right after the installation is done, when it tries to start the config program, the same unhandled exception occurrs that I got with 0.238. Could this be in any way related to me changing the default installation path? If you want I can send you the logs again.

P.S.: There are no logs, probably because I wasn't even able to start anything. The only log file is the Config.exe.log, and it looks as follows:

12/6/2004 11:00:56 PM.183 VERBOSE [7] installDirectory is C:\Program Files\GB-PVR\
12/6/2004 11:00:56 PM.183 VERBOSE [7] configurationFile is C:\Program Files\GB-PVR\\config.xml
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue: /settings/DatabaseConnectionString : Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=
12/6/2004 11:00:56 PM.193 VERBOSE [7] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="C:\Program Files\GB-PVR\\gbpvr.mdb";User Id=admin;Password=
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue() loading new key/value into cache: /settings/DontAntiAlias
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue: /settings/DontAntiAlias : false
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue() loading new key/value into cache: /settings/LoggingLevel
12/6/2004 11:00:56 PM.193 VERBOSE [7] getValue: /settings/LoggingLevel : Error
BenTO
Offline

Junior Member

Posts: 27
Threads: 10
Joined: Dec 2004
#7
2004-12-07, 02:25 PM
I had the same problem last night and the following from Sub helped me with this problem.  One step I had to do different was to close the GBPVRRecording service Tray Icon first before running the InstallUtil command.  And don't forget to reboot.  Once I did that, the config program worked again.

Ben

Posted: Nov. 30 2004,23:10  
------------------------------------------------------------
Something on you machine is stopping the recording service from being installed. Are you an administrator on your machine? I dont remember anyone having this problem for a long long time. You could try manually installing the recording service by doing the following:

From a command prompt, change into the C:\Program Files\devnz\GBPVR directory. Run "installutil GBPVRRecordingService.exe". Then reboot.

Installutil may not be in you path. It'll be in a directory like C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322, so you may need to stick that path in front of the installutil command

Edited by sub on Nov. 30 2004,23:15
-------
Intel MB, P3-1GHZ, 512MB RAM, 200GB drive, WinTV PVR-250, Radeon 7000 PCI with composite video out, Windows XP Pro.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#8
2004-12-07, 04:38 PM
[b Wrote:Quote[/b] ]Could this be in any way related to me changing the default installation path?
Yes, I suspect so. I've added it to the list of things to look at for the next release. For now, if it wont install in your "c:\program files\GB-PVR" directory, just install it to the default directory "c:\program files\devnz\GB-PVR".



cannondale0815
Offline

Junior Member

Posts: 25
Threads: 7
Joined: Nov 2004
#9
2004-12-08, 01:49 AM
So I again completely uninstalled everything, removed the old gbpvr dir and reinstalled into the default directory location (with reboots inbetween of course). Still, I am getting the same error message right after the installation program is done (when it tries to launch the config util). I also tried BenTO's suggestion, but I am getting the following message, indicating that the service had already been registered:

-----------
An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The specified service already exists
-----------

Am I really the only one who is having this problem for the last two releases? .227 worked just fine for me.
BenTO
Offline

Junior Member

Posts: 27
Threads: 10
Joined: Dec 2004
#10
2004-12-08, 12:42 PM
[b Wrote:Quote[/b] ]An exception occurred during the Install phase.
System.ComponentModel.Win32Exception: The specified service already exists

I think I got that message too when I tried it the first time and I had to make sure that the Tray Icon for GBPVR was closed.  Services will keep running even if you delete the files from the Program Files.

The other thing to try is to remove GBPVR out of the Startup folder and reboot.  That way the service doesn't startup.  Then run the installutil command.

Last thing to try is that there is an installutil /uninstall feature I think.  But I don't know how that works exactly.

Hope this helps,
Ben
-------
Intel MB, P3-1GHZ, 512MB RAM, 200GB drive, WinTV PVR-250, Radeon 7000 PCI with composite video out, Windows XP Pro.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Program MCE remote? arkennedy75 1 2,764 2011-04-13, 12:09 AM
Last Post: pBS
  How to record a program while sleeping broadband412 2 2,233 2011-01-10, 11:13 PM
Last Post: broadband412
  GBPVR keeps recording after end of program stoenjes 2 1,961 2010-10-15, 12:37 AM
Last Post: stoenjes
  Unhandled exception has occurred in a component in your application. dspdrew 9 7,862 2010-09-16, 05:34 PM
Last Post: sub
  Can't view channels in config donschjr 8 3,002 2010-08-13, 12:50 AM
Last Post: donschjr
  Easy way to toggle Client/Server without using Config? Dan the man 2 2,187 2010-08-02, 11:53 AM
Last Post: Reddwarf
  PVRX2 unhandled exception - cannot access menu functions linfor 4 2,438 2010-07-31, 03:52 AM
Last Post: sub
  Strange database problem -- pvrx2 not seeing updates, EWA and Config.exe are. 86atc250r 5 2,555 2010-07-26, 10:09 AM
Last Post: martint123
  parallelprocessing does not run on second program when two consecutive recordings zaldwaik 2 1,648 2010-07-20, 12:31 AM
Last Post: zaldwaik
  TS 'fixing' program? (JohnnyCam please read) johnsonx42 3 2,103 2010-07-19, 04:59 AM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode