Help RMIR and RM are no longer working

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
vickyg2003
Site Admin
Posts: 7109
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Help RMIR and RM are no longer working

Post by vickyg2003 »

Hi all,
After java updates this week, I can't get RM or RMIR to start.

Anyone else having issues?

Vicky
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
mdavej
Expert
Posts: 4643
Joined: Wed Oct 08, 2003 7:08 am

Post 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?
vickyg2003
Site Admin
Posts: 7109
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post 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.
3FG
Expert
Posts: 3442
Joined: Mon May 18, 2009 11:48 pm

Post 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.
vickyg2003
Site Admin
Posts: 7109
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post 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)
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Barf
Expert
Posts: 1530
Joined: Fri Oct 24, 2008 1:54 pm
Location: Munich, Germany
Contact:

Post 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
vickyg2003
Site Admin
Posts: 7109
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post 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.
Post Reply