Bug - Fixed r12063 - Random? Debug error

Fluxxdog

Active member
Code:
[14726] Spooky Putty Monster
Encounter: drunken half-orc hobo
Unexpected error, debug log printed.
Finished using 1 Spooky Putty monster.
Don't know what caused it. I wasn't doing anything out of the ordinary. By that, I mean no changes to my scripts the I run every day. I finished the combats by hand and used the Spooky Putty and Rain-Doh up.
 

Attachments

  • DEBUG_20130502.txt
    23.6 KB · Views: 42
Last edited:

roippi

Developer
We register $monsters in the adventure queue now when we see them in a $location. However, whenever my_location() would be $location[none] (i.e. item-driven locations, etc) the associated internal variable is null. At one point in the registration we do a treemap get() operation, and trying to get( null ) throws an NPE.
 
Top