Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening Mythic+ Dungeons Tab Error #196

Open
MathewEllison opened this issue Nov 22, 2021 · 4 comments
Open

Opening Mythic+ Dungeons Tab Error #196

MathewEllison opened this issue Nov 22, 2021 · 4 comments

Comments

@MathewEllison
Copy link

Results in New Season! screen never going away and MoTS button being behind the screen.

Lua Error below:

Message: ...AddOns\AddOnSkins\Skins\Mainline\AddOns\RaiderIO.lua:16: attempt to index field 'RaiderIOProfileTooltip' (a nil value)
Time: Mon Nov 22 14:46:45 2021
Count: 1
Stack: ...AddOns\AddOnSkins\Skins\Mainline\AddOns\RaiderIO.lua:16: attempt to index field 'RaiderIOProfileTooltip' (a nil value)
[string "=[C]"]: ?
[string "@interface\AddOns\AddOnSkins\Skins\Mainline\AddOns\RaiderIO.lua"]:16: in function <...AddOns\AddOnSkins\Skins\Mainline\AddOns\RaiderIO.lua:15>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: in function Show' [string "@Interface\FrameXML\UIParent.lua"]:2958: in function SetUIPanel'
[string "@interface\FrameXML\UIParent.lua"]:2803: in function ShowUIPanel' [string "@Interface\FrameXML\UIParent.lua"]:2671: in function <Interface\FrameXML\UIParent.lua:2667> [string "=[C]"]: in function SetAttribute'
[string "@interface\FrameXML\UIParent.lua"]:3522: in function ShowUIPanel' [string "@Interface\FrameXML\PVEFrame.lua"]:130: in function PVEFrame_ShowFrame'
[string "@interface\FrameXML\PVEFrame.lua"]:88: in function <Interface\FrameXML\PVEFrame.lua:64>
[string "=[C]"]: in function `PVEFrame_ToggleFrame'
[string "@interface\FrameXML\MainMenuBarMicroButtons.lua"]:81: in function <Interface\FrameXML\MainMenuBarMicroButtons.lua:79>
[string "=[C]"]: ?

Locals:

Screenshot below:
image

@shrift
Copy link

shrift commented Dec 12, 2021

I'm seeing the same error:

Message: ...nterface\AddOns\AddOnSkins\Skins\AddOns\RaiderIO.lua:16: attempt to index field 'RaiderIOProfileTooltip' (a nil value)
Time: Sun Dec 12 13:04:16 2021
Count: 1
Stack: ...nterface\AddOns\AddOnSkins\Skins\AddOns\RaiderIO.lua:16: attempt to index field 'RaiderIOProfileTooltip' (a nil value)
[string "@Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua"]:149: in function `origErrorHandler'
[string "@Interface\AddOns\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua"]:761: in function <...Ons\TradeSkillMaster\LibTSM\Service\ErrorHandler.lua:717>
[string "=[C]"]: ?
[string "@Interface\AddOns\AddOnSkins\Skins\AddOns\RaiderIO.lua"]:16: in function <...nterface\AddOns\AddOnSkins\Skins\AddOns\RaiderIO.lua:15>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: in function `Show'
[string "@Interface\FrameXML\UIParent.lua"]:2958: in function `SetUIPanel'
[string "@Interface\FrameXML\UIParent.lua"]:2867: in function `ShowUIPanel'
[string "@Interface\FrameXML\UIParent.lua"]:2671: in function <Interface\FrameXML\UIParent.lua:2667>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface\FrameXML\UIParent.lua"]:3522: in function `ShowUIPanel'
[string "@Interface\FrameXML\PVEFrame.lua"]:130: in function `PVEFrame_ShowFrame'
[string "@Interface\FrameXML\PVEFrame.lua"]:88: in function `PVEFrame_ToggleFrame'
[string "TOGGLEGROUPFINDER"]:1: in function <[string "TOGGLEGROUPFINDER"]:1>

Locals: private = <table> {
 ThrowError = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:48
 DoesErrorExist = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:90
 ClearOldErrors = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:110
 SanitizeLine = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:86
 MAX_STACK_DEPTH = 10
 log = <table> {
 }
 ErrorHandler = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:119
 IncrementErrorCount = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:80
 NewError = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:52
 IsRCLootCouncilError = <function> defined @Interface\AddOns\RCLootCouncil\Classes\Services\ErrorHandler.lua:97
}
orig_errorhandler = <function> defined @Interface\SharedXML\SharedBasicControls.lua:355

@shrift
Copy link

shrift commented Dec 28, 2021

Anyone going to look at this? Still getting this error every time I open the Dungeons & Raids tab. I update addon daily through raider.io addon manager.

@Vladinator
Copy link
Collaborator

Hey, the addon AddOnSkins seems to have a skin for RIO but the code refers to a frame RaiderIOProfileTooltip that is now called RaiderIO_ProfileTooltip.

The addon AddOnSkins might be a framework and the plugin for RIO might come from somewhere else, as I didn't find the file in the error located in the official repository on GitHub at least, so not sure who to exactly ask for an update myself to fix this error. You could always manually update the file and find-replace the text that is old to the new one to hotfix it for yourself in the meanwhile. In your addons folder you should be able to find AddOnSkins\Skins\Mainline\AddOns\RaiderIO.lua if you're feeling adventurous!

@shrift
Copy link

shrift commented Dec 28, 2021

Hmmmm interesting.... I uninstalled addonskins and indeed the problem has gone away; I'll stick with that as my solution.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants