JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RemoteMaster v0.87 now available!

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Wed Feb 11, 2004 11:16 am    Post subject: RemoteMaster v0.87 now available! Reply with quote

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.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
silron1



Joined: 04 Nov 2003
Posts: 95
Location: Manchester - UK

                    
PostPosted: Thu Feb 12, 2004 1:57 am    Post subject: Reply with quote

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 Crying or Very sad is it me??.
_________________
...Ron
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Thu Feb 12, 2004 8:31 am    Post subject: Reply with quote

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)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Thu Feb 12, 2004 9:26 am    Post subject: Reply with quote

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.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
silron1



Joined: 04 Nov 2003
Posts: 95
Location: Manchester - UK

                    
PostPosted: Thu Feb 12, 2004 10:45 am    Post subject: Reply with quote

ok - just did as you suggested and RM is now opening with the default remote.

I go into File and click Open - usual message asks if I want to save - click 'no'
but I am not offered the Upgrade folder to 'Choose'.
_________________
...Ron
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Thu Feb 12, 2004 12:38 pm    Post subject: Reply with quote

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)
Back to top
View user's profile Send private message Visit poster's website
msoto337



Joined: 13 Feb 2004
Posts: 3

                    
PostPosted: Fri Feb 13, 2004 4:31 pm    Post subject: Need remotemaster.properties file. RM not running Reply with quote

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.


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.
Thank You
Back to top
View user's profile Send private message
Nils_Ekberg
Expert


Joined: 02 Aug 2003
Posts: 1689
Location: Near Albany, NY

                    
PostPosted: Fri Feb 13, 2004 4:47 pm    Post subject: Reply with quote

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
_________________
Nils
Files Section
Diagnosis File Section
Back to top
View user's profile Send private message Send e-mail
msoto337



Joined: 13 Feb 2004
Posts: 3

                    
PostPosted: Fri Feb 13, 2004 6:46 pm    Post subject: Not able to open RM Reply with quote

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
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Fri Feb 13, 2004 7:22 pm    Post subject: Reply with quote

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.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
msoto337



Joined: 13 Feb 2004
Posts: 3

                    
PostPosted: Fri Feb 13, 2004 10:06 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Fri Feb 13, 2004 10:22 pm    Post subject: Reply with quote

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.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control