KkthnxUI

KkthnxUI

277k Downloads

``VersionCheck_Send` of `Core/CheckVersion.lua` causing LUA errors when joining dungeons or raids

Blubbaz opened this issue ยท 1 comments

commented

Describe the bug
``VersionCheck_SendofCore/CheckVersion.lua` causing LUA errors when joining dungeons or raids

To Reproduce
Steps to reproduce the behavior:

  1. Join a dungeon or LFR raid
  2. See the error (in raids multiple times)
Message: bad argument #3 to '?' (Usage: local result = C_ChatInfo.SendAddonMessage(params))
Time: Mon Oct 14 21:00:05 2024
Count: 12
Stack: bad argument #3 to '?' (Usage: local result = C_ChatInfo.SendAddonMessage(params))
[string "@Interface/AddOns/KkthnxUI/Core/CheckVersion.lua"]:183: in function `VersionCheck_Send'
[string "@Interface/AddOns/KkthnxUI/Core/CheckVersion.lua"]:222: in function `func'
[string "@Interface/AddOns/KkthnxUI/Init.lua"]:199: in function <Interface/AddOns/KkthnxUI/Init.lua:194>

Locals: self = <table> {
 Enabled = true
 name = "VersionCheck"
}
channel = true
lastVCTime = 98779.315000

Expected behavior
No error should occur

World of Warcraft Details:

  • Game Version: Retail
  • Patch Version: 11.0.2

Additional context
Commenting out the code block (line 183-185) in Core/CheckVersion.lua prevents the error to occur

commented

I removed it. Really do not care for it.

88a43e1