discuss-gnustep
[Top][All Lists]
Advanced

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

AppKit Tool Problem


From: Andreas Höschler
Subject: AppKit Tool Problem
Date: Wed, 2 Jun 2004 23:09:54 +0200

Hi,

I very recently upgraded from gui 0.9.0 to the latest snapshot. Now one of my tools (web application) no longer works. I get the message

NAME:NSInternalInconsistencyException REASON:GSFontInfo.m:70 Assertion failed in GSFontEnumerator(class), method sharedEnumerator. Called with fontEnumeratorClass unset. The shared NSApplication instance must be created before methods that need the backend may be called.

This tools needs access to a few AppKit classes. That's why I linked gui. I thought "Give him what he wants" and added

[NSApplication sharedApplication]; // Important for GNUstep to set the fontEnumeratorClass

to my code. Now I get

EudoraWeb[10232] X DISPLAY environment variable not set, assuming local X server (DISPLAY=:0.0)
.../EudoraWeb: Uncaught exception WindowServerCommunication, reason: Unable to connect to X Server `'

Here I get lost. It is a Solaris 8 machine with no display card available. What can I do to fix this. Is anybody saware of any changes between gui 0.9.0 and now that might cause this "different" behaviour?

Thanks a lot!

Regards,

Andreas

reply via email to

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