brentn/StenoTray

OutOfBounds exception

Closed this issue · 2 comments

caru commented

Hi, I get this exception as soon as I type a letter or chord:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at StenoTray.parseLogLine(StenoTray.java:216)
at StenoTray.tailLogFile(StenoTray.java:175)
at StenoTray.(StenoTray.java:79)
at StenoTray.main(StenoTray.java:83)

Any idea why this is happening and possibly how to solve this?

Thank you.

Hi Emanuele,

Yes, did you just upgrade Plover? It appears that the log format has
changed again. I made a version that works with the new log format, but
it's a hack, and I haven't taken the time to fix it properly (make it
backwards compatible with the old versions of Plover). But at least it
works. I'll attach it here...

On Sat, Jul 13, 2013 at 8:43 PM, Emanuele Caruso
notifications@github.comwrote:

Hi, I get this exception as soon as I type a letter or chord:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
at StenoTray.parseLogLine(StenoTray.java:216)
at StenoTray.tailLogFile(StenoTray.java:175)
at StenoTray.(StenoTray.java:79)
at StenoTray.main(StenoTray.java:83)

Any idea why this is happening and possibly how to solve this?

Thank you.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

caru commented

Hi Brent,
Yes, I just started using plover 3 days ago. I tried your new .jar posted on the group and it seems to work very good, though I have to say that I'm a newbie in steno as well, so I only checked ultra-basic functionality.
Thank you!