Details! Damage Meter

Details! Damage Meter

211M Downloads

10.2.5 lua error

jisamcom opened this issue ยท 7 comments

commented

openraidlib error causes after 10.2.5 patch.

8x bad argument #3 to '?' (outside of expected range 0 to 4294967295 - Usage: local outContinuationToken, (slots)* = C_UnitAuras.GetAuraSlots(unitToken [, filter, maxSlots, continuationToken]))
[string "@FrameXML/AuraUtil.lua"]:83: in function ForEachAura' [string "@Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:746: in function <...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:728> [string "@Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:776: in function GetPlayerCooldownStatus'
[string "@Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:471: in function <...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:470>
[string "@Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:695: in function GetPlayerCooldownList' [string "@Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:2457: in function SendAllPlayerCooldowns'
[string "@Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:1071: in function <...faceDetails/Libs/LibOpenRaid/LibOpenRaid.lua:1063>
[string "=[C]"]: in function `xpcall'
[string "@Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:590: in function <...faceDetails/Libs/LibOpenRaid/LibOpenRaid.lua:575>

Locals:
unit = "player"
filter = "HELPFUL"
maxCount = false
func = defined @Details/Libs/LibOpenRaid/GetPlayerInformation.lua:716
usePackedAura = true
continuationToken = nil
(*temporary) = defined @FrameXML/AuraUtil.lua:56
(*temporary) = "player"
(*temporary) = "HELPFUL"
(*temporary) = defined @Details/Libs/LibOpenRaid/GetPlayerInformation.lua:716
(*temporary) = true
ForEachAuraHelper = defined @FrameXML/AuraUtil.lua:56

commented

Also having this same issue. Updating Details from the latest files in the github repo did not help.

commented

Also getting this error while in combat:

Date: 2024-01-16 18:26:43
ID: 3
Error occured in: Global
Count: 7
Message: bad argument #3 to '?' (outside of expected range 0 to 4294967295 - Usage: local outContinuationToken, (slots)* = C_UnitAuras.GetAuraSlots(unitToken [, filter, maxSlots, continuationToken]))
Debug:
[string "@Interface/FrameXML/AuraUtil.lua"]:83: ForEachAura()
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:746:
...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:728
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:776: GetPlayerCooldownStatus()
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:471:
...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:470
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:695: GetPlayerCooldownList()
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:2357: UpdatePlayerCooldownsLocally()
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:1099:
...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:1086
[string "=[C]"]: xpcall()
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:590:
...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:575

commented

And after combat, this outputs to chat:

[06:35:06] openRaidLib: error on scheduler: sendAllPlayerCooldowns_Schedule [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:624: in function NewUniqueTimer' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:2147: in function <...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:2145> [string "=[C]"]: in function xpcall'
[string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:590: in function <...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:575>

commented

Latest version appears to fix all these issues now.

commented

Latest version appears to fix all these issues now.

didnt fix it on mine. and there is no new update out

EDIT. Nevermind it's me that is stupid as a door. Somehow curseforge has set my addons in the corner drop Down menu to classic. So when i checked the details addon it was the newest version 20240122.12237.155 but in classic (and the version number is the same in retail). And i even checked to webpage. But when i changed it to retail there was a new update which of course fixed it. lol sorry :)

commented

I updated my local files:
/master/Libs/DF/fw.lua
/master/Libs/DF/cooltip.lua
/master/Libs/GetPlayerInformation.lua

And this fixed the issue for me as well

I think that these errors existing - rendering the General chat window unusable is not good. It's great that we're notified of errors, but is there a way to suppress them?

commented

I updated my local files: /master/Libs/DF/fw.lua /master/Libs/DF/cooltip.lua /master/Libs/GetPlayerInformation.lua

And this fixed the issue for me as well

I think that these errors existing - rendering the General chat window unusable is not good. It's great that we're notified of errors, but is there a way to suppress them?

I tried this - didn't fix it for me. I have reinstalled Details, I've also deleted Saved Variables and started fresh - still nothing works. It seems to only pop up once when you're in a Raid/Party Group (not even instanced). Any know if there is a potential solution?