On Thu, Oct 9, 2008 at 9:53 PM, Dan Wilcox <[EMAIL PROTECTED]> wrote:
>
> Howdy,
>
> I'm attempting to use the eq::util::BitmapFont in 0.5.5 on Linux
You're quick to spot new stuff. ;)
> and getting
> the following error on drawing:
> 6941 3025157008 ./lib/client/objectManager.cpp:130 Requested new list for
> existing key
Weird ... You are only calling initFont() once? I haven't tested the
BitmapFont on Linux, but it works on OS X with X11.
In any case, you can reuse the window's object manager, which should
be initialized correctly:
const util::BitmapFont& font = window->getObjectManager()->getDefaultFont();
font.draw( "foo" );
Let me know if that doesn't help.
Cheers,
Stefan.
_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com