What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB ARCHIVES: The Complete MoP Daily Experience--DO NOT DELETE

Hey,

I've tried everything in attempt to rectify this issue.

[InteractWith-v489(fatal)] [PROFILE ERROR] Anji Autumnlight provided an unexpected Quest frame--terminating profile. Please provide an appropriate InteractByQuestFrameDisposition attribute to instruct the behavior how to handle this situation.
[Ref: "The Golden Lotus r228" @line 568]

I seem to get this error every time it goes to The Golden Pagoda in attempt to acquire certain quests.


Here is the Log.
 

Attachments

Hey,

I've tried everything in attempt to rectify this issue.

[InteractWith-v489(fatal)] [PROFILE ERROR] Anji Autumnlight provided an unexpected Quest frame--terminating profile. Please provide an appropriate InteractByQuestFrameDisposition attribute to instruct the behavior how to handle this situation.
[Ref: "The Golden Lotus r228" @line 568]

I seem to get this error every time it goes to The Golden Pagoda in attempt to acquire certain quests.


Here is the Log.

TheBrodieMan's response to this issue.

cj
 
Great profile thanks! There's just one bug ive found in which while accepting quests an error appears, dont remember exactly what it said, but it was something like "unexpected chat window appeared - ignoring" but didnt do nothing about it, happened in like 5 quests, had to close chat window myself to make it work again.
 
[InteractWith-v493(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
Getting this error on various npc, char taking quest but cant close npc tab after
 
ChinaJade's InteractWith has been updated to v495 on my SVN. This should remedy (most of) the issues with quest pickups since last night.
The second half of the profile rollouts for adustments to better remedy the "unexpected quest frame" bug will come out later tonight.

If you encounter issues with unexpected frames, please wait until after tomorrow to post logs on these. If the issue is not corrected after tonight, then it is a different issue, and therefore a legitimate bug report. Otherwise, wait for tonight's patch.
 
Doesnt interact with Wing Nga, this is a Problem with the QB Version at the moment. Just to inform.
 
fresh install of HB - starting from SW
Code:
End of Profile...if you're seeing this something borked! (Check your QBs and that you have a Hearthstone!)
Code:
[UserDialog-v420(user response) @line 49]: [title] End of Profile...if you're seeing this something borked! (Check your QBs and that you have a Hearthstone!)
Disposition: Honorbuddy stopped due to  User request
 
fresh install of HB - starting from SW
Code:
End of Profile...if you're seeing this something borked! (Check your QBs and that you have a Hearthstone!)
Code:
[UserDialog-v420(user response) @line 49]: [title] End of Profile...if you're seeing this something borked! (Check your QBs and that you have a Hearthstone!)
Disposition: Honorbuddy stopped due to  User request

As the message says:
Make sure your QBs are up to date from my SVN.
 
Do you have a log of this one? This is new and unrelated to my above statement.

Gettings this in the Logs... Logs are Attached.

[Ref: "The Tillers ($Rev: 249 $)" @line 720]
[23:10:11.199 D] Added new hook [Loot_Main] ad39d538-42f5-42c9-b2f6-d04f84d812d5
[23:10:11.199 D] Inserted new hook [Combat_Main @0] 548e89cd-cb11-47e8-bd65-9cea951b5c02
[23:10:11.199 D] Inserted new hook [Combat_Only @0] e23a4794-52eb-4d37-9372-d9c8e29d05cf
[23:10:11.199 D] Inserted new hook [Death_Main @0] f44fa024-33e2-4873-838e-4e3ffd318d15
[23:10:11.426 D] Activity: Loading Tile/s
[23:10:11.426 D] Loading HawaiiMainLand_31_32
[23:10:11.516 D] System.OverflowException: TimeSpan overflowed because the duration is too long.
at System.TimeSpan.Interval(Double value, Int32 scale)
at System.TimeSpan.FromSeconds(Double value)

1 Log for the Evening i saw this the first time with HB .557
1 Log with the latest HB Version and fresh SVN QBs from you
 

Attachments

Honorbuddy 2.5.7016.562
* Removed dailies and Weeklys from the quest cache so you no longer have to delete it
Does this mean what i think it mean? How will it be able to know if the quest was done or not if it is not cached?
 
Honorbuddy 2.5.7016.562

Does this mean what i think it mean? How will it be able to know if the quest was done or not if it is not cached?

Hi, Goodguygregg,

I believe you misunderstand how caches work. Without the quest completion status cached, Honorbuddy is forced to ask the server about a quest's completion state. When the quest resets daily, Honorbuddy will see that the quest is 'not done'. With a cache in place for dailies, Honorbuddy consults the cache about the 'done' state, and this masks the actual status of the quest ('not done', after the daily reset).

This problem is called cache coherency, and incoherent (or stale) caches cause all kinds of problems. What this drop did by not caching dailies is a good thing.

It is tempting to think "why cache at all then?" There are approximately 50000 quests available per faction. It would be problematical and cause serious lag issues to query the WoWserver every time a 'quest state' was needed. Thus, once the WoWserver marks a quest as 'complete', HB copies the 'quest complete' status to the cache, and never has to ask the WoWserver about it again.

cheers,
chinajade
 
Last edited:
Hi, Goodguygregg,

I believe you misunderstand how caches work. If the quest is done, Honorbuddy will know that its done. Without the quest completion status cached, when the quest resets Honorbuddy will see that the quest is not done. With a cache, the cache would mask the actual status of the quest (undone after daily reset) with the 'previously done' state.

This problem is called cache coherency, and incoherent (or stale) caches cause all kinds of problems. What this drop did by not caching dailies is a good thing.

It is tempting to think "why cache at all then?" There are approximately 50000 quests available per faction. It would be problematical and cause serious lag issues to query the WoWserver every time a 'quest state' was needed. Thus, once the WoWserver marks a quest as 'complete', HB copies the 'quest complete' status to the cache, and never has to ask the WoWserver about it again.

cheers,
chinajade

Thank you for your detailed answer. Does this mean that we should still use a clean version of HB before doing dailies every day or don't we have to do that anymore?
 
Thank you for your detailed answer. Does this mean that we should still use a clean version of HB before doing dailies every day or don't we have to do that anymore?

Re-installs and cache cleaning should no longer be necessary.

cj
 
Thank you for your detailed answer. Does this mean that we should still use a clean version of HB before doing dailies every day or don't we have to do that anymore?

A test is being compiled to ASSURE this update is legit. We will know in the morning! If it works, the cache checks will be removed from the MoP Dailies Profile Set.
 
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'

Have to manually accept, also

[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'
[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'
[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'

Over, and over..... I have updated everything, followed all and any instructions to date.


Also, for quest 'Upon The Ramparts', it goes to a location where there is constant spawns after each kill, therefore it will never leave the location.


At Halfhill when interacting with Gina Mudclaw

[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.


Also it attempts to path through a building in Halfhill whilst collecting for 'Money Matters', I'm not sure if there is a Plugin that will rectify this or it's a profile problem.
 
Last edited:
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'
[InteractWith-v249(info)] Interacting with 'Anji Autumnlight'

Have to manually accept, also

[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'
[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'
[InteractWith-v249(info)] Interacting with 'Mayor Shiyo'

Over, and over..... I have updated everything, followed all and any instructions to date.


Also, for quest 'Upon The Ramparts', it goes to a location where there is constant spawns after each kill, therefore it will never leave the location.


At Halfhill when interacting with Gina Mudclaw

[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.
[InteractWith-v249(warning)] [PROFILE ERROR]: Gossip frame not expected--ignoring.

I don't know how you ended up with InteractWith v249, as current version is v495.
Also, tidbits of HB printouts isn't as effective as a complete log file.
 
I'm just using SVN from thebrodiemanproductions - Revision 250: /trunk, from page one SVN link, updating it every few hours.

There was no log file unfortunately as it was attempting to perform an action but never completing it therefore no error was recorded.

Appreciate the response, you have an excellent piece of work here.
 
I'm just using SVN from thebrodiemanproductions - Revision 250: /trunk, from page one SVN link, updating it every few hours.

There was no log file unfortunately as it was attempting to perform an action but never completing it therefore no error was recorded.

Appreciate the response, you have an excellent piece of work here.

Everytime you run HB, a log is generated. The logs are located in the HB\Logs folder. Those are the logs I need.
 
Back
Top