Menu

#552 Issue with editing Audio objects

Technical
open
None
5
2016-05-04
2016-05-04
No

When I do... PanelPro/SoundPro > Tools > Tables > Audio > Listener > Edit... an Exception occurs (please see session4.3.5.log).

This exception appears to be temporarily. Because, when I run the newer version 4.3.5ish-201605021040-jenkins-R4f3fbdc the Exception is another (please see session4.3.5ish-jenkins.log).

Previous JMRI release 4.3.4 does not have this issue.

My OS is Windows XP.

Regards,
Klaus Killinger

1 Attachments

Discussion

  • Klaus Killinger

    Klaus Killinger - 2016-05-04

    Sorry, missed the second attachment.

     
  • Matthew Harris

    Matthew Harris - 2016-05-04
    • assigned_to: Matthew Harris
     
  • Matthew Harris

    Matthew Harris - 2016-05-04

    Thanks Klaus.

    The first issue (from the 'missing' log) looks fairly easy to fix. The second will need a bit more investigation.

     
  • Klaus Killinger

    Klaus Killinger - 2016-05-04

    Thanks Matt.

    Please allow me two notes.
    1. The first issue is already solved (I think so) .
    2. If I comment-out the line
    throw new IllegalArgumentException(a.getSystemName() + " is not an AudioListener object");
    I can edit the object again.