Questie

Questie

116M Downloads

Questie still abandoning the wrong quest at times

fildew opened this issue ยท 6 comments

commented

Was gonna abandon a quest today and got this:

https://cloud.githubusercontent.com/assets/20835970/23765573/ecd51a98-0501-11e7-97e1-c75a5d96eddf.png

Restarting the WoW client fixed the issue, so there seems to be some event triggering this ingame.

Edit: Running Questie 3.69.

commented

noice

commented

I run across this problem constantly if my questlog is full while trying to disband a quest. Some quests will disband, while others keep showing the wrong quest at the confirmation box after clicking 'Abandon' like in OPs image.

For me it seems to have to do with the combination of EQL and Questie though, if i disable either one and leave the other running, the questlog will disband just fine.

Running Questie 3.67 at the moment, but had the issue on 3.69 and 3.68 too, but I had to revert to 3.67 due to the WoWError issues.

commented

We found and fixed the issue during development for v3.70. We had to use a very old work around in functions that selects specific quests in the log. The old issue is that these functions would leave the quest selected without clearing it causing the next function to have the wrong quest selected. In the current dev build, this issue no longer happens.

I'm sure some of the more savvy users of GitHub has found it but we're dumping our dev commits here:
Version3.70 (DEV-BUILD)

Use with caution but it's almost ready to be released as a "Pre-release build". Ton's of issues have been fixed and most of the code has been re-written.

commented

You are the best, I'm waiting anxiously for the pre-release!

commented

I'd like to clarify the issue here. Vanilla wow addons can only read the objectives of the currently selected quest. So in order to read the objectives of each quest, the addon has to select each quest one at a time and read the objectives. Some addons (like Questie v3.69) forget to reselect the previously selected quest after finishing reading through the quest log.

If you close and reopen the quest log, and a different quest is selected, then you know the bug has occurred. Here's a demonstration using the addon QuestItem.

abandonbug

commented

New beta release is out. It can be downloaded here.