Hello, I've got the code from Pierre, but haven't been able to have a look at it. His code compiles, but doesn't run either - maybe you two can connect?
On 20. Jan 2009, at 2:36, ChangYuan wrote: > I tried to run the program and it could initialize the OpenGL > rendering > system and create the render window (a blank rendering window showed > up very > briefly). Then the program crashed with the following error message: > > 4013 1085139280 ./server/window.cpp:349 Window initialisation failed: This means that Window::configInit returned false, but didn't bother to set an error message. I suggest you look who in the configInit call chain returns false, and why. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

