GreenWall

GreenWall

1M Downloads

Lua Errors - 11.0.2

anthrowill opened this issue ยท 1 comments

commented

GreenWall is giving 4 Lua Errors upon login/reloading. I've copy-pasted them below.

Message: Interface/AddOns/GreenWall/Globals.lua:42: attempt to call global 'GetAddOnMetadata' (a nil value)
Time: Tue Aug 13 19:19:12 2024
Count: 1
Stack: Interface/AddOns/GreenWall/Globals.lua:42: attempt to call global 'GetAddOnMetadata' (a nil value)

Locals: 
Message: Interface/AddOns/GreenWall/Utility.lua:73: bad argument #2 to 'format' (string expected, got no value)
Time: Tue Aug 13 19:19:12 2024
Count: 1
Stack: Interface/AddOns/GreenWall/Utility.lua:73: bad argument #2 to 'format' (string expected, got no value)
[string "@Interface/AddOns/GreenWall/Utility.lua"]:73: in function `Write'
[string "@Interface/AddOns/GreenWall/GreenWall.lua"]:264: in function `GreenWall_OnEvent'
[string "*GreenWall.xml:33_OnEvent"]:1: in function <[string "*GreenWall.xml:33_OnEvent"]:1>

Locals: 
Message: Interface/AddOns/GreenWall/Compat.lua:42: attempt to call global 'IsAddOnLoaded' (a nil value)
Time: Tue Aug 13 20:03:29 2024
Count: 2
Stack: Interface/AddOns/GreenWall/Compat.lua:42: attempt to call global 'IsAddOnLoaded' (a nil value)
[string "@Interface/AddOns/GreenWall/Compat.lua"]:42: in function `EnableCompatibility'
[string "@Interface/AddOns/GreenWall/GreenWall.lua"]:388: in function `GreenWall_OnEvent'
[string "*GreenWall.xml:33_OnEvent"]:1: in function <[string "*GreenWall.xml:33_OnEvent"]:1>

Locals: (*temporary) = nil
(*temporary) = "Identity-2"
(*temporary) = "attempt to call global 'IsAddOnLoaded' (a nil value)"
Message: Interface/AddOns/GreenWall/Lib/SemanticVersion.lua:68: attempt to index local 's' (a nil value)
Time: Tue Aug 13 20:03:31 2024
Count: 2
Stack: Interface/AddOns/GreenWall/Lib/SemanticVersion.lua:68: attempt to index local 's' (a nil value)
[string "@Interface/AddOns/GreenWall/Lib/SemanticVersion.lua"]:68: in function <Interface/AddOns/GreenWall/Lib/SemanticVersion.lua:50>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/GreenWall/Config.lua"]:283: in function `load'
[string "@Interface/AddOns/GreenWall/GreenWall.lua"]:380: in function `GreenWall_OnEvent'
[string "*GreenWall.xml:33_OnEvent"]:1: in function <[string "*GreenWall.xml:33_OnEvent"]:1>

Locals: s = nil
self = <table> {
}
(*temporary) = <table> {
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 's' (a nil value)"
SemVer = <table> {
 __index = <table> {
 }
}
commented

5x GreenWall/Lib/SemanticVersion.lua:68: attempt to index local 's' (a nil value)
[string "@GreenWall/Lib/SemanticVersion.lua"]:68: in function <GreenWall/Lib/SemanticVersion.lua:50>
[string "=(tail call)"]: ?
[string "@GreenWall/Config.lua"]:283: in function load' [string "@GreenWall/GreenWall.lua"]:380: in function GreenWall_OnEvent'
[string "*GreenWall.xml:33_OnEvent"]:1: in function <[string "*GreenWall.xml:33_OnEvent"]:1>

Locals:
s = nil
self =

{
}
(*temporary) =
{
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 's' (a nil value)"
SemVer =
{
__index =
{
}
}