Thread history
From Talk:DrussGT
Viewing a history listing
Jump to navigation
Jump to search
Viewing a history listing
| Time | User | Activity | Comment |
|---|---|---|---|
| 07:04, 22 September 2011 | Skilgannon (talk | contribs) | New reply created | (Reply to exception in 2.2.0) |
| 01:58, 22 September 2011 | Voidious (talk | contribs) | Changed subject from "NPE in 2.2.0" to "exception in 2.2.0" | |
| 01:58, 22 September 2011 | Voidious (talk | contribs) | Comment text edited | (oops, exception not NPE) |
| 01:57, 22 September 2011 | Voidious (talk | contribs) | New thread created |
Been running a lot of tests vs DrussGT 2.2.0 lately and I just noticed an exception I've hit twice along the way (in the data dir). Probably over a few thousand battles or so.
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at jk.mega.dGun.DrussGunDC.onScannedRobot(DrussGunDC.java:254)
at jk.mega.DrussGT.onScannedRobot(DrussGT.java:266)
at robocode.ScannedRobotEvent.dispatch(ScannedRobotEvent.java:297)
at robocode.Event$HiddenEventHelper.dispatch(Event.java:244)
at net.sf.robocode.security.HiddenAccess.dispatch(HiddenAccess.java:194)
at net.sf.robocode.host.events.EventManager.dispatch(EventManager.java:487)
at net.sf.robocode.host.events.EventManager.processEvents(EventManager.java:460)
at net.sf.robocode.host.proxies.BasicRobotProxy.executeImpl(BasicRobotProxy.java:413)
at net.sf.robocode.host.proxies.BasicRobotProxy.execute(BasicRobotProxy.java:123)
at robocode.AdvancedRobot.execute(AdvancedRobot.java:565)
at jk.mega.DrussGT.run(DrussGT.java:156)
at net.sf.robocode.host.proxies.HostingRobotProxy.run(HostingRobotProxy.java:220)
at java.lang.Thread.run(Thread.java:680)