Help in Errors with C Addons

Asked By 190 points N/A Posted on -
qa-featured

Hi, I’m getting an error. Below are the details of the error:

1x LUI-3.0LUI.lua:320: Attempt to index local 'frame' (a boolean value)
 
LUI-3.0LUI.lua:1029: in function <LUILUI.lua:999>
 
(tail call): ?:
 
<in C code>: ?
 
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
 
(tail call): ?:
 
AceAddon-3.0-10 (ButtonFacade):543: in function `EnableAddon'
 
AceAddon-3.0-10 (ButtonFacade):635: in function <…dOnsButtonFacadeLibsAceAddon-3.0AceAddon-3.0.lua:621>
 
<in C code>: in function `LoadAddOn'
 
BigWigs-3.600Loader.lua:158: in function <BigWigsLoader.lua:149>
 
BigWigs-3.600Loader.lua:169: in function <BigWigsLoader.lua:166>
 
BigWigs-3.600Loader.lua:423: in function `?'
 
CallbackHandler-1.0-6:147: in function <…ronLibsCallbackHandler-1.0CallbackHandler-1.0.lua:147>
 
(tail call): ?:
 
<in C code>: ?
 
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
 
(tail call): ?:
 
AceAddon-3.0-10 (ButtonFacade):543: in function `EnableAddon'
 
AceAddon-3.0-10 (ButtonFacade):635: in function <…dOnsButtonFacadeLibsAceAddon-3.0AceAddon-3.0.lua:621>
 
<in C code>: in function `LoadAddOn'
 
InterfaceFrameXMLUIParent.lua:244: in function `UIParentLoadAddOn':
 
InterfaceFrameXMLUIParent.lua:267: in function `CombatLog_LoadUI':
 
InterfaceFrameXMLUIParent.lua:521: in function <InterfaceFrameXMLUIParent.lua:494>:
 
The borders of frame alone are being displayed, but the other contents like boxes are missing totally.
 
Please help me if you have any idea about this.
SHARE
Answered By 0 points N/A #147120

Help in Errors with C Addons

qa-featured

The error is a bit complicated; maybe if you can put up an image of the error then it would be better to understand it. But assuming the current data that you have pasted, I can think of few things that you can do to solve the issue.

  • First make sure that the XML file that you are trying to use does not have anything that is giving out a null exception. Check the code of the file to eliminate any such threat.
  • Now go to the main program where all the files are placed. Now check if there is already a file with that name or not. If there is then change the name of this file.

 

Related Questions