NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 54 55 56 57 58 … 115 Next »
Stuck at Menu

 
  • 0 Vote(s) - 0 Average
Stuck at Menu
Raymond
Offline

Junior Member

Posts: 15
Threads: 2
Joined: Nov 2006
#11
2006-11-04, 06:18 PM
OK I wasn't ready to quit yet so I did an ethereal packet trace to see if that would yield any clues. There is traffic both directions when I hit a cursor key on the remote sitting at the main menu. Some of the packet sizes indicates a fair amount of binary data. There are two or three packets ~1KB from the PC to the MVP after a button press.

I don't know what this means but I thought it might be helpful to some one out there....
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#12
2006-11-04, 06:26 PM
zip and attach your gbpvr.exe.log and I'll take a look.
Raymond
Offline

Junior Member

Posts: 15
Threads: 2
Joined: Nov 2006
#13
2006-11-04, 06:56 PM
sub Wrote:zip and attach your gbpvr.exe.log and I'll take a look.

It is attached. I sent three logs since the most recent one didn't actually have any MVP stuff in it....

Thanks for looking into this.
Raymond
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#14
2006-11-04, 07:01 PM
I dont know why its doing it, but your MVP is sending duff data.

When you press keys on your MVP remote, you'd normally get messages like this in your log:

5/11/2006 7:41:41 a.m..391 VERBOSE [8] User pressed: 44
5/11/2006 7:42:02 a.m..032 VERBOSE [8] User pressed: 19
5/11/2006 7:42:24 a.m..110 VERBOSE [8] User pressed: 30
...

In your logs you get:

11/4/2006 12:37:09 PM.500 VERBOSE [12] User pressed: 0
11/4/2006 12:37:10 PM.437 VERBOSE [12] User pressed: 0
11/4/2006 12:37:11 PM.031 VERBOSE [12] User pressed: 0
11/4/2006 12:37:12 PM.437 VERBOSE [12] User pressed: 0
...

"0" is an invalid key, so GB-PVR just ignores it.
Raymond
Offline

Junior Member

Posts: 15
Threads: 2
Joined: Nov 2006
#15
2006-11-04, 07:27 PM
sub Wrote:I dont know why its doing it, but your MVP is sending duff data.

When you press keys on your MVP remote, you'd normally get messages like this in your log:

5/11/2006 7:41:41 a.m..391 VERBOSE [8] User pressed: 44
5/11/2006 7:42:02 a.m..032 VERBOSE [8] User pressed: 19
5/11/2006 7:42:24 a.m..110 VERBOSE [8] User pressed: 30
...

In your logs you get:

11/4/2006 12:37:09 PM.500 VERBOSE [12] User pressed: 0
11/4/2006 12:37:10 PM.437 VERBOSE [12] User pressed: 0
11/4/2006 12:37:11 PM.031 VERBOSE [12] User pressed: 0
11/4/2006 12:37:12 PM.437 VERBOSE [12] User pressed: 0
...

"0" is an invalid key, so GB-PVR just ignores it.


Well great. I did read on their web site that they have added support for a new remote. I don't think I have the new remote as they described it having two buttons for the volume up and down. Mine has one that rocks back and forth. I supposed they have changed how they send the key codes. I'm assuming this means I'm SOL for a while. I guess I will install their software and use that. At least I can watch the prerecorded stuff.

Thanks. If there is anything else I can do for you let me know.
Raymond
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#16
2006-11-04, 07:48 PM
Raymond Wrote:Well great. I did read on their web site that they have added support for a new remote. I don't think I have the new remote as they described it having two buttons for the volume up and down. Mine has one that rocks back and forth. I supposed they have changed how they send the key codes. I'm assuming this means I'm SOL for a while. I guess I will install their software and use that. At least I can watch the prerecorded stuff.

Thanks. If there is anything else I can do for you let me know.
Raymond
Based on your strange log and the fact that you can use ethereal if you could find the eight byte packet that the mvp is sending to gbpvr that begins with 04 that would give an idea of what is being send. That should show if the remote has changed.

Martin
Raymond
Offline

Junior Member

Posts: 15
Threads: 2
Joined: Nov 2006
#17
2006-11-04, 08:56 PM
mvallevand Wrote:Based on your strange log and the fact that you can use ethereal if you could find the eight byte packet that the mvp is sending to gbpvr that begins with 04 that would give an idea of what is being send. That should show if the remote has changed.

Martin

I'm assuming you mean eight bytes of data in the packet and not an 8 byte packet.

From the MVP to the PC, the data was:
04 00 00 00 00 00 00 13

I don't recall now if that was for cursor right or cursor down but I believe it was one of the two.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#18
2006-11-04, 09:02 PM
Can you see if the attached patch helps?

I'm pretty sure the patch will be binary compatible with the rest of the release, but backup the original file in case you have problems.
Raymond
Offline

Junior Member

Posts: 15
Threads: 2
Joined: Nov 2006
#19
2006-11-04, 09:23 PM
sub Wrote:Can you see if the attached patch helps?

I'm pretty sure the patch will be binary compatible with the rest of the release, but backup the original file in case you have problems.

Wow, you scored first try. This seems to have taken care of the problem completely. Smile

Is this something you can incorporate into the next release so it won't be lost?

Thanks,
Raymond
Big Grin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#20
2006-11-04, 09:28 PM
Raymond Wrote:I'm assuming you mean eight bytes of data in the packet and not an 8 byte packet.

From the MVP to the PC, the data was:
04 00 00 00 00 00 00 13

I don't recall now if that was for cursor right or cursor down but I believe it was one of the two.
Sorry I did mean 8 bytes of data packet, I've been staring at these streams for so long, I ignore all the rest.

The strange thing here is, that you are seeing true VNC protocol for sending keystroke data and not the typical Hauppauge way and I'm really surprised to see this with the current dongle. I don't know why this isn't a problem for a lot more people.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Does not exit gracefully to NPVR menu for does downloaded Youtube MP4s played on PCH jksmurf 9 5,930 2013-01-13, 12:17 AM
Last Post: mvallevand
  Extremely sluggish PCH Menu and then won't play file? jksmurf 13 6,137 2011-05-02, 12:52 PM
Last Post: jksmurf
  MVP stuck at "Loading Application" grits 6 2,733 2010-04-09, 02:25 AM
Last Post: grits
  MVP stuck in Live TV after rewind baj1 2 2,135 2009-09-29, 08:07 PM
Last Post: OrakelJos
  GBPVR menu on the PCH pcostanza 39 12,954 2009-08-31, 01:22 AM
Last Post: ReggiePerrin
  MVP on screen menu medic29 2 1,979 2009-02-24, 06:20 AM
Last Post: medic29
  Menu Jitter with 1.3.7 roy 12 4,965 2009-01-13, 12:25 AM
Last Post: roy
  Sometimes drops back to PCH menu at end of recording. martint123 12 4,080 2008-09-05, 04:02 PM
Last Post: steveum
  1.2.13 update resulted in slow menu animation on MVP only jksmurf 3 2,260 2008-06-10, 05:17 AM
Last Post: jksmurf
  Alternate menu for MVP? mkenyon2 5 2,259 2007-12-22, 06:06 PM
Last Post: obiwan

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

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

Linear Mode
Threaded Mode