r28716 - What's Changed Pick some lint by @jaadams5 in #3121 Full Changelog: r28715...r28716

I'm not sure if it's specific to this version, but the "Daily Deeds" tab no longer updates when you do any of it's stated things. For example the "Daily Dungeon" button is still there even though I finished it some time ago.
 
I'm not sure if it's specific to this version, but the "Daily Deeds" tab no longer updates when you do any of it's stated things. For example the "Daily Dungeon" button is still there even though I finished it some time ago.
I would be surprised if these are related since the code that was change in this case was test code.

That said there are cases where things don't update as expected but some kind of refresh gets things back in sync. Perhaps you could make a Bug Report that includes which deeds don't update and how to reproduce the problem?
 
In that specific case it was all of them, regardless of which button it is or what that button does. It may have been just a specific fluke with that one particular session, but if it does or doesn't happen again I'll update this post.
 
In that specific case it was all of them, regardless of which button it is or what that button does. It may have been just a specific fluke with that one particular session, but if it does or doesn't happen again I'll update this post.

OK.

There is a race condition that is rarely observed and has not been fixed. One thing that often triggers it is to draw from the Deck of Every Card. The race is triggered when the card draw tries to update the Daily Deeds panel.

If by some chance you received a debug log that contains something like "AWT-EventQueue-0" prio=6 Id=48 BLOCKED on java.lang.Object@403264fa owned by "CommandQueueHandler" Id=150" then you have hit that bug or something similar.

Since it is almost certainly not related to this commit you can feel free to just make a new bug report.
 
Well I checked and there weren't any error logs, and in todays's session in the latest version it didn't happen again, aside from that there is nothing else to report.
 
Back
Top