Results 1 to 10 of 33

Thread: Asphyre Sphinx 3.0.0 has been released.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Seems this is a problem of NVIDIA blob(currently your videocard is GeForce 8600GT?) and initializing OpenGL context with custom options, when you use already created window with unknown visualinfo. Try to open XGLDevices.pas and replace line 168 with this one:
    Code:
    GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 0, GLX_DOUBLEBUFFER, GL_TRUE,
    here main change is GLX_ALPHA_SIZE, 0
    Last edited by Andru; 11-09-2012 at 07:42 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •