Re: [PyMOL] Ray tracing with no GUI yields segmentation fault

2014-01-15 Thread Ricardo O. S. Soares
Thomas Holder" > Para: "Ricardo O. S. Soares" > Cc: "pymol-users" > Enviadas: Quarta-feira, 15 de Janeiro de 2014 17:32:00 > Assunto: Re: [PyMOL] Ray tracing with no GUI yields segmentation > fault > Hi Ricardo, > you didn't mention that you laun

Re: [PyMOL] Ray tracing with no GUI yields segmentation fault

2014-01-15 Thread Thomas Holder
ão Preto > University of São Paulo - Brazil > De: "Thomas Holder" > Para: "Ricardo O. S. Soares" > Cc: "pymol-users" > Enviadas: Terça-feira, 14 de Janeiro de 2014 18:18:37 > Assunto: Re: [PyMOL] Ray tracing with no GUI yields segmentation

Re: [PyMOL] Ray tracing with no GUI yields segmentation fault

2014-01-15 Thread Ricardo O. S. Soares
istry and Physics Faculty of Pharmaceutical Sciences at Ribeirão Preto University of São Paulo - Brazil - Mensagem original - > De: "Thomas Holder" > Para: "Ricardo O. S. Soares" > Cc: "pymol-users" > Enviadas: Terça-feira, 14 de Janeiro de 20

Re: [PyMOL] Ray tracing with no GUI yields segmentation fault

2014-01-14 Thread Thomas Holder
Hi Ricardo, you probably want to do this, without calling the ray command: cmd.png("image.png", 640, 640, dpi=300, ray=1) Also, your ray command sets antialias=300 and angle=-1, which I guess was not your intention. I'm not getting a segmentation fault with the latest SVN code using your comma

[PyMOL] Ray tracing with no GUI yields segmentation fault

2014-01-14 Thread Ricardo O. S. Soares
Hello everyone, I wrote a python script where pymol performs some color changes, ray tracing and image export. The script works perfectly if I enable the GUI, however if I load pymol without the GUI (-c flag) I receive a segmentation fault error. I found out that this issue is resolved by com