Thread Tools Display Modes
12-04-11, 12:26 AM   #1
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
Guild XML Exporter - how fix it?

Message: Interface\AddOns\GuildXMLExport\GuildXMLExport.lua:26: RosterCopyFrame:SetFrameStrata(): Unknown frame strata: Макс.
Time: 01/14/11 15:11:40
Count: 1
Stack: [C]: in function `SetFrameStrata'
Interface\AddOns\GuildXMLExport\GuildXMLExport.lua:26: in function `value'
Interface\FrameXML\ChatFrame.lua:4147: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3737: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:3775: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>

Locals: (*temporary) = RosterCopyFrame {
0 = <userdata>
}
(*temporary) = "Макс."
doesn't work with 4.3. lf some help
  Reply With Quote
12-05-11, 11:57 AM   #2
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
sry about that, but who can take a moment my problem plz
  Reply With Quote
12-05-11, 02:44 PM   #3
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Let's see... seems the addon tries to use "Макс" as frame strata, something that is not correct.

Try finding the ":SetFrameStrata" part and replace "Макс" with "MEDIUM" in GuildXMLExport.lua (should be at line 26).

Last edited by Vlad : 12-05-11 at 03:15 PM.
  Reply With Quote
12-09-11, 02:15 AM   #4
makaka
A Cyclonian
Join Date: Feb 2010
Posts: 40
what is interesting, word "Макс" empty in lua this addon.

RosterCopyFrame:SetFrameStrata( HIGH )
  Reply With Quote
12-09-11, 04:23 AM   #5
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Use "HIGH", not HIGH. I'm guessing the word you're seeing is the Russian translation of the English word "high".
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Guild XML Exporter - how fix it?


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