Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!sun-barr!apple!gem.mps.ohio-state.edu!ginosko!aplcen!haven!uvaarpa!mcnc!rti!sas!walker From: walker@sas.UUCP (Doug Walker) Newsgroups: comp.sys.amiga.tech Subject: Re: guru when calling OpenDiskFont Message-ID: <1229@sas.UUCP> Date: 15 Sep 89 14:25:28 GMT References: <1319@jimi.cs.unlv.edu> Reply-To: walker@sas.UUCP (Doug Walker) Organization: SAS Institute Inc, Cary NC Lines: 13 Ah yes, this happened to me the first time I used the diskfont stuff too. You successfully open the library, but the base name is supposed to be struct Library *DiskfontBase; not struct Library *DiskFontBase; the symbol DiskfontBase is resolved from the libraries, but it is unininitialized; this causes your crash. --Doug