Got an odd issue lately. My ranger is lvl 122 with 258 agents. My monk is 102 with 187 agents. Both are on the same computer and using this to run Overseer. My monk works fine. Rotates quests, completes, claims rewards, and starts new ones. My ranger does not. It will finish quests and claim the rewards, but will not start new ones. It scans the quests, checks which gives the most xp, then closes everything and starts over. when it does, (with debug turned on) it has an error "[STEP] Error in RunGeneralQuests: <Path to MQ>\lua\overseer\utils\logger.lua:42:bad argument #4 to 'format' (value expected)". This seems to simply be an error in logging.
38. function actions.info(format, ...)
39. if (logLevel < 4) then
40. return
41. end
42. local output = string.format(format, ...)
43. printf('%s \ao %s', logLeader, output)
44. end
My monks shows a different error: "[STEP] Error in RunGeneralQuests: <Path to MQ>\lua\overseer\overseer.lua:18". However, like I said, everything seems to work fine.
I've verified they're using the same settings. I downloaded the latest overseer lua and removed the old folder and unzipped the new one to it. Same thing. I noticed something in the Overseer\data folder. my monk has a .db, .db-shm, and .db-wal. my ranger only has a .db file. Should my ranger have all 3? Any ideas how to fix it?