Bug#320375: Processed: Re: Bug#320375: conquest-gl: fail to start (Assertion `window-Window.VisualInfo != ((void *)0)' failed.)

2005-12-28 Thread Robert Auch
I'm getting this in Debian Etch 2.6.12 (custom) freeglut3 2.4.0-4 with conquest-gl as well. Let me know what else I can provide. freeglut (conquestgl): ERROR: Internal error Visual with necessary capabilities not found in function fgOpenWindow X Error of failed request: BadWindow (invalid

Bug#320375: Processed: Re: Bug#320375: conquest-gl: fail to start (Assertion `window-Window.VisualInfo != ((void *)0)' failed.)

2005-11-16 Thread Jamie Wilkinson
This one time, at band camp, Clint Adams wrote: I hate to sound patronising, but does glutInit definitely get called before any other glut call? Seems pretty unconditional here. You're welcome to look at the source. I'll prepare an upload of freeglut 2.4 Real Soon Now, and then we'll see if

Bug#320375: Processed: Re: Bug#320375: conquest-gl: fail to start (Assertion `window-Window.VisualInfo != ((void *)0)' failed.)

2005-08-24 Thread Clint Adams
That assertion looks similar to those that occur when glutInit has not been called; if that's not the case, then please hold out for the new version of freeglut that I will be uploading soon, which among other fixes, reduces the severity of assertions throughout the code. It seems impossible

Bug#320375: Processed: Re: Bug#320375: conquest-gl: fail to start (Assertion `window-Window.VisualInfo != ((void *)0)' failed.)

2005-08-24 Thread Jamie Wilkinson
This one time, at band camp, Clint Adams wrote: That assertion looks similar to those that occur when glutInit has not been called; if that's not the case, then please hold out for the new version of freeglut that I will be uploading soon, which among other fixes, reduces the severity of

Bug#320375: Processed: Re: Bug#320375: conquest-gl: fail to start (Assertion `window-Window.VisualInfo != ((void *)0)' failed.)

2005-08-24 Thread Clint Adams
I hate to sound patronising, but does glutInit definitely get called before any other glut call? Seems pretty unconditional here. You're welcome to look at the source. I'll prepare an upload of freeglut 2.4 Real Soon Now, and then we'll see if the assertion still appears. I'll pass it back