Bug class java.lang.IndexOutOfBoundsException when manipulating display case

fronobulax

Developer
Staff member
This happens in two cases.

In the first situation my Login script is running and it pulls items from my DC. If I fail to notice that it is running and start a second script that looks at items in the DC, I get the error.

The second case occurs when I use the Museum Manager to move an item from from my DC. While that is occurring, I start up a script that looks at the contents of the DC.

Specifically, in the latter case, I run my Alice script once. I then use the Museum Manger to remove the cards that it recommends I turn in. While that is occurring, I run Alice again. Attached debug log is from that case.

This is of low importance because "wait" is certainly a valid work-around but it is being reported since it may inform the more general discussion of concurrent execution "within" KoLmafia.

Thanks.
 

Attachments

  • DEBUG_20110608.txt
    2.8 KB · Views: 45
Top