Problem with fonts?

Dear ROOT users,

I’m working on Mac OS 10.3.9 with root 4.02. Last days (I don’t know what I did wrong), I have obtained (I usually launch ROOT with the -l option):

/Users/aurelien 20:24 $ root -l Error in <RootX11ErrorHandler>: BadValue (integer parameter out of range for operation) (XID: 12582950, XREQ: 45) Warning in <TGClient::GetFontByName>: couldn't retrieve font -adobe-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-1, using "fixed" Error in <RootX11ErrorHandler>: BadValue (integer parameter out of range for operation) (XID: 12582952, XREQ: 45) Warning in <TGClient::GetFontByName>: couldn't retrieve font -adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1, using "fixed" Error in <RootX11ErrorHandler>: BadValue (integer parameter out of range for operation) (XID: 12582955, XREQ: 45) Warning in <TGClient::GetFontByName>: couldn't retrieve font -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-1, using "fixed" root [0]
I don’t understand what happen, it looks like I lost some fonts, doesn’t it? If I launch ROOT without option, it crashes:

20:24 $ root X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 45 (X_OpenFont) Value in failed request: 0xc00005 Serial number of failed request: 279 Current serial number in output stream: 280
Does anyone know what is missing? A font? I searched, but I hadn’t find what disappeared. Thanks in advance.

PS:
20:26 $ uname -a
Darwin macosx.intra.chu-nantes.fr 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc

Hi Aurelien,

The error XREQ: 45 is related to OpenFont of XLoadQueryFont function that opens (loads) the specified font and returns a pointer to the appropriate font structure.

What do you have in the directory $ROOTSYS/fonts? If all .ttf files are there, it could be that you have changed some environment settings on your machine. I have no Mac and I cannot help more.

Cheers, Ilka

Oh. :confused:
All .ttf files are in $ROOTSYS/fonts well. Thanks a lot for your help. But I don’t know what I changed…
Regards