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?