Page 1 of 1

Help RMIR and RM are no longer working

Posted: Mon Jan 20, 2014 8:27 am
by vickyg2003
Hi all,
After java updates this week, I can't get RM or RMIR to start.

Anyone else having issues?

Vicky

Posted: Mon Jan 20, 2014 9:16 am
by mdavej
Shoot. That's not good. I haven't tried it yet, but I will. Can you tell what java version is the culprit?

Posted: Mon Jan 20, 2014 12:26 pm
by vickyg2003
Java 7 build 51
IRMaster still works, but RM can't be started from icons or by clicking on the jar, it just goes into nah,nah land. I can't find any remnants in the task manager either.

Posted: Mon Jan 20, 2014 1:37 pm
by 3FG
Java 1.7 51 (the latest, I believe) works for me on XP systems. I also have a Windows 7 64 bit system which has both 32 bit and 64 bit Java installed. The 32 bit version (located in Program Files (x86) is 1.7 version 51, installed on Jan 19, and it works with RMIR. I do use Anthony Patrick's setup.vbs script.

Posted: Mon Jan 20, 2014 1:54 pm
by vickyg2003
well this is were the problem lies.

This is the last line in the RMIR file. I'm on Window 7 64


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)

Posted: Mon Jan 20, 2014 2:40 pm
by Barf
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. :x

Posted: Mon Jan 20, 2014 3:15 pm
by vickyg2003
Thanks Barf, I located a copy of the missing file, and all is well. I wonder what caused it to go missing in the first place, and have it happen with all the updates.