gOOvER / GuildGreet-Extended

A Greeting Addon for WoW
Other
4 stars 3 forks source link

Adjusted settings, number of issues #50

Closed lownignitus closed 2 years ago

lownignitus commented 3 years ago

These are my settings. image

It now whispers messages to folks. And on many toons wont even send messages now., especially ones that have other things in their notes than main or alt.

2 errors throwing are:

6x GuildGreet\GuildGreet-9.0.1-beta.lua:1826: attempt to call global 'CanEditOfficerNote' (a nil value) [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:1826: in functionGLDG_findMainname' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:1503: in function GLDG_RosterImport' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:287: in functionGLDG_OnEvent'

Locals: _main = "Mareyes" pl = "Ravenstalker-Alexstrasza" omain = "Mareyes-" oDBname = nil = "Mareyes" uRealm = nil cntMains = 0 maxMembers = 710 (temporary) = nil (temporary) = "attempt to call global 'CanEditOfficerNote' (a nil value)" `

14x GuildGreet\GuildGreet-9.0.1-beta.lua:2695: attempt to index field '?' (a nil value) [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:2695: in functionGLDG_ShowToolTip'

Locals: self = GuildGreetListLine1 { 0 = OnBackdropLoaded = defined @SharedXML\Backdrop.lua:195 GetBackdropColor = defined @SharedXML\Backdrop.lua:433 SetupTextureCoordinates = defined @SharedXML\Backdrop.lua:257 OnBackdropSizeChanged = defined @SharedXML\Backdrop.lua:225 HasBackdropInfo = defined @SharedXML\Backdrop.lua:321 SetBackdropBorderColor = defined @SharedXML\Backdrop.lua:465 GetEdgeSize = defined @SharedXML\Backdrop.lua:231 ApplyBackdrop = defined @SharedXML\Backdrop.lua:337 SetBackdrop = defined @SharedXML\Backdrop.lua:372 ClearBackdrop = defined @SharedXML\Backdrop.lua:325 GetBackdropBorderColor = defined @SharedXML\Backdrop.lua:452 GetBackdrop = defined @SharedXML\Backdrop.lua:390 SetupPieceVisuals = defined @SharedXML\Backdrop.lua:289 SetBackdropColor = defined @SharedXML\Backdrop.lua:442 backdropInfo =

{ } SetBorderBlendMode = defined @SharedXML\Backdrop.lua:309 } buttonName = "GuildGreetListLine1" name = "Bananawasabi" oname = "Bananawasabi" oDBname = "Bananawasabi-Alexstrasza" _ = "Bananawasabi" uRealm = nil logtime = "17:44" r = 0 g = 0.121568 b = 0.999998 tip = "At 17:44, this character came online for the first time during this session." (temporary) = nil (temporary) = GameTooltip { 0 = OnBackdropLoaded = defined @SharedXML\Backdrop.lua:195 GetBackdropColor = defined @SharedXML\Backdrop.lua:433 SetHyperlink = defined =[C]:-1 SetVoidDepositItem = defined =[C]:-1 SetVoidWithdrawalItem = defined =[C]:-1 SetSocketGem = defined =[C]:-1 ClearBackdrop = defined @SharedXML\Backdrop.lua:325 SetLootItem = defined =[C]:-1 numMoneyFrames = 2 SetRecipeReagentItem = defined @Altoholic\Tooltip.lua:700 SetBuybackItem = defined =[C]:-1 SetWeeklyReward = defined =[C]:-1 SetMerchantItem = defined =[C]:-1 SetupTextureCoordinates = defined @SharedXML\Backdrop.lua:257 TopRightCorner = { } GetEdgeSize = defined @SharedXML\Backdrop.lua:231 updateTooltip = 0.010000 SetInventoryItem = defined =[C]:-1 TopEdge = { } comparing = false SetLootRollItem = defined =[C]:-1 SetAuctionSellItem = defined @TradeSkillMaster\LibTSM\Service\ItemTooltipClasses\Wrapper.lua:96 SetBagItem = defined =[C]:-1 BottomRightCorner = { } SetBackdropColor = defined @SharedXML\Backdrop.lua:442 LeftEdge = { } SetAuctionItem = defined @TradeSkillMaster\LibTSM\Service\ItemTooltipClasses\Wrapper.lua:96 SetCurrencyTokenByID = defined =[C]:-1 CIMI_tooltipWritten = false SetUnitBuff = defined =[C]:-1 SetTrainerService = defined =[C]:-1 ZGV_ShowManyLines = defined @ZygorGuidesViewer\Functions.lua:353 textLeft1Font = "GameTooltipHeaderText" SetHeirloomByItemID = defined =[C]:-1 SetExistingSocketGem = defined =[C]:-1 SetCurrencyToken = defined @Altoholic\Tooltip.lua:700 SetGuildBankItem = defined =[C]:-1 SetVoidItem = defined =[C]:-1 SetBackdropBorderColor = defined @SharedXML\Backdrop.lua:465 backdropInfo =
{ } Hide = defined =[C]:-1 template = "Transparent" TextRight1 = GameTooltipTextRight1 { } ApplyBackdrop = defined @SharedXML\Backdrop.lua:337 SetBackdrop = defined @SharedXML\Backdrop.lua:372 customBackdropAlpha = 0.800000 TopOverlay = { } GetBackdropBorderColor = <func`

lownignitus commented 3 years ago

And now, I checked a few things like whispering messages and un checked them, reloaded the UI and now it is working fine again ...

lownignitus commented 3 years ago

has to be with the "CanEditOfficerNote" as it constantly breaking the addon for me and causing addon to not want to greet people and whisper messages to those it does gratz. I have to go in toggle a few things and then reload UI and it starts working again.

14x GuildGreet\GuildGreet-9.0.1-beta.lua:1826: attempt to call global 'CanEditOfficerNote' (a nil value) [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:1826: in function GLDG_findMainname' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:1503: in functionGLDG_RosterImport' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:287: in function `GLDG_OnEvent'

Locals: _main = "Mareyes" pl = "Ravenstalker-Alexstrasza" omain = "Mareyes-" oDBname = nil = "Mareyes" uRealm = nil cntMains = 0 maxMembers = 710 (temporary) = nil (temporary) = "attempt to call global 'CanEditOfficerNote' (a nil value)"

gOOvER commented 3 years ago

Use latest Version first

lownignitus commented 3 years ago

are you recommending a wipe and reinstall? As I am using 9.0.0-beta1 image

lownignitus commented 3 years ago

i mean far as i can tell i am using latest version

image

And this edit officer edit not error is happening a ton by the looks of my bugsack

lownignitus commented 3 years ago

and seems is is stemming from someone removing their main from the guild and their alt still says alt -

lownignitus commented 3 years ago

did a fresh reinstall of addon and now getting this and addon is not loading.

28x GuildGreet\GuildGreet-9.0.1-beta.lua:996: Usage: GuildGreetFrameSettingsGeneralRelogSlider:SetValue(value, [treatAsMouseEvent]) [string "=[C]"]: in function ?' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:996: in functionGLDG_InitFrame' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:791: in function GLDG_Init' [string "@GuildGreet\GuildGreet-9.0.1-beta.lua"]:215: in functionGLDG_OnEvent'

Locals: (temporary) = GuildGreetFrameSettingsGeneralRelogSlider { 0 = High = GuildGreetFrameSettingsGeneralRelogSliderHigh { } OnBackdropLoaded = defined @SharedXML\Backdrop.lua:195 GetBackdropColor = defined @SharedXML\Backdrop.lua:433 SetupTextureCoordinates = defined @SharedXML\Backdrop.lua:257 OnBackdropSizeChanged = defined @SharedXML\Backdrop.lua:225 HasBackdropInfo = defined @SharedXML\Backdrop.lua:321 SetBackdropBorderColor = defined @SharedXML\Backdrop.lua:465 GetEdgeSize = defined @SharedXML\Backdrop.lua:231 type = 3 Text = GuildGreetFrameSettingsGeneralRelogSliderText { } ApplyBackdrop = defined @SharedXML\Backdrop.lua:337 SetBackdrop = defined @SharedXML\Backdrop.lua:372 ClearBackdrop = defined @SharedXML\Backdrop.lua:325 Low = GuildGreetFrameSettingsGeneralRelogSliderLow { } GetBackdropBorderColor = defined @SharedXML\Backdrop.lua:452 GetBackdrop = defined @SharedXML\Backdrop.lua:390 Thumb = GuildGreetFrameSettingsGeneralRelogSliderThumb { } SetupPieceVisuals = defined @SharedXML\Backdrop.lua:289 SetBackdropColor = defined @SharedXML\Backdrop.lua:442 backdropInfo =

{ } SetBorderBlendMode = defined @SharedXML\Backdrop.lua:309 } (temporary) = true

lownignitus commented 3 years ago

so only fix i found was exit game reinstall and wipe the WTF save for GG

now also means i lost all my customization of the macros