PDA

View Full Version : Font panel gone


Colddiver2
Dec 13, 2001, 09:39 AM
I have a strange problem... My font panel will not show up in any app. When I try to open it, here are the errors that are logged in console.log (example shows attempts in both TextEdit and Terminal):

2001-12-13 08:29:27.096 TextEdit[343] *** Assertion failure in -[NSMenu itemAtIndex:], NSMenu.m:552
2001-12-13 08:29:27.114 TextEdit[343] Invalid parameter not satisfying: (index >= 0) && (index < (_itemArray ? CFArrayGetCount(_itemArray) : 0))
2001-12-13 08:30:33.612 TextEdit[343] *** Assertion failure in -[NSMenu itemAtIndex:], NSMenu.m:552
2001-12-13 08:30:33.617 TextEdit[343] Invalid parameter not satisfying: (index >= 0) && (index < (_itemArray ? CFArrayGetCount(_itemArray) : 0))
2001-12-13 08:31:06.881 Terminal[303] font cache data has changed.
2001-12-13 08:31:11.288 Terminal[303] *** Assertion failure in -[NSMenu itemAtIndex:], NSMenu.m:552
2001-12-13 08:31:11.293 Terminal[303] Invalid parameter not satisfying: (index >= 0) && (index < (_itemArray ? CFArrayGetCount(_itemArray) : 0))

I searched the forums and, although some people reported a similar problem, nobody seemed to have found a definitive solution to this. I check the pref in home/library/preferences and I found a few things pertaining to fonts but nothing pertaining to font panel. I deleted a few prefs and the problem persisted.

Anybody has a clue about how to fix this?

Colddiver