MythicPlusTimer combined with other Addons messes up all frames
LybrialsGit opened this issue ยท 6 comments
Hi,
I have an Addon which overhauls the whole interface like:
- ActionBars
- UnitFrames
- Minimap
- etc.
It works perfectly fine.
As soon as I enable MythicPlusTimer Addon and start a Mythic+ run the whole interface is getting screwed
up. The unit frames are moved to the very top of the screen and the minimap and actionbars are no longer
visible.
As soon as I disable MythicPlusTimer and reload the interface everything is back to normal.
It seems like with MythicPlusTimer enabled the UI Scaling changes so that the ActionBars, Minimap and other
stuff is pushed outside of the visible area of the screen.
MythicPlusTimer does not use any shared lib or so, also it does not mess with any other frames except the objective tracker "ObjectiveTrackerFrame". What ActionBar / minimap / ... addon do you use?
Hi, first some screenshots so that you know what im talking about.
This is my interface when everything is fine and MythicPlusTimer Addon is disabled
This is my interface when MythicPlusTimer Addon is enabled
As you can see here even the default blizzard party (raid) frames are getting moved around when enabling MythicPlusTimer.
I also made screenshots of the errors im getting:
Im using my own implemenation for minimap, actionbars, questtracker, data bars, data texts, unit frames, etc.
Feels like your local db is corrupt, have you tried removing the "MythicPlusTimer.lua" files from your WTF\Account\ACCOUNT\SavedVariables directory?
I assume you are using the latest version of the addon.
Yep. Latest version and removed local db.
I know MythicPlusTimer is not doing something with frames. I checked the code.
But since this is hard to debug (since you need to be in a mythic+ dungeon) I wanted to report this
here in case you guys have an idea.
Number 3 it is!
-
My object tracker addon enabled
-
MythicPlusTimer enabled
-
My object tracker addon enabled
-
MythicPlusTimer enabled
-
My object tracker addon disabled
-
MythicPlusTimer enabled
My own object tracker addon has everything replaced, no blizzard default stuff, every frame is self coded.
So I will check how I need to change my code so that it works together with MythicPlusTimer.
Thank you!
Multiple Questions, as i can not get that effect to happen for me ;)
- Does it also happen if you use the demo mode of the addon outside a dungeon?
/mpt toggle
- Does changing the scale in the mythicplustimer option change the ui scale?
- Does it also happen if you disable the option to hide the default tracker
Maybe you could send me a list of all addons you use so i can find the one which is incompatible. (Maybe you have your custom ones uploaded somewhere?)
thanks