Quote:
Originally Posted by silvr
It will continue to happen I promise. I cant explain why but it will. I had this problem and found a solution on another webpage. Make a macro that says
/show_window Custom.ProfitUI_SubClassDetector
when the problem happens click the macro and poof back to normal. It usually only happens to me when I do battlegrounds but saves you from relogging and rebooting alot
|
If that actually works then the game must have a bug which unloads that window at some point. Interesting. Or you are running a very very old version of the subclass detector file which actually used to run subclass detection OnShow, but the current version does not do anything OnShow (except hide the window again).
What happens in ProfitUI is when the UI is first loaded the ProfitUI Control Center loads all the custom windows, including the subclass detector. The initialization code is only run once and deactivates itself after that, because once all windows are loaded they should stay in memory.
But if you are losing the subclass detector window from memory are other custom windows like the bottom bar gone, too?