Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Commits
(6e4e313) ~Jason BurdsFixing Lines 1139 and 1760 with overseer.lua Added checks to make sure the equation had valid numbers.
- GoldenFrog is gonna take a look at this when he has a chance, in the meantime i've done a couple updates which should help.
Post if you get additional crashes and i'll take a look and make updates for those too
- Corrected crash when trying to access additional priority groups
- Added an error handling bit during conversion quests
- Per @kilroy 's report https://www.redguides.com/community/threads/overseer.83631/post-632946
- Honestly unable to see how this could happen, nor could I force it. But additional error checking (rarely) hurts
- Should catch SelectReward-Option Looping problem and continue gracefully
- Does not address the cause of the loop, just the looping itself.
- Any skipped rewards will get picked up in the next cycle
- Addressed Database Lock issue reported by @dpanaben
- Corrected crash when swapping characters
- Thank you, @Nightmare327
- Added notification if current UI skin (i.e. Sparxx) is missing key UI elements allowing this to run
DETAILS:
Fixing issues one at a time: Sparxx - I can see the problem, but not what's specifically different in the XML.
This isn't the new field on tab 1, but rather something changed on the 3rd tab:
Default UI: View attachment 65619
Sparxx: View attachment 65620
This isn't just visual - there's no data behind it. So my script interprets that as "We're at max".
I'm not going to try to work around this right now - but instead doing the same thing when [AutoFill] was added. New warning message for anyone in this situation.
If anyone feels this is insufficient and needs different handling, let me know.