Thread overview
GLUT glutCreateWindow error
Apr 18, 2012
DAS_888
Apr 18, 2012
Vladimir Panteleev
April 18, 2012
When I'm trying to create GLUT Window via DMD 2.059 compilation
of my code, I'm getting an error:

freeglut  ERROR:  Internal error <FBConfig with necessary
capabilities not found> in function fgOpenWindow
X Error of failed request:  BadWindow (invalid Window parameter)
     Major opcode of failed request:  4 (X_DestroyWindow)
     Resource id in failed request:  0x0
     Serial number of failed request:  57
     Current serial number in output stream:  60


But if my glut code was compiled by GDC the GLUT Window creates
fine.

Thanks.
April 18, 2012
On Wed, 18 Apr 2012 03:27:45 -0400, DAS_888 <vangelisforever@yandex.ru> wrote:

> When I'm trying to create GLUT Window via DMD 2.059 compilation
> of my code, I'm getting an error:
>
> freeglut  ERROR:  Internal error <FBConfig with necessary
> capabilities not found> in function fgOpenWindow
> X Error of failed request:  BadWindow (invalid Window parameter)
>       Major opcode of failed request:  4 (X_DestroyWindow)
>       Resource id in failed request:  0x0
>       Serial number of failed request:  57
>       Current serial number in output stream:  60
>
>
> But if my glut code was compiled by GDC the GLUT Window creates
> fine.
>
> Thanks.

This request is quite incomplete.  In any case, this list is not for general questions, it's simply a mailing list that shows changes to bugzilla.  Use digitalmars.d.learn to post questions (and try to include some more context, this post will not get you any help).

Brad, can we once and for all close this list to general posts?

-Steve
April 18, 2012
On Wednesday, 18 April 2012 at 12:01:58 UTC, Steven Schveighoffer wrote:
> Brad, can we once and for all close this list to general posts?

It was posted via the forum (web interface), so it's my fault.

The proper place to fix it for all forum/newsreader/mailing-list users would be the NNTP server configuration (assuming it's at all possible).