ALL THE THINGS

ALL THE THINGS

31M Downloads

Error Lua with 4.1.4 fr_FR

Machou opened this issue · 3 comments

commented

Hello,

With the latest version of ATT, 4.1.4, i have this error:

Date: 2024-11-03 20:00:04
ID: 1
Error occured in: Global
Count: 1
Message: ...ace/AddOns/AllTheThings/db/Retail/LocalizationDB.lua line 5:
   attempt to index local 't' (a nil value)
Debug:
   [string "@Interface/AddOns/AllTheThings/db/Retail/LocalizationDB.lua"]:5: localize()
   [string "@Interface/AddOns/AllTheThings/db/Retail/LocalizationDB.lua"]:19962: in main chunk
Locals:
t = nil
data = <table> {
 149 = "Halte du Fracas, Péninsule des Flammes infernales"
}
(for state) = <table> {
 149 = "Halte du Fracas, Péninsule des Flammes infernales"
}
(for control) = 149
k = 149
v = "Halte du Fracas, Péninsule des Flammes infernales"
(*temporary) = 149
(*temporary) = "attempt to index local 't' (a nil value)"
commented

I got a similar error when i play on german.

8x ...aceAllTheThings/db/Retail/LocalizationDB.lua:5: attempt to index local 't' (a nil value)
[string "@AllTheThings/db/Retail/LocalizationDB.lua"]:5: in function `localize'
[string "@AllTheThings/db/Retail/LocalizationDB.lua"]:15868: in main chunk

Locals:
t = nil
data = <table> {
 149 = "Trümmerposten, Höllenfeuerhalbinsel"
}
(for state) = <table> {
 149 = "Trümmerposten, Höllenfeuerhalbinsel"
}
(for control) = 149
k = 149
v = "Trümmerposten, Höllenfeuerhalbinsel"
(*temporary) = 149
(*temporary) = "attempt to index local 't' (a nil value)"

commented

hmm, it seem flightpaths localization is not work in retail.
I will push a patch in ten of minutes.

commented

4.1.4a was released.
https://github.com/DFortun81/AllTheThings/releases/tag/4.1.4a
it should be fixed.