Hi; On Fri, 2007-07-06 at 10:26 +0800, [EMAIL PROTECTED] wrote: > > 1, application failed to work...error message below > ** ERROR **: pixbuf load failed > aborting.. > Aborted > ( test-actors, test-behave)
Doh - there was a missing png file in the tarballs (not svn). Fixed now. > > 2, segmentation fault... > ( test-boxes ) When you click the display right ? If so this is a known issue. Very odd bug. > > 3, Everything is okay except close the window...error message below > X Error of failed request: GLXBadCurrentWindow > Major opcode of failed request: 148(GLX) > Minor opcode of failed request: 5 (X_GLXMakeCurrent) or 1 > (X_GLXRender ) > Serial number of failed request: 144 > Current serial number in output stream: 144 > ( test-entry, test-events, test-perspective, test-project, > test-scale, test-text, test-offscreen<--X_GLXRender, ) I dont see this (intel too). Should be pretty easy to trap however. > > 4, the last one, I can't close the window...error message below > (/home/clutter-0.3.0/tests/.libs/lt-test-textures:13847): > Clutter-CRITICAL **: clutter_main_quit: assertion > 'contet->main_loops != NULL' failed > Yep, thats expected if you try and close the window before the test is finished. It skips around the main loop in hammering texture memory. -- Matthew -- To unsubscribe send a mail to [EMAIL PROTECTED]
