Tweety wrote:
I hooked into twx proxy and started to try and run to see how it did. this is just after setting it up and the script started. I got a indexoutofbounds error. now it could be something from twx.
I had lexer turned on. but it didn't spit anything out. maybe it would have if it was the only program hooked up.
489676 [Network-3] INFO krum.weaponm.network.NetworkThread - network thread started
499770 [Network-3] INFO krum.weaponm.database.DataParser - entered correct game
547134 [Network-3] ERROR krum.weaponm.network.NetworkThread - unspecified error
java.lang.IndexOutOfBoundsException
at java.nio.HeapCharBuffer.subSequence(HeapCharBuffer.java:574)
at java.nio.HeapCharBuffer.subSequence(HeapCharBuffer.java:42)
at krum.weaponm.database.DataParser.mkeyWarpTarget(DataParser.java:1421)
at krum.weaponm.database.lexer.DataLexer.dispatch(DataLexer.java:348)
at krum.weaponm.database.lexer.DataLexer.lex(DataLexer.java:697)
at krum.weaponm.database.DataParser.parse(DataParser.java:82)
at krum.weaponm.network.NetworkThread.run(NetworkThread.java:98)
547135 [Network-3] INFO krum.weaponm.network.NetworkThread - network thread exiting
BTW, I hit this today, so I fixed it, and while I was at it, I have it now capture errors like this for the logs, but continue on chugging.