Tercioo / Details-Damage-Meter

Addon for World of Warcraft, does combat analyzes offering clean visual data for the player
Other
165 stars 117 forks source link

10.2.5 lua error #667

Open jisamcom opened 5 months ago

jisamcom commented 5 months ago

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 functionGetPlayerCooldownStatus' [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 functionSendAllPlayerCooldowns' [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

ModeratelyAverage commented 5 months ago

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

kcoderhere commented 5 months ago

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

  ...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:728

string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua":776: GetPlayerCooldownStatus()

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

  ...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:1086
  ...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:575
kcoderhere commented 5 months ago

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 functionxpcall' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:590: in function <...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:575>

kcoderhere commented 5 months ago

Latest version appears to fix all these issues now.

itsavih commented 5 months ago

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?

Boomberboomber commented 5 months ago

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

future-greg commented 5 months ago

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?