View Single Post
12-01-12, 08:02 PM   #12
feraldrood
A Theradrim Guardian
 
feraldrood's Avatar
Join Date: Dec 2008
Posts: 62
Originally Posted by Fizzlemizz View Post
My guess would be an error being thrown during login but not during /reload. It can happen (which I believe was Seerah's point).

ah! good advice I got this error:

Code:
29x kgPanels\kgPanels-1.5.4.4.lua:785: kgPanel16:SetParent(): Would create a loop parenting to kgPanel16
<in C code>
kgPanels\kgPanels-1.5.4.4.lua:785: in function "ResetParent"
kgPanels\kgPanels-1.5.4.4.lua:736: in function "PlaceFrame"
kgPanels\kgPanels-1.5.4.4.lua:648: in function "ApplyLayout"
kgPanels\kgPanels-1.5.4.4.lua:482: in function <kgPanels\kgPanels.lua:478>
(tail call): ?
<in C code>
<string>:"safecall Dispatcher[1]":9: in function <string>:"safecall Dispatcher[1]":5
(tail call): ?
libs\AceAddon-3.0\AceAddon-3.0-11.lua:543: in function "EnableAddon"
libs\AceAddon-3.0\AceAddon-3.0-11.lua:636: in function <libs\AceAddon-3.0\AceAddon-3.0.lua:621>
<in C code>
FrameXML\UIParent.lua:299: in function "UIParentLoadAddOn"
FrameXML\UIParent.lua:322: in function "CombatLog_LoadUI"
FrameXML\UIParent.lua:692: in function <FrameXML\UIParent.lua:657>

Locals:
nil
not really sure how to progress though.. *scratches head*

there is one more panel that makes up the chat bg; the invisible panel which holds the on click function
would parenting "kgPanel16" to said on click panel resolve the infinite loop error?
(purely intuitive assumption here, no lua knowledge for this problem)

Last edited by feraldrood : 12-01-12 at 08:10 PM.
  Reply With Quote