1.7.10 "Quest Updated" spam and crash
mensreaMC opened this issue ยท 4 comments
Every time I set edit mode to "off" I get spammed with "Quest Updated" and then I crash shortly afterward. I think this was supposed to be fixed but I'm still getting it on 1.7.10 with version 2.0.233. Here is the error report: https://pastebin.com/WXNLxrfu
The issue involves repeatable quests that are set to simultaneous. Every time you can complete a task, even if you can't complete all the tasks, you get a "quest updated" message. The message is sent every time the quest refreshes. It would be really nice if there was a way to silence those, sort of like an isSilent, but for the update messages.
It also sends you "quest updated" notices for hidden quests.
EDIT: I also set B:disableQuestNotifications=true and still get messages, on a similar note.
I'm also experiencing a huge drop in FPS after leaving edit mode, and I think it has something to do with having lots of quests with scoreboard tasks. Is there anything I can do to prevent it from querying the scoreboard until you hit the "detect/submit" button?
I've been messing with things more and it seems like quests are checking to see if tasks can be completed every time the quest refreshes. So if it's a 20 tick repeat quest, every 20 ticks it checks to see if it can be completed. This only happens when quests are available, but if there are a lot of repeatable quests with lots of tasks available it becomes very laggy. I suggest having the checkbox task in a quest make it so the quest doesn't check to see if you can complete the other tasks until the checkbox task is complete.