Thread Tools Display Modes
03/07/15, 08:07 AM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,016
Anyone else gets an ZOs error message upon guild note change?

Hey there,

just tried to change my guild note and got the following error message:


Lua Code:
  1. 2015-03-07T14:58:19.221+01:00 |cff0000Lua Error: EsoUI/Ingame/Contacts/SocialDialogs.lua:79: function expected instead of nil
  2. stack traceback:
  3.     EsoUI/Ingame/Contacts/SocialDialogs.lua:79: in function 'm_callback'
  4.     EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:68: in function 'HandleCallback'
  5.     EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:140: in function 'ZO_KeybindButtonMixin:OnClicked'
  6.     EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:149: in function 'ZO_KeybindButtonTemplate_OnMouseUp'
  7.     9245264028729672156:3: in function '(main chunk)'|r

The only keybind I have seen ont he sript was "Add guild member" at this point.

The only addons active that interfere with the guilds roster should be:
-Thurisaz GuildInfo

I've disabled it to see if this was the reason. But the error is still there.

I can also see that MailBuddy is adding a control anchored to the guild stuff and it seems to add a keybind too to copy the name of a guild member below the mouse cursor. But I still get this error message with both addons disabled.

Any ideas where this might come from?
  Reply With Quote
03/07/15, 09:54 AM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
ingame/guild/keyboard/guildroster_keyboard.lua +228
Lua Code:
  1. ZO_Dialogs_ShowDialog("EDIT_NOTE", {
  2.  displayName = data.displayName, note = data.note,
  3.  changedCallback = GUILD_ROSTER_MANAGER:GetNoteEditedFunction()})

I'd look for GetNoteEditedFunction / noteEditedFunction
  Reply With Quote
03/09/15, 07:57 PM   #3
malacoda
Join Date: Mar 2015
Posts: 3
i am also getting this error as well anyone got any ideas i have deleted all my addons and i am still getting this error i have no idea when it comes to lua/xml would really like to get it fixed
  Reply With Quote
03/09/15, 08:09 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,016
Got no time so far to look into it but I'll have a look this evening if I'll get this error message with all addons turned off too.
  Reply With Quote
03/09/15, 09:59 PM   #5
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by merlight View Post
ingame/guild/keyboard/guildroster_keyboard.lua +228
Lua Code:
  1. ZO_Dialogs_ShowDialog("EDIT_NOTE", {
  2.  displayName = data.displayName, note = data.note,
  3.  changedCallback = GUILD_ROSTER_MANAGER:GetNoteEditedFunction()})

I'd look for GetNoteEditedFunction / noteEditedFunction
What he said. I'de look for anything messing with the EDIT_NOTE dialog or the GUILD_ROSTER_MANAGER and its noteEditedFunction.
  Reply With Quote
03/10/15, 08:43 AM   #6
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
I haven't been able to repro this on live. Does it happen on the first note you try to edit or are there specific circumstances involved?
  Reply With Quote
03/10/15, 08:54 AM   #7
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Just tested :


/reloadui
Press G
Go on my guild
Edit My note (was previously set to some text)
Add a single "."
Press save button :



2015-03-10T15:52:53.351+01:00 |cff0000Lua Error: EsoUI/Ingame/Contacts/SocialDialogs.lua:79: function expected instead of nil
stack traceback:
EsoUI/Ingame/Contacts/SocialDialogs.lua:79: in function 'm_callback'
EsoUI/Libraries/ZO_Dialog/ZO_Dialog.lua:68: in function 'HandleCallback'
EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:140: in function 'ZO_KeybindButtonMixin:OnClicked'
EsoUI/Libraries/ZO_KeybindButton/ZO_KeybindButton.lua:149: in function 'ZO_KeybindButtonTemplate_OnMouseUp'
9245264028729672156:3: in function '(main chunk)'|r
  Reply With Quote
03/10/15, 12:08 PM   #8
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
I tried last night & again this morning following the steps Ayantir posted. I can still can't reproduce this.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Anyone else gets an ZOs error message upon guild note change?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off