ForgeUI

ForgeUI

228k Downloads

FloatText - Initialization Error

nadszeg opened this issue ยท 1 comments

commented

Hi! When I try to enable ForgeUI and all of it's components, I get errors and when I want to customize the UI, a lot of the stuff this package comes with, is missing... I have a clean install of the game, I even reset all settings after trying to enable the addon, but it's no use :(

Here's the errors:
...dStar\Addons\ForgeUI_FloatText\ForgeUI_FloatText.lua:60: attempt to index upvalue 'FloatText' (a nil value)
stack trace:
...dStar\Addons\ForgeUI_FloatText\ForgeUI_FloatText.lua:60: in function 'ForgeAPI_Init'
...Roaming\NCSOFT\WildStar\Addons\ForgeUI\core\core.lua:170: in function 'InitAddon'
...Roaming\NCSOFT\WildStar\Addons\ForgeUI\core\core.lua:384: in function 'Init'
...a\Roaming\NCSOFT\WildStar\Addons\ForgeUI\ForgeUI.lua:132: in function 'OnCharacterCreated'
...a\Roaming\NCSOFT\WildStar\Addons\ForgeUI\ForgeUI.lua:119: in function <...a\Roaming\NCSOFT\WildStar\Addons\ForgeUI\ForgeUI.lua:83>

commented

You have no other Addons, but ForgeUI Installed? For example one that deactivates the addon 'FloatText' ?
I'm quite sure that this is your problem. ForgeUI_FloatText cannot work without the original FloatText Addon. This breaks the whole initialization of ForgeUI.

Try deactivating 'ForgeUI_FloatText' and see, if that fixes your issue - after that you should search for the Addon deactivating the FloatText Addon. (for example: MischhCombatTexts)

  • Please report back after trying.

-Mischh