Bob Jacobsen

Results 228 comments of Bob Jacobsen

The 5.15.1 test release will have lots of other changes. Should we merge this PR to include it too?

Are you able to recreate that locally? I can run e.g. `jmri.jmrix.loconet.hexfile.HexFileSystemConnectionMemoTest` successfully here. That's one of the tests that failed in the log I've also tried to create test...

Could you please try changing the three failing lines in LocoMonPane from ``` new org.netbeans.jemmy.QueueTool().waitEmpty(100); ``` to ``` new org.netbeans.jemmy.QueueTool().waitEmpty(); ``` i.e. remove the `100` argument, please? That's addressed issues...

I tend to put things like this down at the bottom of the note. No need for a separate PR, I'll add this to a doc update I'm going to...

Thanks for providing the log. Unfortunately, it doesn't show any information to help us track this down. What does the crash look like? Is JMRI just closing, or are you...

Thanks. There's a discussion of what seems to be a similar bug on the [jmri users list](https://groups.io/g/jmriusers/topic/106449578#msg231250). No resolution there, unfortunately.

I think we need some more information on what's happening. 1) Could you please open the LocoNet Monitor (from the LocoNet menu) and check what's happening during these delays? Is...

Thank you for the information! That was very helpful. It looks like the problem is two fold: 1) The 2Neo is sending a bad message. A LocoNet message `B4 6D...

Could you try one of the JMRI installers from: https://builds.jmri.org/jenkins/job/testreleases/job/bobjacobsen/220/ I'm not sure that the fix in this will completely work, but I think it's worth a try. Thank you!

For discussion, see [this JMRIusers thread](https://groups.io/g/jmriusers/topic/110375807)