discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep app won't start


From: Adam Fedor
Subject: Re: GNUstep app won't start
Date: Thu, 12 May 2005 21:43:47 -0600

It could be your machine has some weird fonts and the X server does not read them correctly. Perhaps try something like:


defaults write NSGlobalDomain GSFontMask "*iso8859-13"
font_cacher

(or using a different character set, like iso8859-2) to limit the fonts. Or it's a bug in Solaris X11 (maybe gdb and break on XGetAtomName).

Or you could use the art backend.

On May 12, 2005, at 11:27 AM, Andreas Höschler wrote:

Hello all,

on one of our machines (Solaris 9 with GNUstep latest CVS installed) I encountered the following problem when trying to start a GNUstep app. Any idea what's wrong here and how this can be fixed?

Thanks a lot!

Regards,

  Andreas

openapp SmartDatabaseClient

2005-05-12 18:05:17.000 SmartDatabaseClient[1149] File NSData.m: 153. In readContentsOfFile Open (/home/ahoesch/GNUstep/Library/Fonts/Cache/:0.0) attempt failed - No such file or directory 2005-05-12 18:05:17.000 SmartDatabaseClient[1149] No font cache available - building new one - this may take several seconds (or minutes on a slow machine with lots of fonts) 2005-05-12 18:05:17.000 SmartDatabaseClient[1149] Running /opt/GNUstep/System/Tools/font_cacher
X Error of failed request:  BadAtom (invalid Atom parameter)
  Major opcode of failed request:  17 (X_GetAtomName)
  Atom id in failed request:  0x0
  Serial number of failed request:  71
  Current serial number in output stream:  71





reply via email to

[Prev in Thread] Current Thread [Next in Thread]