Hi Hagen, On 30. Nov 2012, at 18:34, Hagen <[email protected]> wrote:
> I'm working on a project using equalizer and Ogre. I have been developing an > example on Fedora 17, with ogre 1.8.1 and equalizer 1.4. My code compiles > but when I run it, the next errors show up: > > 5261 /src/Equalizer/libs/eq/server/configUpdateSyncVisitor.h:115 439 > eq::server::Channel initialization failed: Window not running (0x403f) > 5261 /src/Equalizer/libs/eq/server/configUpdateSyncVisitor.h:115 439 > eq::server::Window initialization failed: no error (0x0) > > I have no idea what was is wrong and I hope you can help me with these > errors. Your Window::configInit method does return false -- well, it doesn't return anything so it might return false or true, in your case apparently false. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

