New Content - Implemented Using KoL's new Daily Reminder functionality generates a debug log - r16356

Magus_Prime

Well-known member
I wanted to tag this as both New Content and as a Bug but could only pick one. I felt that that debug log generation took precedence. If I chose wrong please change it.

On logging in today the most recent KoL announcement was: "October 06
It's Tuesday! We've rolled out an initial version of a "daily reminders" feature on the main map. Check it out!"

I had three images that were "clickable" on the top of the screen to cast "Advanced Cocktailcrafting", "Pastamastery", and "Advanced Saucecrafting". After clicking each one a debug log was generated:

Code:
Casting Advanced Cocktailcrafting.

You acquire an item: little paper umbrella
You acquire an item: little paper umbrella
You acquire an item: magical ice cubes
You acquire an item: coconut shell
You acquire an item: magical ice cubes
Unexpected error, debug log printed.
Casting Pastamastery.

You acquire dry noodles (5)
Unexpected error, debug log printed.
Casting Advanced Saucecrafting.

You acquire scrumptious reagent (5)
Unexpected error, debug log printed.
View attachment DEBUG_20151007.txt
 
Last edited:

Darzil

Developer
Changed it to New Content. The logic is that a bug is something existing wrong, whereas this is something wrong caused by KoL change.

The tag doesn't affect whether you can add a debug log.
 
I'm having the same issue. I have a sneaking suspicion that my debug logs are just going to be a pile of all the same stuff as Magus_Prime's, but here they are anyway to be sure.
 

Attachments

  • DEBUG_20151007.txt
    26.4 KB · Views: 54
  • DEBUG_20151008.txt
    15.1 KB · Views: 45
Top