Lolcoincoin / tekkub-wow

Automatically exported from code.google.com/p/tekkub-wow
0 stars 0 forks source link

tekPlayerMenu's custom menu generates errors #768

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When I right-click on a player's name in the chat, only the Blizzard's 
menus are working (for example Invite or Report Spam), the added ones just 
generates errors (like Who). It could be Blizzard's fault since I get 
exactly the same errors with hshh's PlayerMenu.

What addon and what version are you using?  Where did you download from?
tekPlayerMenu alpha version from github; commit: 
1f97da67bbb623365d51fda3b20c1f61be903dcf

What version of WoW are you using?
Patch: 3.0.8. build 9464
Locale: enGB

Please provide any additional information below.
The two error messages:

tekplayermenu-Alpha\\tekPlayerMenu.lua:19: attempt to index local 
'dropdownMenu' (a nil value)
<in C code>: in function `UnitPopup_HideButtons'
Interface\\FrameXML\\UnitPopup.lua:180: in function <Interface\\FrameXML\
\UnitPopup.lua:161>:
<in C code>: in function `UnitPopup_ShowMenu'
Interface\\FrameXML\\FriendsFrame.lua:89: in function `initFunction':
Interface\\FrameXML\\UIDropDownMenu.lua:69: in function 
`UIDropDownMenu_Initialize':
Interface\\FrameXML\\UIDropDownMenu.lua:713: in function 
`ToggleDropDownMenu':
Interface\\FrameXML\\FriendsFrame.lua:84: in function 
`FriendsFrame_ShowDropdown':
Interface\\FrameXML\\ItemRef.lua:59: in function <Interface\\FrameXML\
\ItemRef.lua:2>:
(tail call): ?:
ZoneDefense-0.74\\ZoneDefense.lua:2562: in function <Interface\\AddOns\
\ZoneDefense\\ZoneDefense.lua:2507>
Blizzard_CombatLog\\Blizzard_CombatLog.lua:3570: in function <...ace\
\AddOns\\Blizzard_CombatLog\\Blizzard_CombatLog.lua:3514>
(tail call): ?:
(tail call): ?:
(tail call): ?:
(tail call): ?:
<in C code>: ?
<in C code>: in function `SetItemRef'
SpamSentry-20090122\\core.lua:391: in function <Interface\\AddOns\
\SpamSentry\\core.lua:375>
(tail call): ?:
Interface\\FrameXML\\ChatFrame.lua:2473: in function <Interface\\FrameXML\
\ChatFrame.lua:2472>:
<in C code>: in function `ChatFrame_OnHyperlinkShow'
<string>:\"*:OnHyperlinkClick\":1: in function <[string 
\"*:OnHyperlinkClick\"]:1>

tekplayermenu-Alpha\\tekPlayerMenu.lua:29: attempt to index local 
'dropdownFrame' (a nil value)
<in C code>: ?
<in C code>: in function `func'
Interface\\FrameXML\\UIDropDownMenu.lua:561: in function 
`UIDropDownMenuButton_OnClick':
<string>:\"*:OnClick\":1: in function <[string \"*:OnClick\"]:1>

Original issue reported on code.google.com by mizrol...@gmail.com on 26 Jan 2009 at 10:47