RemoteMaster v0.87 now available!
Moderator: Moderators
RemoteMaster v0.87 now available!
I've built and released RemoteMaster v0.87
Changes for v0.87
- Enable importing external functions from existing RM and KM upgrade files.
- Use a single interface for loading RM or KM upgrade files. Both are now accessed from File->Open. To Open a KM file, change the "Files of type:" field.
- Include RM Maps-and-Images 1.14.zip
Links:
RemoteMaster.v0.87.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 RemoteMaster project home page.
Changes for v0.87
- Enable importing external functions from existing RM and KM upgrade files.
- Use a single interface for loading RM or KM upgrade files. Both are now accessed from File->Open. To Open a KM file, change the "Files of type:" field.
- Include RM Maps-and-Images 1.14.zip
Links:
RemoteMaster.v0.87.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 RemoteMaster project home page.
-- 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)
Have just downloaded RM v0.87 & for the first time since I have started using RM I cannot get this version to run on my Mac. 0.86a no problem but 87 seems to stall.
Moved my upgrades and the latest RDFs into the 0.87 folder - double clicked RemoteMaster.jar & as I find normal with an upgrade an error message states 'No RDF files found' . The program then asks me to point to the rdf folder - I then choose and nothing happens.
Up to this point I have always used RM on the Mac with no probs & I have always upgraded the same way each time a new version is completed.
Is this because of my OS or is it a problem affecting Windows as well?
OR, of course
is it me??.
Moved my upgrades and the latest RDFs into the 0.87 folder - double clicked RemoteMaster.jar & as I find normal with an upgrade an error message states 'No RDF files found' . The program then asks me to point to the rdf folder - I then choose and nothing happens.
Up to this point I have always used RM on the Mac with no probs & I have always upgraded the same way each time a new version is completed.
Is this because of my OS or is it a problem affecting Windows as well?
OR, of course
...Ron
Look in rmaster.err for some error messages.
-- 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)
OK, I figured it out. This only happens when you do a "fresh" install, and there is no RemoteMaster.properties file.
Copy the RemoteMaster.properties file from where you have been using v0.86a, and then use a text editor to adjust any of paths in the file.
I'll fix this in the next version.
Copy the RemoteMaster.properties file from where you have been using v0.86a, and then use a text editor to adjust any of paths in the file.
I'll fix this in the next version.
-- 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)
The folder you are offered should be the one called UpgradePath in your RemoteMaster.properties file. Could it be that when you changed all the paths in the RemoteMaster.properties file you changes UpgradePath to point to a directory that doesn't exist? The RemoteMaster.v.x.xx.zip file no longer contains an Upgrades directory, so maybe that is the problem.
-- 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)
Need remotemaster.properties file. RM not running
Hello, I just installed a fresh copy of Remote Master and it is not running as mentioned in previous posts. Where can I get a copy of the RemoteMaster.properties file and were do I install it, since I am missing the file.gfb107 wrote:OK, I figured it out. This only happens when you do a "fresh" install, and there is no RemoteMaster.properties file.
Copy the RemoteMaster.properties file from where you have been using v0.86a, and then use a text editor to adjust any of paths in the file.
I'll fix this in the next version.
Thank You
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Create the file with notepad and include these entries and it should work.
Don't forget to change the entries to your directories and with the double slashes.
#Fri Feb 13 16:41:32 EST 2004
RDFPath=C\:\\Backups\\JP1\\rdf
PromptToSave=On Exit
Bounds=88,23,821,624
LookAndFeel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ShowRemotes=All
UpgradePath=C\:\\Backups\\JP1\\Upgrades
ImportPath=c\:\\backups\\jp1
Don't forget to change the entries to your directories and with the double slashes.
#Fri Feb 13 16:41:32 EST 2004
RDFPath=C\:\\Backups\\JP1\\rdf
PromptToSave=On Exit
Bounds=88,23,821,624
LookAndFeel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ShowRemotes=All
UpgradePath=C\:\\Backups\\JP1\\Upgrades
ImportPath=c\:\\backups\\jp1
Not able to open RM
I tried creating and copying the above to the remotemaster.properties file and still can't get RM to run. RM errors are as follows:
Exception thrown when setting look and feel to com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Caught exception in RemoteMaster.main()!
java.lang.NumberFormatException: For input string: "624 "
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.hifiremote.jp1.KeyMapMaster.loadPreferences(KeyMapMaster.java:992)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:105)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
Any advice would be appreciated,
Thank You
Exception thrown when setting look and feel to com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Caught exception in RemoteMaster.main()!
java.lang.NumberFormatException: For input string: "624 "
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.hifiremote.jp1.KeyMapMaster.loadPreferences(KeyMapMaster.java:992)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:105)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
Any advice would be appreciated,
Thank You
Looks like when you copied and pasted, an extra blank was copied at the end of the each line.
Make sure there aren't any blanks at the ends of the lines.
Also make sure all the paths are correct.
Make sure there aren't any blanks at the ends of the lines.
Also make sure all the paths are correct.
-- 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)
O.k. Thanks for the replies.
Still, I have not been able to run RM. Attached is my RemoteMaster.properties file:
RDFPath=C\:\\RM
PromptToSave=On Exit
Bounds=88,23,821,624
LookAndFeel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ShowRemotes=All
UpgradePath=C\:\\RM\\Upgrades
ImportPath=c\:\\RM
The paths are accurate and I removed all blank spaces, so I have no idea what the problem is. The following errors are generated:
Caught exception in RemoteMaster.main()!
java.lang.NullPointerException
at com.hifiremote.jp1.Remote.compareTo(Remote.java:1308)
at java.util.Arrays.binarySearch(Unknown Source)
at com.hifiremote.jp1.RemoteManager.findRemoteByName(RemoteManager.java:70)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:206)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
Thanks
Still, I have not been able to run RM. Attached is my RemoteMaster.properties file:
RDFPath=C\:\\RM
PromptToSave=On Exit
Bounds=88,23,821,624
LookAndFeel=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ShowRemotes=All
UpgradePath=C\:\\RM\\Upgrades
ImportPath=c\:\\RM
The paths are accurate and I removed all blank spaces, so I have no idea what the problem is. The following errors are generated:
Caught exception in RemoteMaster.main()!
java.lang.NullPointerException
at com.hifiremote.jp1.Remote.compareTo(Remote.java:1308)
at java.util.Arrays.binarySearch(Unknown Source)
at com.hifiremote.jp1.RemoteManager.findRemoteByName(RemoteManager.java:70)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:206)
at com.hifiremote.jp1.RemoteMaster.main(RemoteMaster.java:12)
Thanks
I think your RemoteMaster.properties is missing these 2 lines:
Remote.name=URC-8060 Kameleon Extender 1
Remote.signature=KAM1KAM1
Or just give v0.88 a try.
Remote.name=URC-8060 Kameleon Extender 1
Remote.signature=KAM1KAM1
Or just give v0.88 a try.
-- 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)