Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-27 Thread Thomas Holder
Hi Camilo, this should work: PyMOL>feedback disable, opengl, warnings Cheers, Thomas On 27 Feb 2014, at 08:56, Camilo Andrés Jimenez Cruz wrote: > I was trying to avoid compiling pymol in windows. Is there any way to filter > this at a python level? I tried tinkering with the skin text elem

Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-27 Thread mathog
On 27-Feb-2014 08:56, Camilo Andrés Jimenez Cruz wrote: > I was trying to avoid compiling pymol in windows. Is there any way to > filter this at a python level? I tried tinkering with the skin text > element, but pymol would freeze I don't know what PRINTFB turns into, but since the message eventu

Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-27 Thread Camilo Andrés Jimenez Cruz
I was trying to avoid compiling pymol in windows. Is there any way to filter this at a python level? I tried tinkering with the skin text element, but pymol would freeze -- Camilo Jiménez On Wed, Feb 19, 2014 at 12:07 PM, mathog wrote: > This patch quiets that warning. It does nothing about

Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-19 Thread mathog
This patch quiets that warning. It does nothing about the cause of the warning (there is a TODO in ortho.c, presumably when it gets done, the warning would go away). > 8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8>8 --- layer1/Ortho.c.dist 2014-02-19 08:54:36 -0800 +++ layer1/Ortho.c

Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-18 Thread Camilo Andrés Jimenez Cruz
I downloaded it from the link here http://www.pymolwiki.org/index.php/Windows_Install -- Camilo Jiménez On Tue, Feb 18, 2014 at 2:17 PM, Paweł Tomaszewski wrote: > Hi Camilo. > > I've got the same error! But it seems, there's no simple solution for > this. Where do you have your PyMOL from? >

Re: [PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-18 Thread Paweł Tomaszewski
Hi Camilo. I've got the same error! But it seems, there's no simple solution for this. Where do you have your PyMOL from? Cheers Pawel 2014-02-18 2:08 GMT+01:00 Camilo Andrés Jimenez Cruz < camilo.jimen...@gmail.com>: > Hi everybody > > I installed pymol 1.6.x unofficial in windows 7 home. As

[PyMOL] WARNING: glDrawBuffer caused GL error on windows 7

2014-02-17 Thread Camilo Andrés Jimenez Cruz
Hi everybody I installed pymol 1.6.x unofficial in windows 7 home. As far as I have tested it works well, but the console (as in the screen that the GL window shows when I press escape) and the main window keep constantly showing the message WARNING: glDrawBuffer caused GL error which is annoyi