- This topic has 4 replies, 4 voices, and was last updated 4 years, 1 month ago by Dugi.
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
October 14, 2020 at 1:10 am #164713
Is there an easy way to submit lua errors?
October 14, 2020 at 8:43 am #168210would appreciate to copy and paste the error here, new topic is fine.
October 14, 2020 at 11:19 am #168212I keep getting the following Lua Error while I had a world quest loaded:
Message: InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:356: attempt to index field ‘Number’ (a nil value)Time: Wed Oct 14 07:18:54 2020Count: 1Stack: InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:356: attempt to index field ‘Number’ (a nil value)[string “@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua”]:356: in function `SetupAutoGuidePOIButton’[string “@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua”]:993: in function <InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:817>[string “@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua”]:1361: in function `PopulateSmallFrame’[string “@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua”]:1908: in function `UpdateSmallFrame’[string “@InterfaceAddOnsDugisGuideViewerZGuides.lua”]:7058: in function <InterfaceAddOnsDugisGuideViewerZGuides.lua:7055>[string “@InterfaceSharedXMLC_TimerAugment.lua”]:16: in function <InterfaceSharedXMLC_TimerAugment.lua:14>Locals: self = <table> {PlayFlashAnimation = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1549OnEnter = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1488Enable = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1859GetPOIButtonByQuestID = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:300StatusFrame_GetDescriptionText = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:703IterateActiveStatusFrames = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:469OnDragStart = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1508OnHeader_Expand = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:228OnClick = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1291AddTab = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1715tabs = <table> {}OnDragStop = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1515SmallFrameBkg = SmallFrameBkg {}stepOriginalOnLeave = <function> defined *:OnLeave:1stepOriginalOnEnter = <function> defined *:OnEnter:1Show = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:236ShowTabMenu = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1618name = “SmallFrame”Initialize = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:438loaded = trueGetQuestName = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:809collapsed = falseDisable = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1865Unload = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1991GetActiveTab = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1758StartFrameTransition = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1848FlashFrame = <unnamed> {}OnHeader_Collapse = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:222UpdateAutoGuideIcons = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:273tabsBox = <unnamed> {}GetPOIIndexByQuestID = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:295UpdateSmallFrameHeader = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:141SetupAutoGuidePOIButtonHighlight = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:308PopulateSmallFrame = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1317CheckButton_OnEvent = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1371UpdateProgressBarPosition = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1574InitializeTabs = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1779ObjectiveFrameDugiBkg = ObjectiveFrameDugiBkg {}OnLeave = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:149October 24, 2020 at 2:20 am #168262Same error here, by clicking any quest in my log
Message: InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:356: attempt to index field 'Number' (a nil value)
Time: Fri Oct 23 22:17:33 2020
Count: 1
Stack: InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:356: attempt to index field 'Number' (a nil value)
[string "@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua"]:1361: in function `PopulateSmallFrame'
[string "@InterfaceAddOnsDugisGuideViewerZSmallFrame.lua"]:1908: in function `UpdateSmallFrame'
[string "@InterfaceAddOnsDugisGuideViewerZGuides.lua"]:7058: in function <InterfaceAddOnsDugisGuideViewerZGuides.lua:7055>
[string "@InterfaceSharedXMLC_TimerAugment.lua"]:16: in function <InterfaceSharedXMLC_TimerAugment.lua:14>
Locals: self = <table> {
PlayFlashAnimation = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1549
OnEnter = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1488
Enable = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1859
GetPOIButtonByQuestID = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:300
StatusFrame_GetDescriptionText = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:703
IterateActiveStatusFrames = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:469
OnDragStart = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1508
OnHeader_Expand = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:228
OnClick = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1291
AddTab = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1715
tabs = <table> {
}
OnDragStop = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1515
SmallFrameBkg = SmallFrameBkg {
}
stepOriginalOnLeave = <function> defined *:OnLeave:1
stepOriginalOnEnter = <function> defined *:OnEnter:1
Show = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:236
ShowTabMenu = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1618
name = "SmallFrame"
Initialize = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:438
loaded = true
GetQuestName = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:809
collapsed = false
Disable = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1865
Unload = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1991
GetActiveTab = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1758
StartFrameTransition = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1848
FlashFrame = <unnamed> {
}
OnHeader_Collapse = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:222
UpdateAutoGuideIcons = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:273
tabsBox = <unnamed> {
}
GetPOIIndexByQuestID = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:295
UpdateSmallFrameHeader = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:141
SetupAutoGuidePOIButtonHighlight = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:308
PopulateSmallFrame = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1317
CheckButton_OnEvent = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1371
UpdateProgressBarPosition = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1574
InitializeTabs = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1779
ObjectiveFrameDugiBkg = ObjectiveFrameDugiBkg {
}
OnLeave = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1495
initialized = true
UpdateTabs = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1647
SetGuideForTab = <function> defined @InterfaceAddOnsDugisGuideViewerZSmallFrame.lua:1768
Init = <function> defined @InterfacOctober 26, 2020 at 4:14 am #168267You still need to update the addon, check your install path is correct and reinstall.
Check that you have the latest update by checking in the addons menu.
Do this to confirm that you have updated.
1. Delete DugiGuidesViewerZ folder in your WoW/Interface/Addons folder
2. Enter the game and confirm that dugi is gone from the addon menu
3. Reinstall -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.