Bagnon

Bagnon

122M Downloads

Invalid Order Function for Sorting

ArcadiusA opened this issue · 1 comments

commented

Running Software (issues missing this information will be deleted):

  • Addon version: 10.1
  • Server patch: [e.g. Build 8.0.1.27178]

Have you read the changelog? (please don't waste our time)
Read

Describe the bug
Occassionally stops spells from being castable, and I receive the error text pasted below.

To Reproduce
Steps to reproduce the behaviour:
not reproduceable easily, just happens when playing and casting spells on occassion.

Expected behaviour
addon was not being used directly, but caused an error. Expected behavior was for it not to stop me from being able to cast spells.

Screenshots
image
image_2023-06-03_050444632

Error Logs
Message: Interface/AddOns/BagBrother/core/api/owners.lua:75: invalid order function for sorting
Time: Sat Jun 3 04:54:53 2023
Count: 1
Stack: Interface/AddOns/BagBrother/core/api/owners.lua:75: invalid order function for sorting
[string "=[C]"]: in function sort' [string "@Interface/AddOns/BagBrother/core/api/owners.lua"]:75: in function Sort'
[string "@Interface/AddOns/BagBrother/core/api/owners.lua"]:59: in function ?' [string "@Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua"]:20: in function <...dOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:18> [string "@Interface/AddOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua"]:56: in function <...dOns/BagBrother/libs/WildAddon-1.0/WildAddon-1.0.lua:53> [string "=[C]"]: ? [string "@Interface/AddOns/BagBrother/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:29: in function <...her/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:25> [string "@Interface/AddOns/BagBrother/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:64: in function Fire'
[string "@Interface/AddOns/BagBrother/libs/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...AddOns/BagBrother/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
[string "=[C]"]: in function LoadAddOn' [string "@Interface/FrameXML/UIParent.lua"]:545: in function UIParentLoadAddOn'
[string "@Interface/FrameXML/UIParent.lua"]:600: in function `CombatLog_LoadUI'
[string "@Interface/FrameXML/UIParent.lua"]:1543: in function <Interface/FrameXML/UIParent.lua:1421>

Locals: (*temporary) =

{
1 =
{
}
2 =
{
}
3 =
{
}
4 =
{
}
5 =
{
}
6 =
{
}
7 =
{
}
8 =
{
}
9 =
{
}
10 =
{
}
11 =
{
}
12 =
{
}
13 =
{
}
14 =
{
}
15 =
{
}
16 =
{
}
}
(*temporary) = defined @Interface/AddOns/BagBrother/core/api/owners.lua:75
(temporary) =
{
profile =
{
}
isguild = 18
name = "Celestial Assault"
address = "®Celestial Assault-Nesingwary"
id = "Celestial Assault
"
offline = true
cache =
{
}
realm = "Nesingwary"
}
(temporary) =
{
profile =
{
}
isguild = 18
name = "Celestial Assault"
address = "®Celestial Assault-Nesingwary"
id = "Celestial Assault
"
offline = true
cache =
{
}
realm = "Nesingwary"
}
(temporary) =
{
profile =
{
}
isguild = 12
name = "Crazyeights"
address = "®Crazyeights-Nazgrel"
id = "Crazyeights
"
offline = true
cache =
{
}
realm = "Nazgrel"
}

Additional context
Add any other context about the problem here.

commented

Duplicate #1678