View Single Post
08/15/20, 01:37 PM   #39
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
Originally Posted by Kyoma View Post
A quick fix (most likely), change it to this:
Code:
self.async = LibAsync:Create ( self.name )
thanks, tried that, same error

Code:
user:/AddOns/InventoryAssistant/InventoryAssistant.lua:471: attempt to index a nil value
stack traceback:
user:/AddOns/InventoryAssistant/InventoryAssistant.lua:471: in function 'IA_InventoryAssistant:Initialize'
|caaaaaa<Locals> self = [table:1]{}, control = ud </Locals>|r
user:/AddOns/InventoryAssistant/InventoryAssistant.lua:466: in function 'IA_InventoryAssistant:New'
|caaaaaa<Locals> self = [table:2]{version = "1.15.180704-beta", name = "InventoryAssistant"}, control = ud, inventoryAssistant = [table:1] </Locals>|r
user:/AddOns/InventoryAssistant/InventoryAssistant.lua:1499: in function 'IA_InventoryAssistant_OnInitialize'
|caaaaaa<Locals> control = ud </Locals>|r
IA_Main_Initialized:3: in function '(main chunk)'
|caaaaaa<Locals> self = ud </Locals>|r







may be its because this library, using withing addon, not ready to work without libStub ?

https://www.esoui.com/downloads/info...ntHandler.html
  Reply With Quote