A lot of lua warning on load since wow prepatch
jadinm opened this issue ยท 0 comments
The game version is 11.0.0.55824 and the addon version is 2.10.
To observe these warnings, I first enabled them with /console scriptErrors 1
and I reloaded.
I am getting 29 lua warnings on load since wow prepatch. Posting all of them would be a lot. So I am posting the first ones, which are more likely to be the root cause.
The first error to show up:
Message: ...Ons/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua:182: attempt to index a nil value
Time: Thu Jul 25 16:30:24 2024
Count: 1
Stack: ...Ons/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua:182: attempt to index a nil value
Locals:
The next one:
Message: ...Ons/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua:28: attempt to index field 'Types' (a nil value)
Time: Thu Jul 25 16:30:24 2024
Count: 1
Stack: ...Ons/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua:28: attempt to index field 'Types' (a nil value)
[string "@Interface/AddOns/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua"]:28: in function <...Ons/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua:27>
[string "@Interface/AddOns/TorghastTourguide/Libs/Poncho-2.0/Poncho-2.0.lua"]:101: in function `GetClassName'
[string "@Interface/AddOns/TorghastTourguide/Libs/Sushi-3.1/Sushi-3.1.lua"]:25: in function `NewSushi'
[string "@Interface/AddOns/TorghastTourguide/Libs/Sushi-3.1/classes/core/Callable.lua"]:20: in main chunk
Locals: class = <table> {
__index = <table> {
}
__super = <table> {
}
}
key = "__name"
(*temporary) = nil
(*temporary) = "Abstract"
(*temporary) = "attempt to index field 'Types' (a nil value)"
Lib = <table> {
SuperCall = <table> {
}
ClassMeta = <table> {
}
Base = <table> {
}
}