• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • EverQuest (live servers) were patched yesteday so brainiac has been spending his time updating MacroQuest. Please show him your appreciation.

Problem - MQOverlay Paused Jan 15th 2025 thread (1 Viewer)

Status
Not open for further replies.
What is the actual error.

You have, somewhere, red error output saying what the issue is, and what is crashing.

I don't know of any crashes with the cwtn imgui usage (my toons were working fine before I logged).

Folks have shown me crashes from overseer or other resources
 
Just logged in after patch today and all my toons loaded just fine except the druid. The druid has a pop up that says:
MQOverlat paused
The overlay is paused due to an ImGui error.
Please fix the problem before resuming.
with a button the pop up that says "resume overlay"

When i click that button i get the following text in my MQ window in red text:
IMGUI critical failure: Missing popstylecolor()
Plugin ImGui has been temporarily paused. To resume imgui, run /mqoverlay resume

when i type that /mqoverlay resume i just keep getting the same red text.

I can type /mqoverlay stop and the pop up goes away but i still cannot get /dru show to work.

Any idea what i can do to fix this? I have not added anything or changed anything and all 12 of my toons are the same just different classes but only the druid has this error.
 
Just logged in after patch today and all my toons loaded just fine except the druid. The druid has a pop up that says:
MQOverlat paused
The overlay is paused due to an ImGui error.
Please fix the problem before resuming.
with a button the pop up that says "resume overlay"

When i click that button i get the following text in my MQ window in red text:
IMGUI critical failure: Missing popstylecolor()
Plugin ImGui has been temporarily paused. To resume imgui, run /mqoverlay resume

when i type that /mqoverlay resume i just keep getting the same red text.

I can type /mqoverlay stop and the pop up goes away but i still cannot get /dru show to work.

Any idea what i can do to fix this? I have not added anything or changed anything and all 12 of my toons are the same just different classes but only the druid has this error.

You skipped this step: "Please fix the problem before resuming."

Figure out what plugin/script you have is causing the problem and unload it first.
 
I will look and see what I can find. Thought that was what you needed. Also, what forum should I have posted it in? Thanks
Well, you're posting what you think is about the cwtn plugins, so cwtn plugins posts should go there.

But, you should check for the red error output that tells you, and then post in that location
 
Just logged in after patch today and all my toons loaded just fine except the druid. The druid has a pop up that says:
MQOverlat paused
The overlay is paused due to an ImGui error.
Please fix the problem before resuming.
with a button the pop up that says "resume overlay"

When i click that button i get the following text in my MQ window in red text:
IMGUI critical failure: Missing popstylecolor()
Plugin ImGui has been temporarily paused. To resume imgui, run /mqoverlay resume

when i type that /mqoverlay resume i just keep getting the same red text.

I can type /mqoverlay stop and the pop up goes away but i still cannot get /dru show to work.

Any idea what i can do to fix this? I have not added anything or changed anything and all 12 of my toons are the same just different classes but only the druid has this error.
What is the red error message that tells you what is causing the error
 
Just logged in after patch today and all my toons loaded just fine except the druid. The druid has a pop up that says:
MQOverlat paused
The overlay is paused due to an ImGui error.
Please fix the problem before resuming.
with a button the pop up that says "resume overlay"

When i click that button i get the following text in my MQ window in red text:
IMGUI critical failure: Missing popstylecolor()
Plugin ImGui has been temporarily paused. To resume imgui, run /mqoverlay resume

when i type that /mqoverlay resume i just keep getting the same red text.

I can type /mqoverlay stop and the pop up goes away but i still cannot get /dru show to work.

Any idea what i can do to fix this? I have not added anything or changed anything and all 12 of my toons are the same just different classes but only the druid has this error.
Receiving the same. See attached screenshot
 

Attachments

  • GUI overlay red.png
    GUI overlay red.png
    346.7 KB · Views: 0
  • gui overlay.png
    gui overlay.png
    30.8 KB · Views: 0
looks like mq2druid had "line b" before "line a" which was causing a crash on the portal tab.
Diff:
- ImGui::EndChild();
- ImGui::PopStyleColor(); // this is for the help marker

+ ImGui::PopStyleColor(1); // this is for the help marker
+ ImGui::EndChild();

pushing a new build now
 
I tried running overseer Lua (nothing else running in the background other than default MQ stuff) and it threw an imGui error almost immediately on me.. It managed to claim the completed quests but then the imGui error when it started trying to select new ones.
1736983483352.png

edit: crap sorry this isn't CWTN specific, but might be a more common thing occurring post-patch release?
 
looks like mq2druid had "line b" before "line a" which was causing a crash on the portal tab.
Diff:
- ImGui::EndChild();
- ImGui::PopStyleColor(); // this is for the help marker

+ ImGui::PopStyleColor(1); // this is for the help marker
+ ImGui::EndChild();

pushing a ne

yeah, i determined that, but sincerely appreciate the followup about it. i should have a build happening soon and at least mq2druid will be fixed (hopefully)
Thanks Sic... From my position, I am not running a druid however it is happening on the following: SK, Mage, Necro, Bst, Sham and bard. Thanks for all you guys do.
 
Going to lock this thread.

Brain made some updates to reporting, please patch

Please make sure to post in the respective script for whatever is crashing.

If you're running a non-rg script, (like easy) you'll want to ask the author to fix it.
 
Problem - MQOverlay Paused Jan 15th 2025 thread
Status
Not open for further replies.

Users who are viewing this thread

Back
Top