Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Lua with 4.1.4 fr_FR #1831

Closed
Machou opened this issue Nov 3, 2024 · 3 comments · Fixed by #1832
Closed

Error Lua with 4.1.4 fr_FR #1831

Machou opened this issue Nov 3, 2024 · 3 comments · Fixed by #1832

Comments

@Machou
Copy link
Contributor

Machou commented Nov 3, 2024

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)"
@csBlackWolf
Copy link

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)"

@NORPG
Copy link
Member

NORPG commented Nov 4, 2024

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

@NORPG
Copy link
Member

NORPG commented Nov 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants