¿ªÔÆÌåÓý

Locked Re: Need help on 4.15.6 on a EasyDCC


 

I hope this is now fixed. If you¡¯d like to check, there are installers are

Bob

On May 17, 2019, at 5:46 PM, Thomas Lampe via Groups.Io <tpl570@...> wrote:

When I said Read CV 29 that is at the bottom of the roster window to Identify, Programmer Status: read CV29, same for CV 8 at the bottom of the new loco window It
: Read MRG ID - CV8, I did try to write to a decoder but all I get is jmri.ProgrammerException, programmer in use.

This what I get when I tried to read from the decoder, the other must be when I tried to write to the decoder

2019-05-17 20:42:13,178 util.Log4JUtil INFO - * JMRI log ** [main]
2019-05-17 20:42:13,190 util.Log4JUtil INFO - This log is appended to file: C:\Users\Grandpa Tom\JMRI\log\messages.log [main]
2019-05-17 20:42:13,191 util.Log4JUtil INFO - This log is stored in file: C:\Users\Grandpa Tom\JMRI\log\session.log [main]
2019-05-17 20:42:13,211 apps.Apps INFO - PanelPro version 4.15.6+Red1ceb2 starts under Java 1.8.0_211 on Windows 10 amd64 v10.0 at Fri May 17 20:42:13 EDT 2019 [main]
2019-05-17 20:42:14,673 apps.Apps INFO - Starting with profile My_JMRI_Railroad.3f512bac [main]
2019-05-17 20:42:14,780 node.NodeIdentity INFO - Using jmri-nEDRBH5YJ-NkhWaUtZlTOa-3f512bac as the JMRI storage identity for profile id 3f512bac [AWT-EventQueue-0]
2019-05-17 20:42:14,916 xml.AbstractSerialConnectionConfigXml INFO - Starting to connect for "EasyDCC via Serial" [main]
2019-05-17 20:42:15,192 serialdriver.SerialDriverAdapter INFO - COM3 port opened at 9600 baud, sees DTR: true RTS: true DSR: false CTS: false CD: false [main]
2019-05-17 20:42:17,283 util.FileUtilSupport INFO - File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-05-17 20:42:17,283 util.FileUtilSupport INFO - File path preference: is C:\Users\Grandpa Tom\JMRI\My_JMRI_Railroad.jmri\ [main]
2019-05-17 20:42:17,283 util.FileUtilSupport INFO - File path profile: is C:\Users\Grandpa Tom\JMRI\My_JMRI_Railroad.jmri\ [main]
2019-05-17 20:42:17,283 util.FileUtilSupport INFO - File path settings: is C:\Users\Grandpa Tom\JMRI\ [main]
2019-05-17 20:42:17,284 util.FileUtilSupport INFO - File path home: is C:\Users\Grandpa Tom\ [main]
2019-05-17 20:42:17,284 util.FileUtilSupport INFO - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-05-17 20:42:17,632 PanelPro.PanelPro INFO - Main initialization done [main]
2019-05-17 20:42:20,975 swing.GuiUtilBase ERROR - Exception in actionPerformed [AWT-EventQueue-0]
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jmri.util.swing.GuiUtilBase$CallingAbstractAction.actionPerformed(GuiUtilBase.java:195)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
Caused by: java.lang.NullPointerException
at jmri.jmrix.AbstractMRTrafficController.sendMessage(AbstractMRTrafficController.java:320)
at jmri.jmrix.easydcc.EasyDccTrafficController.sendEasyDccMessage(EasyDccTrafficController.java:91)
at jmri.jmrix.easydcc.EasyDccProgrammer.readCV(EasyDccProgrammer.java:102)
at jmri.jmrit.AbstractIdentify.readCV(AbstractIdentify.java:262)
at jmri.jmrit.roster.IdentifyLoco.test1(IdentifyLoco.java:37)
at jmri.jmrit.AbstractIdentify.start(AbstractIdentify.java:78)
at jmri.jmrit.roster.swing.RosterFrame.startIdentifyLoco(RosterFrame.java:1368)
at jmri.jmrit.roster.swing.RosterFrame.remoteCalls(RosterFrame.java:882)
... 41 more
2019-05-17 20:42:23,291 withrottle.FacelessServer INFO - Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on 192.168.0.100:12090 [WiThrottleServer]
2019-05-17 20:42:25,799 withrottle.FacelessServer INFO - Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on fe80:0:0:0:6886:5bc5:c274:e288%eth0:12090 [WiThrottleServer]
2019-05-17 20:42:25,801 withrottle.FacelessServer INFO - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer]
2019-05-17 20:42:33,732 managers.DefaultShutDownManager INFO - Normal termination complete [AWT-EventQueue-0]


--
Bob Jacobsen
rgj1927@...

Join [email protected] to automatically receive all group messages.