LockedOut

LockedOut

104k Downloads

error

Daeveren opened this issue ยท 4 comments

commented

latest 1.7 build
error at login
edit: going back to the commit on 11th dec = no error

Message: Interface\AddOns\LockedOut\Configuration.lua:488: attempt to concatenate a table value
Time: 12/15/17 23:59:34
Count: 1
Stack: Interface\AddOns\LockedOut\Configuration.lua:488: attempt to concatenate a table value
Interface\SharedXML\SharedBasicControls.lua:208: in function origErrorHandler' ...ce\AddOns\TradeSkillMaster\Core\Lib\ErrorHandler.lua:550: in function <...ce\AddOns\TradeSkillMaster\Core\Lib\ErrorHandler.lua:512> (tail call): ? Interface\AddOns\LockedOut\Configuration.lua:488: in function <Interface\AddOns\LockedOut\Configuration.lua:487> (tail call): ? [C]: ? [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5> (tail call): ? ...nterface\AddOns\Ace3\AceBucket-3.0\AceBucket-3.0.lua:116: in function func'
Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:55: in function <Interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:48>

Locals:

commented

Can't you just embed its libraries? Also, is it same thing with Ace3?

commented

thanks. i believe i have this fixed locally and just have not checked it in. I'll double check.

one thing to make sure of is that you download and install the AceBucket-3.0 addon since i now require that too (if you have not done so). But i believe this change goes with the bugs you're seeing. I'll see if i can't get it checked in tonight or tomorrow.

commented

I had them embeded but i believe it's recommended that the not be checked in and that they are packaged automatically (like we do).

The issue should now be fixed however. just make sure to pull down AceBucket-3.0 (or check your other addons as it's likely part of a different package elsewhere).

commented

Oh right, I got it now. Because it's not packed by Curse, getting the beta from github means it doesn't have libraries/dependencies. But anyway, I'm good, I already have Ace3, which AceBucket is a subfolder.