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 … 803 804 805 806 807 … 1231 Next »
Error in System menu

 
  • 0 Vote(s) - 0 Average
Error in System menu
Paul Gordash
Offline

Junior Member

Posts: 48
Threads: 9
Joined: May 2005
#1
2006-03-19, 07:48 PM
Version 0.96.12

When I select SYSTEM from the main menu, I sometimes get a dialog with:

title -> Setup Error
Failed to load from resource file.
Please check your setp.

I searched the forums and found that this was happening with the DVB guide. It was chalked up to a stack overflow. Someome also was having the same problem in the release thread as well.

Here are the last entries in he log file:
3/19/2006 12:46:26 PM.796 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:27 PM.453 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:27 PM.453 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:27 PM.453 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:28 PM.265 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:28 PM.265 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:28 PM.265 VERBOSE [2] No key mapping found for: CONTROLKEY
3/19/2006 12:46:28 PM.937 VERBOSE [2] No key mapping found for: ESCAPE
3/19/2006 12:46:32 PM.500 VERBOSE [2] getValue cached value: /settings/RecordingsDirectory : D:\
3/19/2006 12:46:35 PM.046 VERBOSE [2] ShowMouse ref=0


Thanks,
Paul
Paul Gordash
Offline

Junior Member

Posts: 48
Threads: 9
Joined: May 2005
#2
2006-03-19, 07:52 PM
Some more info:

If I select the SYSTEM option wth the enter key on the keyboard, all is well.

If I select the SYSTEM option by sending the GBPVR window an ENTER key through girder, the error pops up. I use girder to send all my remote keys to GBPVR and this is the first time I have had an issue. The same metod is used to select all other menu items and does not exhibit this behaviour.

I'd be willing to run some debug code to to track it dwn if necessary.

Thanks,
Paul
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#3
2006-03-19, 07:55 PM
It sound like Girder is doing something weird. It should be sending keystrokes messages that look exactly the same as when you press the ENTER key.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#4
2006-03-19, 08:07 PM
You could try downloading Winspector from http://www.windows-spy.com/download/ and tell me exactly which messages Girder tries to send to GB-PVR when you fake this ENTER key.
Paul Gordash
Offline

Junior Member

Posts: 48
Threads: 9
Joined: May 2005
#5
2006-03-20, 07:54 AM (This post was last modified: 2006-03-20, 07:59 AM by Paul Gordash.)
I installed Winspector Spy. I tried using girder to send GBPVR a return key and it looks like it sends a regular WM_KEYDOWN with the VK_RETURN parameter. Crash. Nothing odd there so I decided to investigate girder further. I notice that there was a checkbox labeled "Alternative Proc" in the keyboard section of the command. I checked it on and tried it. Eureka! No more crash. I looked at the Spy log and it still was just a regular WM_KEYDOWN. I did not look at any of the other windows mesages around the WM_KEYDOWN, just seemed like too much work. At least this solves the problem.

Thanks Sub,
Paul
mars
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Mar 2006
#6
2006-03-23, 01:11 PM
Have the same problem with SendMessage(GBPVRWindow,WM_GBPVR_CONTROL,229,0) .
moheeb
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Apr 2006
#7
2006-04-21, 04:05 AM
I have the exact same problem. When I use the remote to select system I get the exact same error. If I use the mouse or keyboard everything is fine. I do not use Girder.

Does anyone have a fix for this problem?
widman
Offline

Member

Posts: 89
Threads: 20
Joined: Sep 2005
#8
2006-05-08, 11:55 PM
Quote:Have the same problem with SendMessage(GBPVRWindow,WM_GBPVR_CONTROL,229,0)

I'm also having this problem when trying to access the System screen using Girder and Sendmessage. I have an MX500 remote with the center button on the navigation pad set to act as the enter key using Sendmessage command 229. This button works on all the other selections.

Here is the log entry from right before gbpvr crashes :

Quote:5/8/2006 7:47:38 PM.218 VERBOSE [2] HideMouse ref=-1
5/8/2006 7:47:42 PM.921 VERBOSE [2] Loading key mapping: C:\Program Files\devnz\gbpvr\KeyMappings\System.xml
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Up SYSTEM_UP
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Down SYSTEM_DOWN
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Left SYSTEM_LEFT
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Right SYSTEM_RIGHT
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Enter SYSTEM_ENTER
5/8/2006 7:47:42 PM.921 VERBOSE [2] Adding: Escape SYSTEM_ESCAPE
5/8/2006 7:47:42 PM.921 VERBOSE [2] Initializing skin helper for: .\skin\Blue\system\skin.xml
5/8/2006 7:47:42 PM.937 ERROR [2] Unable to find node: /settings/SpecialElements/SpecialElement[@name="ForegroundTransparency"]
5/8/2006 7:47:42 PM.953 VERBOSE [2] getValue() loading new key/value into cache: /settings/RecordingsDirectory
5/8/2006 7:47:42 PM.953 VERBOSE [2] getValue: /settings/RecordingsDirectory : G:\GB-PVR

pete
Ambro
Offline

Member

Posts: 96
Threads: 9
Joined: Aug 2005
#9
2006-05-09, 01:07 AM
You can try this

It should work with girder - I've had no problems since using this method to direct keystrokes.
MSI K8NGM2-FID, 1G RAM, 3500+ CPU, Barracuda 7200.8 120G PATA, Twinhan DVB-T, DNTVlive twin tiny USB2 DVB-T's, Nvidia 6150 onboard, MStation HT-1100 with built-in VFD & Imon USB IR Receiver, Sony AV-3100 with USB-UIRT ( can't use universal remote with Imon receiver because of this :mad: ), Chaintech AV-710 'bitperfect' to amp, Seasonic S12 430W PSU, Nexus/ Panaflow case fans, 120mm Zalman CNPS7700-Cu CPU cooler, Generic LCD TV with DVI connection
widman
Offline

Member

Posts: 89
Threads: 20
Joined: Sep 2005
#10
2006-05-10, 02:24 AM
Thanks Ambro. Using Postmessage instead of Sendmessage for the enter key lets me access the system menu. It still seems unusual that the system button does not work with sendmessage but all the other buttons do.

pete
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  VMR9 Error message cristovao 7 6,016 2012-01-31, 07:35 AM
Last Post: SLR_65
  Windows 7 and Working DVD Menu Navigation imilne 8 4,508 2011-01-04, 02:23 PM
Last Post: imilne
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,610 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,613 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,944 2010-11-10, 07:22 AM
Last Post: stustunz
  recording service locks up - have to restart whole system StevHodge 8 3,890 2010-10-17, 07:38 PM
Last Post: johnsonx42
  Unexpected error removing recording from conversion queue pvrproblems 1 1,647 2010-09-03, 03:51 AM
Last Post: sub
  PVRX2.exe not rendering anything? no menu, video, nothing ClwFLGator 6 3,520 2010-08-24, 04:42 PM
Last Post: ClwFLGator
  Registry Error while installing PuffY 4 3,289 2010-08-16, 08:20 AM
Last Post: martint123
  Cannot see PVRX2 main menu smvr99 4 2,285 2010-08-11, 02:40 AM
Last Post: smvr99

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

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

Linear Mode
Threaded Mode