b-morgan / Skillet

World of Warcraft addon
GNU General Public License v3.0
15 stars 6 forks source link

BugSack showing errors and Skillet is not opening #69

Closed rruggles closed 1 year ago

rruggles commented 1 year ago

<Please include the Skillet version number (from the title or the .toc file)> 5.00-beta3 <Please include the output of "/dump GetLocale()" if it is different than enUS> is enUS

4x bad argument #2 to '?' (Usage: self:SetParent([parent]))

string "=[C]": in function SetParent' [string "@Skillet/UI/MainFrame.lua"]:368: in functionResetTradeSkillWindow' [string "@Skillet/Skillet.lua"]:1470: in function ShowTradeSkillWindow' [string "@Skillet/Skillet.lua"]:1255: in functionSkilletShowWindow' [string "@Skillet/Skillet.lua"]:923: in function `?' [string "@TomTom/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:114: in function <...Tom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:114>

[string "@TomTom/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:24: in function <...Tom/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:20> [string "@TomTom/libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:59: in function `Fire' [string "@TomTom/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <...aceTomTom/libs/AceEvent-3.0/AceEvent-3.0.lua:119>

Thank you very much for Skillet and as another author I applaud your hard work. As a disabled guy I wish that I could send you money but I can't. But I can /hug Cheers!

b-morgan commented 1 year ago

This is a very strange error because line 368 in MainFrame.lua is button:SetParent("SkilletFrame") the argument to SetParent is a constant.

Do you remember what you were doing at the time? Is this reproduceable? If you can reproduce, please give me the steps so I can try.

b-morgan commented 1 year ago

Closing this as no additional data is available