NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,193
» Latest member: davidrfellows@gmail.com
» Forum threads: 65,379
» Forum posts: 602,216

Full Statistics

Online Users
There are currently 1893 online users.
» 0 Member(s) | 1887 Guest(s)
Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex

Latest Threads
Closed captioning in NPVR
Forum: Windows
Last Post: sub
6 hours ago
» Replies: 39
» Views: 3,750
unable to use tvhat on ra...
Forum: Linux
Last Post: basaltvest
Yesterday, 07:22 AM
» Replies: 2
» Views: 491
Can't Scan for Channels F...
Forum: Linux
Last Post: mvallevand
Yesterday, 03:19 AM
» Replies: 15
» Views: 964
New iOS/tvOS/macOS client...
Forum: NextPVR iOS and AppleTV Clients
Last Post: nolipro
2026-09-09, 10:35 PM
» Replies: 44
» Views: 6,475
More than one HDPVR to th...
Forum: Hardware
Last Post: mvallevand
2026-09-05, 04:51 PM
» Replies: 7
» Views: 257
actors producer director
Forum: Wishlist
Last Post: a1blues
2026-09-04, 09:20 PM
» Replies: 4
» Views: 217
Upcoming NextEnd addon an...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: mvallevand
2026-09-04, 01:00 AM
» Replies: 1
» Views: 220
HDHomeRun can't find tune...
Forum: Linux
Last Post: mvallevand
2026-09-01, 05:58 PM
» Replies: 1
» Views: 214
Can't upgrade from 6.1.1....
Forum: NextPVR Support
Last Post: blobbyguts
2026-08-31, 10:56 AM
» Replies: 1
» Views: 160
NextEnd and NFL Preseason
Forum: Windows
Last Post: mvallevand
2026-08-30, 03:13 PM
» Replies: 1
» Views: 195

 
  Exception when closing config.exe
Posted by: joche - 2005-03-31, 04:25 AM - Forum: GB-PVR Support (legacy) - Replies (2)

I have a problem on one of my clients. It's an exception that occurs when I press OK in the config application to save my changes and restart the recording services.

The problem has been around for a while and today I tried to de-install the whole GB-PVR application and remove the whole denz folder from the harddisk and make a complate new installation of the GB-PVR application.
Unfortunately with no luck.

I can't see anything in the logs, but I have attached them all.

This is a subset from the exception_shown_on_screen.txt file:

************** Exception Text **************
System.InvalidOperationException: Process performance counter is disabled, so the requested operation cannot be performed.
at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library)
at System.Diagnostics.NtProcessManager.GetProcessInfos(String machineName, Boolean isRemoteMachine)
at System.Diagnostics.ProcessManager.GetProcessInfos(String machineName)
at System.Diagnostics.Process.GetProcesses(String machineName)
at System.Diagnostics.Process.GetProcesses()
at aa.al(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.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)

Print this item

  MVP Video Size on TV
Posted by: jrmosier - 2005-03-31, 04:08 AM - Forum: MVP & NMT - Replies (10)

I am sure this has been cracked before, but I have spent the last 3 hours and have made no progress. It appears that if I change ANYTHING in the config.xml, GB-PVR will refuse to start.

I am trying to adjust the values so that the video fits on the screen. Both GB-PVR menus and video are off the screen.

Here are the two entries from config.xml that I am trying to edit.
<MVPWidth>640</MVPWidth>
<MVPHeight>500</MVPHeight>

In previous versions I set these to 620 and 420 respectively with good results. This version seems to have trouble with these being changed.

Look here for error message

The log files are at
http://www.computerfool.com/gbpvr/GBPVR.exe.log
http://www.computerfool.com/gbpvr/Config.exe-1.log
http://www.computerfool.com/gbpvr/gbpvrr....exe-1.log

Any help is greatly appreciated. BTW, running GBPVR09108.msi

Print this item

  PlayTV@P7000 by Pixel View
Posted by: otto - 2005-03-31, 04:04 AM - Forum: GB-PVR Support (legacy) - Replies (2)

Is the Pixelview PlayTV@p7000 tuner card supported in GB-PVR?

Print this item

  Pixel View PlayTV@P7000
Posted by: otto - 2005-03-31, 04:01 AM - Forum: Hardware - Replies (2)

I have the Pixelview playtv@p7000 tuner card made by Prolink but I can not get it to work on GB-PVR, I keep getting the error 'cannot connect pins'
Is there a fix for this or is the card not supported?

Print this item

  java, i hate it.
Posted by: reven - 2005-03-31, 03:13 AM - Forum: General Discussion - Replies (7)

ok ive got an assignment due for uni, its all done in java (which i havent used in a while). im having issues with eclipse (for some reason it doesnt like Vector<Object>), anyway after my love affair with vs.net, well is there a ide that you lets you create a JFrame by dragging and dropping ? (the assignment is on Java RMI, and well nothing to do with JFrames or anything, you just need to create a frame, and well, ive forgotten java (my borderlayout (or whatever its called) is giving me issues, this isnt the area i should be spending my time on, and well its taking far too long.). i know theres a lot of java programmers here, hopefully you all use an ide (and not TextPad/NotePad) just wondering if there was anythign out there like this for java?

oh the problem im having is the last control i add to the contentPane

Code:
Container contentPane = this.getContentPane(); contentPane.add(txtName);

is stretched to the full size of the frame, i init every control with the basic code
Code:
JTextBox txtName = new JTextBox(); txtName.setBounds(20,20,100,20); conentPane.add(txtName); JTextBox txtLastName = new JTextBox(); txtLastName .setBounds(20,20,100,20); conentPane.add(txtLastName );
like name will be fine, but lastname is stretched to the full frame size
eg
this.setBounds(20,20,350,350);
txtLastName bounds for some reason is changed to (0,0,350,350);

any help would be appreciated (yeah its nothign to do with gbpvr, but oh well).

Print this item

  Guide2j Advanced Scheduling
Posted by: Landru - 2005-03-31, 12:56 AM - Forum: GB-PVR Support (legacy) - Replies (7)

I've got Guide2j and fastfind installed. Normal scheduling seems to work ok, but when I click on the Adcanced button, I get the following error:

Error: The "GBPVR" element is not declared. An error occurred at file:///D:/gbpvr/PriorityRecordings.xml, (2,2).

Edit: I got past that one with newer PriorityRecordings.xml. Now I get

Error: Object reference not set to an instance of an object.


Any hints on what I've done wrong?

Print this item

  Plugins? Whats Coming up?
Posted by: darrin75 - 2005-03-31, 12:49 AM - Forum: Developers - Replies (25)

Whats everyone working on?


Me- I am wroking on an ftp plugin(athough its taking a while). Everyone may not find this useful.

Print this item

  Command line options
Posted by: cwills - 2005-03-31, 12:19 AM - Forum: GB-PVR Support (legacy) - Replies (1)

Is there a command line option to start gb-pvr in windowed or fullscreen mode? I'm using three different configurations to startup the program.

1. Minimized (windowed) on primary monitor w/350 hardware output.
2. Minimized (windowed) on primary monitor w/software output, w/full-screen overlay mirror on secondary monitor (TV).
3. Normal (fullscreen) on TV (TV set to primary, LCD set to off) w/software ouput.

The first setting is when I'm feeling confident the 350 drivers won't lockup on me. :o The second setting is when I want to use the program to watch livetv or a recording on the TV, and have the PC usuable as the primary monitor (one problem with this mode is only video is mirrored on the TV, not the gb-pvr menu and overlays, but I don't know a way around that). The third setting is when I can't afford the 350 output to crash and use software rendering, and when watching DVD's through gb-pvr.

I'm currently using three batch files that overwrite the config.xml file with one of the three predefined .xml files, and then starts gb-pvr with Ultramon to set my display priorities. I've searched the forums, but can't find a command line option to start the program in fullscreen or windowed mode. Is this possible at this time?

Print this item

  No Audio On MPEG Video Library Playback
Posted by: jmeyers - 2005-03-31, 12:19 AM - Forum: MVP & NMT - Replies (1)

I cannot get the Audio to playback through the MVP on my TV when playing video files from the GBPVR video Library. I used DVD2MPEG to create copies of my DVDS on my computer, and I can play them back fine with Audio on my computer, However I do not get any audio , only video, when playing them back through the MVP on my TV. I have tried virtually every combination of Software MPEG2 Playback Audio Decoders and Renderers in the GBPVR config. Has anyone ever seen this before? Does anyone have any ideas? I would appreciate any help I can get. Thanks In Advance.

Print this item

  No live tv
Posted by: oberon - 2005-03-30, 11:47 PM - Forum: GB-PVR Support (legacy) - Replies (4)

Hi just installed GBPVR with software recorder plugin. the capture card is a PCI card - pinnacle PCTV. I cant get live tv to work. error msg Object reference not set to an instance of an object. I dont know if this is the right log: (had to remove the first few lines too long to fit in)


31/03/05 00:16:21.828 VERBOSE [2] getValue: /settings/FMRadioStations : 91 ZM~91000000|Munt FM~88500000|Channel Z~94700000|
31/03/05 00:16:21.828 VERBOSE [2] getValue cached value: /settings/EPGProcessingMode : NORMAL
31/03/05 00:16:21.828 VERBOSE [2] getValue cached value: /settings/EPGProcessingMode : NORMAL
31/03/05 00:16:21.828 VERBOSE [2] getValue() loading new key/value into cache: /settings/EnabledPlugins
31/03/05 00:16:21.828 VERBOSE [2] getValue: /settings/EnabledPlugins : Comics
31/03/05 00:16:21.828 VERBOSE [2] CustomTaskSettings.loadAll()
31/03/05 00:16:22.171 VERBOSE [2] DvdMenuTask created
31/03/05 00:16:22.171 VERBOSE [2] getValue() loading new key/value into cache: /settings/ShowDVDButton
31/03/05 00:16:22.171 VERBOSE [2] getValue: /settings/ShowDVDButton : true
31/03/05 00:16:22.171 VERBOSE [2] Checking for Lnkx Files in: C:\Program Files\devnz\gbpvr\Lnkx
31/03/05 00:16:22.171 VERBOSE [2] ExitMenuTask created
31/03/05 00:16:22.171 VERBOSE [2] getValue() loading new key/value into cache: /settings/DirectNumberSelect
31/03/05 00:16:22.171 VERBOSE [2] getValue: /settings/DirectNumberSelect : false
31/03/05 00:16:22.171 VERBOSE [2] getValue cached value: /settings/DirectNumberSelect : false
31/03/05 00:16:22.171 INFO [2] Initializing InputDeviceManager
31/03/05 00:16:22.171 VERBOSE [2] getValue() loading new key/value into cache: /settings/RemoteType
31/03/05 00:16:22.171 VERBOSE [2] getValue: /settings/RemoteType : Default (Hauppauge)
31/03/05 00:16:22.171 VERBOSE [2] getValue cached value: /settings/RemoteType : Default (Hauppauge)
31/03/05 00:16:22.187 VERBOSE [2] SourceConfigurationContainer.LoadAll()
31/03/05 00:16:22.390 VERBOSE [2] Loading DirectRecordingSource Configuration : 1
31/03/05 00:16:22.406 VERBOSE [2] SoftwareRecorder[31]: SoftwareRecorder(version=0.11.1911.36337)
31/03/05 00:16:22.406 VERBOSE [2] SoftwareRecorderConfig[32]: SoftwareRecorderConfig(version=0.11.1911.36337, recordingSource=[31])
31/03/05 00:16:22.406 VERBOSE [2] SoftwareRecorderConfig[32]: Load(2)
31/03/05 00:16:22.406 VERBOSE [2] RecorderHelperConfig: Load(2)
31/03/05 00:16:22.406 VERBOSE [2] RecorderHelperConfig: LoadFromFile()
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueVideoDeviceIdentifier=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueVideoDeviceCapture=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueVideoDevicePreview=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueAudioDeviceIdentifier=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueAudioDeviceSource=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueAudioDeviceCapture=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): crossbarRoutings=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): videoStandard=None
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): countryCode=1
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): tuningType=Cable
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): fixedChannel=0
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueVideoEncoderIdentifier=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueAudioEncoderIdentifier=
31/03/05 00:16:22.421 VERBOSE [2] RecorderHelperConfig: Load(2): uniqueMuxerIdentifier=
31/03/05 00:16:22.421 VERBOSE [2] About to connect to remote recording service
31/03/05 00:16:22.421 VERBOSE [2] getValue() loading new key/value into cache: /settings/RecordingServiceLocation
31/03/05 00:16:22.421 VERBOSE [2] getValue: /settings/RecordingServiceLocation : tcp://localhost:7968/RecordingRemote
31/03/05 00:16:22.453 ERROR [2] Unable to find node: /settings/SpecialElements/SpecialElement[@name="MenuType"]
31/03/05 00:16:22.453 VERBOSE [2] Loading main menu
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: TV Guide
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Search Guide
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Recordings
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Live TV
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Video Library
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Music Library
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: DVD
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: FM Radio
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Net Radio
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Comics
31/03/05 00:16:22.453 VERBOSE [2] - Adding task: Exit
31/03/05 00:16:22.500 VERBOSE [2] getValue() loading new key/value into cache: /settings/ExitOnEsc
31/03/05 00:16:22.500 VERBOSE [2] getValue: /settings/ExitOnEsc : false
31/03/05 00:16:22.500 VERBOSE [2] getValue cached value: /settings/DirectNumberSelect : false
31/03/05 00:16:22.500 VERBOSE [2] getValue cached value: /settings/DirectNumberSelect : false
31/03/05 00:16:22.515 VERBOSE [2] getValue cached value: /settings/EPGProcessingMode : NORMAL
31/03/05 00:16:22.515 VERBOSE [2] getValue cached value: /settings/EPGProcessingMode : NORMAL
31/03/05 00:16:24.703 VERBOSE [2] getValue() loading new key/value into cache: /settings/LivePreviewMode
31/03/05 00:16:24.703 VERBOSE [2] getValue: /settings/LivePreviewMode : true
31/03/05 00:16:24.703 INFO [2] LiveTVStreamPlayer.initialize()
31/03/05 00:16:24.718 VERBOSE [2] getValue() loading new key/value into cache: /settings/MinimalVideoOSD
31/03/05 00:16:24.718 VERBOSE [2] getValue: /settings/MinimalVideoOSD : false
31/03/05 00:16:24.718 VERBOSE [2] getValue() loading new key/value into cache: /settings/ChannelChangeWithoutEnterKey
31/03/05 00:16:24.718 VERBOSE [2] getValue: /settings/ChannelChangeWithoutEnterKey : true
31/03/05 00:16:24.718 VERBOSE [2] getValue() loading new key/value into cache: /settings/VideoPopupTask
31/03/05 00:16:24.718 VERBOSE [2] getValue: /settings/VideoPopupTask : TV Guide
31/03/05 00:16:24.718 VERBOSE [2] PreviewLiveTV(1)
31/03/05 00:16:24.781 VERBOSE [2] PreviewLiveTV() done
31/03/05 00:16:24.906 ERROR [2] Error: msg=0x202 (WM_LBUTTONUP) hwnd=0x2b0284 wparam=0x0 lparam=0xdd00ac result=0x0 : Object reference not set to an instance of an object. : at ?GetPinNameByMediaType@@$$FYAXPAUIBaseFilter@@U_GUID@@PAGW4_PinDirection@@2@Z(IBaseFilter* pBaseFilter, _GUID requiredMajorType, UInt16* pinNameOUT, Int32 pinDirection, UInt16* defaultName)
at NativeUtilities.GO7007Recorder.StartRecording(String cardType, Int32 recordingSource, String videoStandard, Int32 qualitySetting, Int32 board, String filename, Int32 channel, Int32 countryCode, Int32 tuningType, Boolean useStreamingEngineIfAvailable, Boolean preview)
at NativeUtilities.GO7007Recorder.GetPreviewGraph(String cardType, Int32 board, Int32 recordingSource, String videoStandard, Int32 channel, Int32 countryCode, Int32 tuningType)
at GBPVR.Backend.Common.GO7007RecordingSource.a(ChannelTuning A_0)
at a5.a(Channel A_0)
at a5.i()
at bo.e()
at an.e()
at ch.a(Point A_0)
at r.g(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
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.WndProc(Message& m)
at r.a(Message& A_0)
31/03/05 00:16:41.437 VERBOSE [2] HideMouse ref=-1
31/03/05 00:17:41.140 VERBOSE [2] ShowMouse ref=0
31/03/05 00:17:47.437 VERBOSE [2] HideMouse ref=-1
31/03/05 00:28:45.015 VERBOSE [2] ShowMouse ref=0
31/03/05 00:28:46.156 VERBOSE [2] PreviewLiveTV(1)
31/03/05 00:28:46.203 VERBOSE [2] PreviewLiveTV() done
31/03/05 00:28:46.359 ERROR [2] Error: msg=0x202 (WM_LBUTTONUP) hwnd=0x2b0284 wparam=0x0 lparam=0xdd00cf result=0x0 : Object reference not set to an instance of an object. : at ?GetPinNameByMediaType@@$$FYAXPAUIBaseFilter@@U_GUID@@PAGW4_PinDirection@@2@Z(IBaseFilter* pBaseFilter, _GUID requiredMajorType, UInt16* pinNameOUT, Int32 pinDirection, UInt16* defaultName)
at NativeUtilities.GO7007Recorder.StartRecording(String cardType, Int32 recordingSource, String videoStandard, Int32 qualitySetting, Int32 board, String filename, Int32 channel, Int32 countryCode, Int32 tuningType, Boolean useStreamingEngineIfAvailable, Boolean preview)
at NativeUtilities.GO7007Recorder.GetPreviewGraph(String cardType, Int32 board, Int32 recordingSource, String videoStandard, Int32 channel, Int32 countryCode, Int32 tuningType)
at GBPVR.Backend.Common.GO7007RecordingSource.a(ChannelTuning A_0)
at a5.a(Channel A_0)
at a5.i()
at bo.e()
at an.e()
at ch.a(Point A_0)
at r.g(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
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.WndProc(Message& m)
at r.a(Message& A_0)
31/03/05 00:28:56.437 VERBOSE [2] HideMouse ref=-1


Desparate please Help!

Oberon

Print this item

Pages (6435): « Previous 1 … 5878 5879 5880 5881 5882 … 6435 Next »
Jump to page 

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