AtlasLootClassic

AtlasLootClassic

37M Downloads

lua error 10/10

ibwukster opened this issue · 21 comments

commented

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
}

commented

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!

commented

Sorry, cancel that, I am an idiot. XD

commented

@Anyalah

I have created a release here which has a direct download link: Direct Download Link

Thanks, but why did you delete all localizations?

commented

@Iowerth

@Anyalah

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.

commented

@Anyalah

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.

commented

When does Curseforge get updated?

commented

@Syllinger
As soon as it possible.

commented

@Anyalah

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.

commented

PR #398 fixes this issue

commented

how do you download this update? I am struggling to find it in here lol

commented

I have created a release here which has a direct download link:

Direct Download Link

commented

Yes, thank you for the direct link also, couldn't figure out why it was still broke.

commented

Awesome, thank you, and thank you for the work on this awesome addon!

commented

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.

commented

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

commented

After using the direct download link, Where would I extract all files to?

commented

After using the direct download link, Where would I extract all files to?

World of Warcraft/_classic/Interface/AddOns

commented

Still not fixed?

commented

@DieQuelle do you see update here or on Curseforge?

commented

any way to disable the chat spam with "AtlasLoot-Dev: Player 'playername' sends version '3010003' whenever someone joins/leaves the group?

image

commented