I've built and released RemoteMaster v0.70
Changes for v0.70
- Add RC-5x protocol
- Updated 10-6-03 Maps Images from Nils (and Chris): "skinny" images
- Add choice of showing only preferred remotes.
Links:
RemoteMaster.v0.70.zip
Release Notes and Change Log (also included in the ZIP file)
Installation Instructions (also in the Readme.txt included in the ZIP file)
The ControlRemote project home page.
RemoteMaster v0.70 now available!
Moderator: Moderators
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Greg
It would not start until I went back to prior protocols file and it opened.. Here is the error:
PickInitializer(n0n2n4n6)
Caught exception in RemoteMaster.main()!
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(Unknown Source)
at com.hifiremote.jp1.ProtocolManager.load(ProtocolManager.java:70)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:150)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
It would not start until I went back to prior protocols file and it opened.. Here is the error:
PickInitializer(n0n2n4n6)
Caught exception in RemoteMaster.main()!
java.util.NoSuchElementException
at java.util.StringTokenizer.nextToken(Unknown Source)
at com.hifiremote.jp1.ProtocolManager.load(ProtocolManager.java:70)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:150)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
Just figured it out. When I cut-n-pasted the RC-5x protocol into protocols.ini, some extra spaces got appended to the ends of the lines. Just edit protocol.ini, search for [RC-5x] and then make sure you delete the spaces from the ends of all the lines for that protocol.
I'll fix the parser so it doesn't care about the extra spaces, and also check-in the fixed protocols.ini
The workaround is easy enough I'm not going to make another release today.
I'll fix the parser so it doesn't care about the extra spaces, and also check-in the fixed protocols.ini
The workaround is easy enough I'm not going to make another release today.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY