Page 1 of 1
Help! RM Output will not show up
Posted: Sat Jun 18, 2005 8:39 pm
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.
Posted: Sun Jun 19, 2005 5:38 am
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.
Posted: Sun Jun 19, 2005 10:19 am
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)
Posted: Mon Jun 20, 2005 5:40 am
by gfb107
RM v1.26, just released, should take care of your problem.
Posted: Mon Jun 20, 2005 6:41 am
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.