Bug - Won't Fix Error while running an Ash script.

Terrabull

Member
I got a debug log printed while I was running the Slime Tube script posted in the repository. It was using other scripts at the time.
CLI at the time:
Code:
[6723] The Slime Tube
Encounter: flailing Slime groper
Round 0: terrabull wins initiative!
You acquire an effect: Coated in Slime (duration: 9 Adventures)
You lose 104 hit points
Round 1: terrabull uses the divine champagne popper!
98 divine champagne poppers left!
battleAction => custom combat script
Shrugging off your buff...
Ode to Booze removed.
Covered in slime, adventuring normally in the tube!
Adventure 1 out of 5
Putting on Slime Tube...
Equipment changed.
Putting Spudz In the Sky the Levitating Potato back into terrarium...
Taking Manakin Badwalker the Purse Rat out of terrarium...
Resetting mind control device...
Mind control device reset.

Sending kmail to Zarqon...
Checking for updates (running ZLib ver. : 18)...
_version_zlib => : 18
You have a current version of ZLib.
Checking for updates (running Best Between Battle Script Ever ver. 1.9)...
_version_automcd => 1.9
You have a current version of Best Between Battle Script Ever.
map_use_for_items.txt => 2009-12-31T23:06:36-06:00, checked 20100423
You have the latest use_for_items.txt. Will not check again today.
Unexpected error, debug log printed.
 

Attachments

  • DEBUG_20100423.txt
    86.4 KB · Views: 53

Veracity

Developer
Staff member
Don't you hate it when a script recurses infinitely and overflows the stack?

Good luck in finding which script is buggy; there's nothing that KoLmafia can do to prevent that kind of error.
 

zarqon

Well-known member
This has been reported as a ZLib error and will be fixed soon. I used recursion to handle container items that contain other containers, but forgot that some of them are loops, i.e. wad of dough and clovers.
 
Top