RM 1.64 gives error w/ older .rmdu file - fixed in RM 1.65
Posted: Sun Aug 20, 2006 3:35 pm
I was using an older version of RM (something in the 1.5's), and it was working fine. I upgraded to the new version, and if I run it standalone, it seems to be fine, but if I run it by opening a preexisting .rmdu file (specifically, the one I'm trying to use is Philips_17PF8946-37_LCD.rmdu, then I get errors (in a window titled "Remote Load Error") as follows:
I see that twice, then the upgrade DOES open, but I can't see the image of the remote in the Layout tab. (I DO have the newest Images set unzipped and in an Images subdirectory below my RM directory. And in fact that file mentioned in the first line is right there.)
Again, if I just run RM alone, this all works. If I run RM alone and then do a File > Open of the upgrade, it works. If I try to double-click the upgrade directly, it pukes as above. If I make changes to the upgrade, resave it, and then double-click it, it still pukes.
Any ideas?
Code: Select all
java.io.FileNotFoundException: Images\URC-9910New.map (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at com.hifiremote.jp1.ImageMap.parse(ImageMap.java:19)
at com.hifiremote.jp1.Remote.load(Remote.java:223)
at com.hifiremote.jp1.RemoteManager.findRemoteByName(RemoteManager.java:162)
at com.hifiremote.jp1.DeviceUpgrade.load(DeviceUpgrade.java:1021)
at com.hifiremote.jp1.DeviceUpgrade.load(DeviceUpgrade.java:998)
at com.hifiremote.jp1.DeviceUpgrade.load(DeviceUpgrade.java:965)
at com.hifiremote.jp1.DeviceUpgrade.load(DeviceUpgrade.java:958)
at com.hifiremote.jp1.KeyMapMaster.loadUpgrade(KeyMapMaster.java:805)
at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:721)
at com.hifiremote.jp1.RemoteMaster.access$300(RemoteMaster.java:12)
at com.hifiremote.jp1.RemoteMaster$2.run(RemoteMaster.java:746)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
Again, if I just run RM alone, this all works. If I run RM alone and then do a File > Open of the upgrade, it works. If I try to double-click the upgrade directly, it pukes as above. If I make changes to the upgrade, resave it, and then double-click it, it still pukes.
Any ideas?