[cl-gd-devel] Error with draw-feetype-string
Edi Weitz
edi at agharta.de
Sat Mar 24 10:51:21 UTC 2007
On Fri, 23 Mar 2007 22:26:41 -0500, "Andrei Stebakov" <lispercat at gmail.com> wrote:
> I am not sure if it's hunchentoot or gd because when I specify
> "arial" for the functon, it works. When the same string comes from
> (session-value 'text) I got following error:
>
> Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
> "arial" is not of type (OR SIMPLE-BASE-STRING
> NULL
> (ALIEN:ALIEN (* (ALIEN:SIGNED 8))))
Hmm, seems like a problem with the FFI of your Lisp. Try TYPE-OF to
see what kind of object (SESSION-VALUE 'TEXT) actually is.
More information about the Cl-gd-devel
mailing list