RemoteMaster/RMIR v2.00-preview8 is now available

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

[Special Protocols]
DSM, ToadTog and Multiplex all Look Good

**BUG**
On the [Special Protocols] tab, LKP and DKP duration is using a spinner with values 0 to 255.


On all the LKP's that I'm familar with, the duration uses a nibble, so values are 0123456789ABCDEF. So it needs a limit of 0 to 15. (Personally I'd like a drop-down instead of a spinner, but that's neither here nor there)

No matter what values I choose from the spinner I get an error message
OverFlow at 417:052A

These keymoves still show up on the SpecialProtocols Sheet, they just don't get added to the E2 area.


All tests were using the Base extender IR for the 7800ext5, if you need this file I'll post a link.

Corrected:Misspoke about IR.

Correction: Its the invalid special-keymove that is causing the continuing overflow, if I delete that special-keymove the E2 area starts to populate.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

THIS upgrade won't open in RM preview 7.
mathdon
Expert
Posts: 4725
Joined: Tue Jul 22, 2008 8:53 am
Location: Cambridge, UK

Post by mathdon »

The upgrade referred to by mdavej is for the protocol name "XMP (JP1)". Recently this name has been changed in protocols.ini to just "XMP", with "XMP (JP1)" being set as its old name. RM was not checking against old names, so it failed to open. I have corrected this for the next release.
Graham
mathdon
Expert
Posts: 4725
Joined: Tue Jul 22, 2008 8:53 am
Location: Cambridge, UK

Post by mathdon »

vickyg2003 wrote:**BUG**
On the [Special Protocols] tab, LKP and DKP duration is using a spinner with values 0 to 255.

On all the LKP's that I'm familar with, the duration uses a nibble, so values are 0123456789ABCDEF. So it needs a limit of 0 to 15.
I've corrected this for the next release.
Graham
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Sounds good Graham. I look forward to getting my hands on it.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

I ran a test on my husbands laptop, and

On WinXP with JP1.x and USB JP1 drivers and no remotes attached Autodetect works great.

On Win2k with JP1.x and Parallel JP1 cable and no remotes attached Autodetect crashes RMIR.

Is anybody else crashing when nothing is connected?

If so what operating system, and what kinds of cables do you use?
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
mathdon
Expert
Posts: 4725
Joined: Tue Jul 22, 2008 8:53 am
Location: Cambridge, UK

Post by mathdon »

vickyg2003 wrote:On Win2k with JP1.x and Parallel JP1 cable and no remotes attached Autodetect crashes RMIR.
I have traced this to a problem with both versions 0.01 and 0.02 of jp1usb.dll. Autodetect tries each interface type in turn, looking for an attached remote. The last one is JP1 USB, but if no remote is attached then this one will always be reached. If no driver for the Delcom chip is present, the bug causes RMIR to crash.

I have posted jp1usb.dll v0.03 in which this bug is corrected. As with v0.02, this version supports both the Delcom and WinUSB drivers for the Delcom chip.
Graham
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

mathdon wrote:
vickyg2003 wrote:On Win2k with JP1.x and Parallel JP1 cable and no remotes attached Autodetect crashes RMIR.
I have traced this to a problem with both versions 0.01 and 0.02 of jp1usb.dll.
Thanks Graham, that did the trick. No more Crash!
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Capn Trips
Expert
Posts: 3989
Joined: Fri Oct 03, 2003 6:56 am

Post by Capn Trips »

Preview 7's been out for a couple weeks. Ready for final release? :?:
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
mathdon
Expert
Posts: 4725
Joined: Tue Jul 22, 2008 8:53 am
Location: Cambridge, UK

Post by mathdon »

Capn Trips wrote:Preview 7's been out for a couple weeks. Ready for final release? :?:
Sadly, no. Although it has been quiet in the forum, Vicky has been beavering away finding bugs and I've been beavering away fixing them. There are already 19 new entries in the ChangeLog since the preview 7 version and both Greg and I still have things to do. So there will be at least a preview 8 before final release.
Graham
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

Its getting harder and harder to find errors. :D
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Capn Trips
Expert
Posts: 3989
Joined: Fri Oct 03, 2003 6:56 am

Post by Capn Trips »

OK, fair enough. Can I ask you then to NOT mark items in the SourceForge log as "Pending" until a final release? Pending items are marked complete automatically by SourceFprge after 2 weeks, regardless of the original requestor's action or inaction.
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
mathdon
Expert
Posts: 4725
Joined: Tue Jul 22, 2008 8:53 am
Location: Cambridge, UK

Post by mathdon »

Capn Trips wrote:OK, fair enough. Can I ask you then to NOT mark items in the SourceForge log as "Pending" until a final release? Pending items are marked complete automatically by SourceForge after 2 weeks, regardless of the original requestor's action or inaction.
I wouldn't even know how to mark something in the SourceForge log as "Pending", or even to see if it is marked as "Pending". I only ever perform two actions with SourceForge, both without ever going near that dreadful site. I update my source files from it and I commit my new updates to it, both from Eclipse, the development IDE that both Greg and I use.
Graham
Capn Trips
Expert
Posts: 3989
Joined: Fri Oct 03, 2003 6:56 am

Post by Capn Trips »

If you (Graham) did not mark it as "pending" then somebody else of the development team (I presume Greg) did indeed do so.

Graham, I roger what you are saying, but the development "team" (I suppose in the person of Greg) has not infrequently tried to push us in the direction of using SourceForge and its tools. Your disassociating yourself from that effort is disingenuous,at best. I try to comply with what you developers ask of us requestors and play by the rules. If I am incorrectly using the system, then OK, please let me know, but please don't try to paint as some sort of eccentric loon for doing that which "you" (collectively, not you personally) have asked of us.
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
The Robman
Site Owner
Posts: 21890
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Please play nice.
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Post Reply