Help! RM Output will not show up

General JP1 chit-chat. Developing special protocols, decoding IR signals, etc. Also a place to discuss Tips, Tricks, and How-To's.

Moderator: Moderators

Post Reply
robbins2001us
Posts: 9
Joined: Wed Aug 04, 2004 11:32 pm

Help! RM Output will not show up

Post by robbins2001us »

I am having a problem with loading an upgrade for a PCTV remote.

I am using the PCTV KM File found in the files section and I open it up in RM and it shows up no problem. After auto assigning buttons I can see every tab in RM except it will NOT let me see the output. The tab is there but when you click it, it will not show any output so I have no way to copy and paste into IR.

The RM works fine for all the other upgrades I have done, just not this one for some reason...help!

Has anyone had this problem before? How can I get around it?

Thanks in advance.
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

I've seen that symptom before and it generally turned out to be some error in protocols.ini that I later fixed or some error in RM itself that Greg later fixed (so I don't know of any such problems still there).

In each case, the first step to finding the problem was looking in the rmaster.err file right after the problem occurred. I would close RM right after the problem, then look in rmaster.err. Somewhere near the end of that file there should be something that tells which lines in RM had the problem. Greg or I should be able to diagnose it pretty easily from that info.
robbins2001us
Posts: 9
Joined: Wed Aug 04, 2004 11:32 pm

Post by robbins2001us »

Thanks John, I really apprecaite the help. It shows up a bunch of these different lines:

javax.swing.plaf.basic.BasicTabbedPaneUI$MouseHandler.mousePressed(Unknown Source)
at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post by gfb107 »

RM v1.26, just released, should take care of your problem.
johnsfine
Site Admin
Posts: 4766
Joined: Sun Aug 10, 2003 5:00 pm
Location: Bedford, MA
Contact:

Post by johnsfine »

I guess the problem report, if it was in rmaster.err at all, wasn't quite as NEAR the end as what you posted.

But it seems Greg understood or duplicated the problem even without the part of rmaster.err that I would have needed.
Post Reply