Lua Errors: Localization Errors now
Starlynk1 opened this issue ยท 4 comments
Just updated and getting localization errors now. Here are two of the multiple we get now.
1x ...dOns/AutoPotion/Libs/AceLocale-3.0/AceLocale-3.0.lua:7: attempt to index global 'LibStub' (a nil value)
[string "@AutoPotion/Libs/AceLocale-3.0/AceLocale-3.0.lua"]:7: in main chunk
Locals:
MAJOR = "AceLocale-3.0"
MINOR = 6
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'LibStub' (a nil value)"
1x AutoPotion/Locales/enUS.lua:1: attempt to call global 'LibStub' (a nil value)
[string "@AutoPotion/Locales/enUS.lua"]:1: in main chunk
Locals:
(*temporary) = nil
(*temporary) = "AceLocale-3.0"
(*temporary) = "attempt to call global 'LibStub' (a nil value)"
this should be fixed with #70
Hey @ollidiemaus.
I'm running version 3.8.1 and these errors are happening (through all the locales). Funnily enough they were not before (though not sure what version I had before).
Thanks!
PS: 3.7.7 is the last working version after my tests. Running that in the meantime. If you want me to open a new issue let me know!