Menu

#201 WARNING: glReadBuffer caused GL error 0x0502

v1.6.2.0
open
nobody
None
5
2018-03-23
2018-03-22
Yuri
No

Getting this error in the FreeBSD port. Version 2.1.0.

Discussion

  • Yuri

    Yuri - 2018-03-22

    I'm also getting this: WARNING: glDrawBuffer caused GL error
    All with PyQt5 UI.

     
  • Yuri

    Yuri - 2018-03-22

    OpenGL area also blinks.

     
  • Thomas Holder

    Thomas Holder - 2018-03-23
    • what kind of graphics card and driver? (though I'm not familiar with the driver situation on BSD)
    • which Qt version? (e.g. 5.6)

    "blinking" indicates that the context doesn't have double buffering. Try forcing mono (skipping quad buffer request) by launching with "-M":

    pymol -M
    
     

    Last edit: Thomas Holder 2018-03-23

Log in to post a comment.