Thread Tools Display Modes
10-12-05, 01:39 AM   #1
jyuuken
A Defias Bandit
Join Date: Oct 2005
Posts: 2
Mail bug...not sure if its bibmod tho...

when i go to my mail box and click on my mail i get this error
Interface\FrameXML\MailFrame.lua:280: OpenMailBodytext:Set text(): Font not set
any ideas, i dont even know if it is a Bibmod problem, if it isnt can you tell me where to post this?
  Reply With Quote
10-12-05, 01:51 AM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
What else, besides BibMod, do you have installed? There is a known problem where if you have files in your:

..\World of Warcraft\Interface\FrameXML

folder that is causing problems. If you *do*, try deleting them, see if that clears it up for 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
10-12-05, 02:31 AM   #3
Devla
A Cobalt Mageweaver
 
Devla's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2005
Posts: 206
Error stems from blizzard updating their default fonts.xml file.

I just edited all of the xml files for FonTabulous and am testing right now.
__________________
RETIRED Author
  Reply With Quote
10-12-05, 07:58 PM   #4
greengeek
A Murloc Raider
Join Date: Oct 2005
Posts: 5
I get the exact same error. Deleting the Fonts. xml file from within the Interface\FrameXML directory does work, however removes all custom fonts one has setup for all mods. I believe this directory and file were added when I installed insomniax's compilation.

It almost appears with the latest patch changes that the Mail system is looking to see if there is a file called Fonts.xml and if there is one, it is requiring there to be snip of code for what font it needs to load, and if that snip of code isnt there then it gives the error.

I did a search for mail within the file and there was no reference for it. Anyone know a fix for our problem to get the email to work with the font.xml file?
  Reply With Quote
10-12-05, 08:09 PM   #5
Devla
A Cobalt Mageweaver
 
Devla's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2005
Posts: 206
I updated FonTabulous to fix this issue

http://www.wowinterface.com/download...fo.php?id=4138
__________________
RETIRED Author
  Reply With Quote
10-12-05, 08:16 PM   #6
greengeek
A Murloc Raider
Join Date: Oct 2005
Posts: 5
This does have to do with insomniax's compilation. I found a fix over at curesd gaming. Open the Fonts.xml file within your Interface\FrameXML folder with notepad.

Scroll down to the very bottom to find </Ui> and place this code on a line directly above it:

Code:
<FontString name="MailTextFontNormal" inherits="GameFontNormal" justifyH="LEFT" virtual="true">
<FontHeight>
<AbsValue val="16"/>
</FontHeight>
<Color r="0.18" g="0.12" b="0.06"/>
</FontString>
Save file and enter game.

Hope that helps!
  Reply With Quote
10-13-05, 07:18 AM   #7
jyuuken
A Defias Bandit
Join Date: Oct 2005
Posts: 2
yea that fixed it
thanks
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Mail bug...not sure if its bibmod tho...


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