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.

I had the same thing happen to me today, accounts without rewards pending didn't crash out, but all those that had rewards pending CTD with no error log or anything.I was watching the action this morning and all my accounts went poof just as the Lua finished accepting rewards. The focus switched back to the Active Quests window in Overseer and the EQ sessions just went away on all 6 chars I had loaded.
Edited to add that I only thought the account had finished accepting rewards. It turned out there was still one mission to accept the reward and once the Lua did that it blew the character out again. Could this have something to do with the mq2rewards plugin?
Edited to add that I ran 4 more accounts but took all the rewards manually, then started the Lua and had no problems with them.
Also edited to add that I manually added the following 6 Feast of Giving special quests...
[CODE lang="lua" title="Specific Quests Section of Overseer_character.lua"] ["SpecificQuests"] = {
[1] = "Feast For No One";
[2] = "These Walls Have Ears";
[3] = "Feast Fit For A Festival";
[4] = "Need For A Feast";
[5] = "Recruit the Avatar of Rodcet Nife";
[6] = "Feast For the Deceased";
["index"] = 6;
};[/CODE]
Missed this discussion, sorry. I haven't seen crashes myself but will also help look into things here.I had the same thing happen to me today, accounts without rewards pending didn't crash out, but all those that had rewards pending CTD with no error log or anything.
I also had the "ghost controller" happen, where one toon died (level 83) and I had forgotten to exclude them from a /dgga /lua run overseer. That toon as soon as it hit the Lobby just took off, running all over and targeting the corpse summoners. As soon as I unloaded overseer on him, he stopped and acted just fine. (enchanter with MQ2Enchanter turned on).
Previously, if the script had to load the MQ2Rewards plugin, the plugin would be unloaded when done.
- Corrected crash when done claiming rewards
That was causing a conflict.
This logic has been removed - so MQ2Rewards will be loaded and left loaded whenever rewards must be claimed
tyvm for updating it. Can't wait to test/get it back in action tonight. Sure makes you appreciate it when you have to do it manually on 12 LOL.GoldenFrog updated Overseer with a new update entry:
3.42: Correct Crash When Done Claiming Rewards
Read the rest of this update entry...

Hello,
So I have lua overseer configured to use the global configuration for all my toons (14). I have 3 groups set up. I check to make sure everyone is online by having them all send me a tell of stats.
My issue is randomly one of them will get this message
View attachment 52981
So it ends up creating a character ini for that one. But of course the character ini goes back to all the default settings. I fix it and the next day it happens again for some other toon.
This has happened since I started back up Thursday. Anyone else having this happen?
Sorry if I missed this if already mentioned.
local retryLeft = 5Hello,
So I have lua overseer configured to use the global configuration for all my toons (14).
Just to confirm you've disabled your anti-virus from monitoring your entire MQ folder? There is a small chance your AV product could delay opening the file occasionally. Because in theory your OS should be able to offer up the configuration file in microseconds after the first access. And Lua is operating in milliseconds so the OS is much faster. Another caveat would be if your machine is extremely busy doing some other disk intensive operation like you're hosting a database server?
No, the release folder is not set as an exception but I can try that for a few days and see if it helps. I do not do hosting's or even video editing for that matter. My pc is probably more low to mid tier by now being about 7 yrs old (Alienware i-7 8700 @3.2g / 32 ram GTX 1080 regular sata drives)

Ok I made the change to 20. I noticed the highest hit was 9 attempts between 3 toons. ThanksThe "Retrying" logic went in only a month or two ago due to this very issue. I hadn't heard of anyone still having a problem, and my load tests seemed happier.
The delay is a simple 1/2 second for 5 tries. Gives up after 2 seconds.
I will try a few things before pushing something that may address but you can make a change locally to see if it helps you.
File: .\overseer\overseer_settings.lua
Line 434:local retryLeft = 5
Change the 5 to a 10. Or even 20.
I'll try to come up with something better.

I was watching the action this morning and all my accounts went poof just as the Lua finished accepting rewards. The focus switched back to the Active Quests window in Overseer and the EQ sessions just went away on all 6 chars I had loaded.
Edited to add that I only thought the account had finished accepting rewards. It turned out there was still one mission to accept the reward and once the Lua did that it blew the character out again. Could this have something to do with the mq2rewards plugin?
Edited to add that I ran 4 more accounts but took all the rewards manually, then started the Lua and had no problems with them.
Also edited to add that I manually added the following 6 Feast of Giving special quests...
[CODE lang="lua" title="Specific Quests Section of Overseer_character.lua"] ["SpecificQuests"] = {
[1] = "Feast For No One";
[2] = "These Walls Have Ears";
[3] = "Feast Fit For A Festival";
[4] = "Need For A Feast";
[5] = "Recruit the Avatar of Rodcet Nife";
[6] = "Feast For the Deceased";
["index"] = 6;
};[/CODE]
["SpecificQuests"] = {
[1] = "Plunder the Plane of Fire";
[2] = "Divine Intervention";
[3] = "Deepwater Symbol Research";
[4] = "A Devotee's Quest";
[5] = "Groundwater Rising";
[6] = "Season of Flame";
[7] = "Quenching the Steel";
[8] = "Recruit the Avatar of War";
[9] = "Lost Alaran Metallurgy";
[10] = "General Recruiting";
[11] = "Lend Me Your Ears";
[12] = "Cranium Conundrum";
[13] = "Not Our Festival";
[14] = "Fear Itself";
[15] = "Bakes and Shakes";
[16] = "Ways of the Wicked";
[17] = "Tricks and Treats";
[18] = "Season of Dread";
[19] = "Return of the Music";
[20] = "A Wonderful Awful Idea";
[21] = "Silent Night";
[22] = "Avarice Never Ends";
[23] = "Snug in Their Beds";
[24] = "A True Friend";
[25] = "Feast For No One";
[26] = "These Walls Have Ears";
[27] = "Feast Fit For A Festival";
[28] = "Need For A Feast";
[29] = "Recruit the Avatar of Rodcet Nife";
[30] = "Feast For the Deceased";
["index"] = 30;
};
- Added "Feast Of Giving" To List of Specific Quests
- First time running will automatically add these to the active list
- Increased retry limit on global configurations
- Thanks to @Xavierix rix
- Optimized creating default directory if already exists
- Thanks to @Kcsdman
- Removed invalid Imgui Flag usage
sameGetting a bunch of 'file not found' error message this morning with the latest release. I double checked the files existed.
![]()
* Due to not playing nicely with recent changes, temporarily reverted IO improvement
When in doubt, you can always rename the Overseer_[CharName].ini to Overseer_[CharNameOLD].ini and then run it again and let it create a new one and reconfigure.Hmm, still not working, just did a /lua run overseer and instant ctd.
If you have INI files that cause CTD, I'd be very curious to see them.When in doubt, you can always rename the Overseer_[CharName].ini to Overseer_[CharNameOLD].ini and then run it again and let it create a new one and reconfigure.
I did it a few times when one or two of 13 were not working and the others were. Told me it had something to do with my files and not the lua.
Nope, no ctd here except for that recent time earlier this month that was resolved already with the update you did.If you have INI files that cause CTD, I'd be very curious to see them.
Redact the char name and message them to me directly.
- Minor cleanup of some logging and logic
- Honor Characters Maximum Level
- Track Overseer Achievements
Maximum Level
Enhances option to "Claim Overseer EXP up to a certain level" do be dynamic for level, rather than specified by user.
Benefits:
On next run, if set to 120 previously, will enable "Follow Max...
- Follows LS Level Bump to 125
- F2P will cap at 115
- TLP, etc.. will cap at current max level per expansion unlocked
Amazing upgrades, thank you for putting in the time and effort. The new Achievement specific tab is super clean and easy to work with and the new exp level reward is very convenient.GoldenFrog updated Overseer with a new update entry:
3.45: Track Overseer Achievements, Honor Max Level, Minor Cleanup
Read the rest of this update entry...
