Thread Tools Display Modes
06-13-05, 10:02 AM   #1
Plouf
A Kobold Labourer
Join Date: Jun 2005
Posts: 1
A another Template Error

hi, I'm french, and i have a problem with framexml; but here, this is another error frame.
This error appear when i want to go to Batlleground at CTF.

When the Box for accept instance, a error appear at the same moment of i push the Enter Buton.

The url of a Screen a my error. (error 12)http://vince51.free.fr/wow/pb_ui.jpg

I have test yur add-on and the file lua, and the problem persist.

Thx for yur help.

Last edited by Plouf : 06-13-05 at 10:13 AM.
  Reply With Quote
06-13-05, 02:59 PM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
Hrm, I'm not sure whether I've seen that one on the Blizzard forums (North American side) or not, I'll take a look around, see if there has been anything about it. Hopefully I can find something for you, or one of the more knowledgable folks that surf this site will be able to help you.
__________________
“Do what you feel in your heart to be right — for you’ll be criticized anyway.” ~ Eleanor Roosevelt
~~~~~~~~~~~~~~~~~~~
Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RaffaeleMarinetti
  Reply With Quote
06-13-05, 08:05 PM   #3
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
Code:
StaticPopupDialogs["CONFIRM_BATTLEFIELD_ENTRY"] = {
	text = TEXT(CONFIRM_BATTLEFIELD_ENTRY),
	button1 = TEXT(ENTER_BATTLE),
	button2 = TEXT(HIDE),
	OnAccept = function()
		if ( data ) then
		 getglobal(this:GetParent():GetName().."Text"):SetText(format(TEXT(CONFIRM_XP_LOSS_AGAIN), data));
			this:GetParent().data = nil;
			return 1;
		end
		BattlefieldFrame_EnterBattlefield();
	end,
	timeout = 0,
	exclusive = 1
};
Not an easy one to pin down, but basically when it tries to update the text for the popup, it gets a frame element, instead of the string name of that element. Doesn't really tell me much right now, except that you probably have a mod that modifies popup messages in some way. I will look some more when I get a chance, but could you list the addons you have installed? Might help me pin it down to a specific addon causing this problem...

On a side note, this bug was mentioned in the upcoming 1.6 patch (vaguely, but I believe they may be referencing your problem). Chances are very few people are getting this error, but it sounds like Blizz is aware of it, and plans to patch in a fix soon...

http://www.wowinterface.com/forums/s...p?threadid=966

Last edited by Beladona : 06-13-05 at 08:08 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » A another Template Error


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