I use MS' SyncToy to sync my work system to a USB drive and then to my home system so that stuff doesn't get out of wack. This syncing includes syncing the directories that hold RM (I have both 1.78 and 1.79Beta)
Now I can't make it work on my home system as well. This is an iMac running Parallels desktop, Windows Vista.
When I start RemoteMaster, it tells me that it can't find the RDF files (there is no properties file, I can't sync that since the systems are different) I browse to the RDF directory that I've used for months and tell RM to get the RDF's there and then nothing happens. A properties file does not get created as a result of doing this.
This is the same behavior on my work laptop.
This is what comes up in the .err file:
Code: Select all
Adding to classpath: file:/C:/Users/Administrator/Desktop/JP1-Remote/Tools/Current/RemoteMaster/
Caught exception in RemoteMaster.main()!
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at com.hifiremote.jp1.Remote.<init>(Remote.java:31)
at com.hifiremote.jp1.RemoteManager.loadRemotes(RemoteManager.java:57)
at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:837)
at com.hifiremote.jp1.RemoteMaster.access$200(RemoteMaster.java:20)
at com.hifiremote.jp1.RemoteMaster$3.run(RemoteMaster.java:884)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)