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

LUA errors while hovering over some Items #4853

Closed
2 tasks done
Cap-canada opened this issue Feb 2, 2024 · 1 comment
Closed
2 tasks done

LUA errors while hovering over some Items #4853

Cap-canada opened this issue Feb 2, 2024 · 1 comment
Labels
⏱ Awaiting Response This ticket hasn't been triaged yet. 🐛 Bug This is a problem with WeakAuras.

Comments

@Cap-canada
Copy link

Is there an existing issue for this?

  • I have searched the existing open and closed issues.

Description

Hey there, thanks for the amazing job on this Addon, I searched and I couldn't find anyone posting on this, but I have been getting errors when hovering some Items, specially any of the TW loot and some from the Amidrassil Raid, like Rashon, the Immortal Blaze weapon. Thanks for any help you could give.

Oh I disabled all the Addons I use and deleted all the WeakAuras that I had imported and I was still getting the error.

WeakAuras Version

WeakAuras 5.9.2

World of Warcraft Flavor

Retail (Default)

World of Warcraft Region

US/NA

Tested with only WeakAuras

  • Yes

Lua Error

Message: [string "return function() local bonusIds = {"]:65: attempt to concatenate local 'text' (a nil value)
Time: Fri Feb  2 12:39:39 2024
Count: 2
Stack: [string "return function() local bonusIds = {"]:65: attempt to concatenate local 'text' (a nil value)
[string "return function() local bonusIds = {"]:65: in function <[string "return function() local bonusIds = {"]:53>
[string "return function() local bonusIds = {"]:99: in function <[string "return function() local bonusIds = {"]:77>
[string "=(tail call)"]: ?
[string "=[C]"]: in function `securecallfunction'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:162: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:157>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:182: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:178>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:218: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:208>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:243: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:236>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:389: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:339>
[string "=[C]"]: in function `securecallfunction'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:336: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:335>
[string "=(tail call)"]: ?
[string "@Interface/FrameXML/PaperDollFrame.lua"]:1769: in function `PaperDollItemSlotButton_OnEnter'
[string "*PaperDollFrame.xml:47_OnEnter"]:1: in function <[string "*PaperDollFrame.xml:47_OnEnter"]:1>

Locals: lineNum = 3
renameString = " [454 - 476]"
line = GameTooltipTextLeft3 {
 0 = <userdata>
}
text = nil
(*temporary) = <function> defined =[C]:-1
(*temporary) = GameTooltipTextLeft3 {
 0 = <userdata>
}
(*temporary) = nil
(*temporary) = " [454 - 476]"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'text' (a nil value)"

Message: [string "return function() local bonusIds = {"]:65: attempt to concatenate local 'text' (a nil value)
Time: Fri Feb  2 12:51:44 2024
Count: 157
Stack: [string "return function() local bonusIds = {"]:65: attempt to concatenate local 'text' (a nil value)
[string "return function() local bonusIds = {"]:65: in function <[string "return function() local bonusIds = {"]:53>
[string "return function() local bonusIds = {"]:99: in function <[string "return function() local bonusIds = {"]:77>
[string "=(tail call)"]: ?
[string "=[C]"]: in function `securecallfunction'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:162: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:157>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:182: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:178>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:218: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:208>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:243: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:236>
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:389: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:339>
[string "=[C]"]: in function `securecallfunction'
[string "@Interface/SharedXML/Tooltip/TooltipDataHandler.lua"]:336: in function <Interface/SharedXML/Tooltip/TooltipDataHandler.lua:335>
[string "=(tail call)"]: ?
[string "@Interface/FrameXML/PaperDollFrame.lua"]:1769: in function `UpdateTooltip'
[string "@Interface/FrameXML/GameTooltip.lua"]:600: in function <Interface/FrameXML/GameTooltip.lua:593>

Locals: lineNum = 3
renameString = " [454 - 476]"
line = GameTooltipTextLeft3 {
 0 = <userdata>
}
text = nil
(*temporary) = <function> defined =[C]:-1
(*temporary) = GameTooltipTextLeft3 {
 0 = <userdata>
}
(*temporary) = nil
(*temporary) = " [454 - 476]"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'text' (a nil value)"

Reproduction Steps

  1. Open item menu or bag
  2. Hover over TW item or some Amidrassil Items, For me it happens with Rashon, the Immortal Blaze all the time

Last Good Version

Before Amidrassil released

Screenshots

World Of Warcraft Screenshot 2024 02 02 - 12 57 22 69

Export String

No response

@Cap-canada Cap-canada added the 🐛 Bug This is a problem with WeakAuras. label Feb 2, 2024
@github-actions github-actions bot added the ⏱ Awaiting Response This ticket hasn't been triaged yet. label Feb 2, 2024
@InfusOnWoW
Copy link
Contributor

That error message has no indication that WA is reponsible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏱ Awaiting Response This ticket hasn't been triaged yet. 🐛 Bug This is a problem with WeakAuras.
Projects
None yet
Development

No branches or pull requests

2 participants