Generating deviceImporter for protocol null
Caught exception in RemoteMaster.main()!
java.io.FileNotFoundException: C:\remotejp\rmir\digitmaps.bin (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.hifiremote.jp1.DigitMaps.load(DigitMaps.java:27)
at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:3483)
at com.hifiremote.jp1.RemoteMaster.access$34(RemoteMaster.java:3390)
at com.hifiremote.jp1.RemoteMaster$10.run(RemoteMaster.java:3544)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(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)
Almost understandable...
Having said that, it is not nice of the program to go bellyup for a missing file.
