Results 1 to 10 of 33

Thread: Asphyre Sphinx 3.0.0 has been released.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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.

  2. #2
    Thanks Andru, that helped and now it works.
    Best regards,
    Cybermonkey

  3. #3
    Thanks for reporting this, I'm going to change the source code to remove the alpha attribute.

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
  •