lua error 10/10
ibwukster opened this issue · 21 comments
AtlasLoot version
current as of 10/10/23
Lua error
Message: Interface/AddOns/AtlasLootClassic/Data/Companion.lua:674: table index is nil
Time: Tue Oct 10 18:38:36 2023
Count: 1
Stack: Interface/AddOns/AtlasLootClassic/Data/Companion.lua:674: table index is nil
[string "@Interface/AddOns/AtlasLootClassic/Data/Companion.lua"]:674: in function <Interface/AddOns/AtlasLootClassic/Data/Companion.lua:669>
[string "@Interface/AddOns/AtlasLootClassic/Data/Companion.lua"]:682: in function <Interface/AddOns/AtlasLootClassic/Data/Companion.lua:677>
[string "@Interface/AddOns/AtlasLootClassic/Data/Companion.lua"]:689: in function `func'
[string "@Interface/AddOns/AtlasLootClassic/AtlasLoot.lua"]:42: in function <Interface/AddOns/AtlasLootClassic/AtlasLoot.lua:34>
Locals: typ = "MOUNT"
(for index) = 1
(for limit) = 20
(for step) = 1
i = 1
creatureID = nil
(*temporary) =
24480 = true
194870 = true
28513 = true
}
(*temporary) = 1
(*temporary) = "table index is nil"
COLLECTED_COMPANIONS =
24480 = true
194870 = true
28513 = true
}
Only issue I'm seeing is every time you hit a load screen, you get the following chat message "AtlasLoot-Def: Player "X-Server" sends version '3010003'! Anyway to fix this? Cause once you join a raid, you'll see that constantly with load screens or reloads.
Comment out this line in AtlasLoot.lua (line 182 in this pre-release version):
AtlasLoot:DevPrint(format("Player '|cff00FAF6%s|r' sends version '|cff00FF96%d|r'!", sender, v))
Awesome, thank you!
I have created a release here which has a direct download link: Direct Download Link
Thanks, but why did you delete all localizations?
I have created a release here which has a direct download link: Direct Download Link
Thanks, but why did you delete all localizations?
No localization files were deleted in my commit, you can see the changes if you follow this link: 0bc91eb
I may have added text that needs to be localised? Maybe you can be more specific if you're experiencing an issue.
No localization files were deleted in my commit, you can see the changes if you follow this link: 0bc91eb I may have added text that needs to be localised? Maybe you can be more specific if you're experiencing an issue.
Open your archive please and you'll see that all localization files (in *\Locales
folders) have size 300 bytes - they are almost empty.
@Syllinger
As soon as it possible.
No localization files were deleted in my commit, you can see the changes if you follow this link: 0bc91eb I may have added text that needs to be localised? Maybe you can be more specific if you're experiencing an issue.
Open your archive please and you'll see that all localization files (in
*\Locales
folders) have size 300 bytes - they are almost empty.
Okay I see now, there is a comment in each file saying these are translated on curseforge, it may be that it is populated when the addon is uploaded to curse? if you look at the current version on github its the same as in my commit with all those files being mostly empty. I am sure they will be in the proper release when Hoizame is back to do that.
PR #398 fixes this issue
I have created a release here which has a direct download link:
Direct Download Link
Yes, thank you for the direct link also, couldn't figure out why it was still broke.
I have created a release here which has a direct download link: Direct Download Link
Only issue I'm seeing is every time you hit a load screen, you get the following chat message "AtlasLoot-Def: Player "X-Server" sends version '3010003'! Anyway to fix this? Cause once you join a raid, you'll see that constantly with load screens or reloads.
Only issue I'm seeing is every time you hit a load screen, you get the following chat message "AtlasLoot-Def: Player "X-Server" sends version '3010003'! Anyway to fix this? Cause once you join a raid, you'll see that constantly with load screens or reloads.
Comment out this line in AtlasLoot.lua (line 182 in this pre-release version):
AtlasLoot:DevPrint(format("Player '|cff00FAF6%s|r' sends version '|cff00FF96%d|r'!", sender, v))
After using the direct download link, Where would I extract all files to?
World of Warcraft/_classic/Interface/AddOns
@DieQuelle do you see update here or on Curseforge?