bug: bug in developer.lua
jardragon901 opened this issue ยท 1 comments
Did you check these before submitting?
- I have updated
ElvUIto the latest version before submitting this issue - I have updated
ElvUI_WindToolsto the latest version before submitting this issue - I have tested the issue with
/wtdebug onbefore
ElvUI Version
13.97
ElvUI_WindTools Version
3.99-beta-16
Describe the bug
5x ElvUI_WindTools/Core/Functions/Developer.lua:136: attempt to index upvalue 'C' (a nil value)
[ElvUI_WindTools/Core/Functions/Developer.lua]:136: in function 'Log'
[ElvUI_WindTools/Modules/Social/ChatText.lua]:2181: in function 'ElvUIChat_GuildMemberStatusMessageHandler'
[ElvUI_WindTools/Modules/Social/ChatText.lua]:1212: in function 'ChatFrame_MessageEventHandler'
[ElvUI/Core/Modules/Chat/Chat.lua]:2377: in function <ElvUI/Core/Modules/Chat/Chat.lua:2373>
[tail call]: ?
[ElvUI/Core/Modules/Chat/Chat.lua]:2381: in function <ElvUI/Core/Modules/Chat/Chat.lua:2380>
[tail call]: ?
[ElvUI/Core/Modules/Chat/Chat.lua]:2386: in function <ElvUI/Core/Modules/Chat/Chat.lua:2385>
Locals:
self = <table> {
modules = <table> {
}
defaultModuleLibraries = <table> {
}
bnetFriendDataCached = true
name = "ElvUI_WindTools_ChatText"
orderedModules = <table> {
}
cache = <table> {
}
baseName = "ElvUI_WindTools"
db = <table> {
}
enabledState = true
defaultModuleState = true
moduleName = "ChatText"
}
level = "debug"
message = "force update guild player cache"
(*temporary) = "%s %s"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index upvalue 'C' (a nil value)"
F = <table> {
Developer = <table> {
}
TaskManager = <table> {
}
Profiles = <table> {
}
Strings = <table> {
}
Widgets = <table> {
}
Animation = <table> {
}
}
C = nil
Steps To Reproduce
Seems to just happen randomly. even just standing still in town.
Expected Behavior
lua error to note appear.
fixed in 3ebd142