Re: [UFO-devel] Bug#385945: boson: crashes on singleplayer game start
Status: Beta
Brought to you by:
schmidtjf
From: Johannes S. <sch...@us...> - 2006-09-17 14:31:15
|
Le Dimanche 17 Septembre 2006 15:16, Andreas Beckermann a =C3=A9crit=C2=A0: > > Hmm, I'm using here libgl1-mesa-dri 6.4.1-0ubuntu8 and can't reproduce > > the problem. > > If you can create a minimal example, please send it to the libufo maili= ng > > list. > > Sure: > current libufo cvs, ufo-0.5/test/buttons.cpp > > Attached is a log, including a backtrace and my glxinfo output. > If this crash does not happen on your system - maybe ubunto has patched > it's mesa to include the fix? Ahh, sorry, didn't see that only indirect Mesa rendering is affected. It's the same bug in Ubuntu. I have added a work-around to CVS which removes the glPopClientAttrib call = and=20 restores the necessary client attributes manually. See=20 src/gl/ugl_graphics.cpp and include/ufo/gl/ugl_prototypes.hpp (for=20 glEnable,DisableClientState). This fixes the bug for my system. Regards, Johannes |