thebrodieman
Well-Known Member
- Joined
- Sep 11, 2011
- Messages
- 6,015
- Reaction score
- 81
Worked now when I put the files from your QuestBehavior folder into HB's QB folder instead of replacing it.
Yeah don't replace. Merge.
Worked now when I put the files from your QuestBehavior folder into HB's QB folder instead of replacing it.
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.
Doesnt interact with Wing Nga, this is a Problem with the QB Version at the moment. Just to inform.
End of Profile...if you're seeing this something borked! (Check your QBs and that you have a Hearthstone!)
[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
Do you have a log of this one? This is new and unrelated to my above statement.
[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)
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?* Removed dailies and Weeklys from the quest cache so you no longer have to delete it
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. 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?
[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'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.