Re: [osg-users] Segfault with Qt

2011-10-25 Thread Tiziano Müller
Hi Jason Well, I tried once with the nvidia-drivers as well and I got a segfault in libGL instead, but I will try again. This was on a Gentoo Linux, not on a Fedora, but the versions of nouveau-drivers, mesa, qt and openscenegraph were basically the same. While I could reproduce it on Fedora 16,

Re: [osg-users] Segfault with Qt

2011-10-25 Thread Robert Osfield
Hi Tiziano, On Tue, Oct 25, 2011 at 7:15 AM, Tiziano Müller t...@dev-zero.ch wrote: Well, I tried once with the nvidia-drivers as well and I got a segfault in libGL instead, but I will try again. Do none Qt OSG apps work OK?, i.e. osgviewer, osgcomposteviewe etc. Have you tried the

Re: [osg-users] Segfault with Qt

2011-10-25 Thread Tiziano Müller
Hi Mathias Am Dienstag, den 25.10.2011, 07:54 +0200 schrieb Mathias Fröhlich: Hi, On Monday 24 October 2011, Jason Daly wrote: If you want things to function reliably, you should probably install the proprietary Nvidia drivers from http://www.nvidia.com. Otherwise, it'll be up to you

Re: [osg-users] Segfault with Qt

2011-10-25 Thread Tiziano Müller
Hi Robert Am Dienstag, den 25.10.2011, 08:44 +0100 schrieb Robert Osfield: Hi Tiziano, On Tue, Oct 25, 2011 at 7:15 AM, Tiziano Müller t...@dev-zero.ch wrote: Well, I tried once with the nvidia-drivers as well and I got a segfault in libGL instead, but I will try again. Do none Qt OSG

Re: [osg-users] Segfault with Qt

2011-10-25 Thread Jason Daly
On 10/25/2011 02:15 AM, Tiziano Müller wrote: Hi Jason Well, I tried once with the nvidia-drivers as well and I got a segfault in libGL instead, but I will try again. My mistake. I didn't catch that in your original message. Sometimes I read too quickly :-) --J

Re: [osg-users] Segfault with Qt

2011-10-24 Thread Tiziano Müller
Hi Testing osgviewerQt from osg-3.0.1 on Fedora 16 shows the same segmentation fault. Cheers, Tiziano Am Samstag, den 22.10.2011, 15:09 +0200 schrieb Tiziano Müller: Hi everyone I am using OpenSceneGraph-3.0.1 for a little project together with Qt-4.7.4 and it worked perfectly. After same

Re: [osg-users] Segfault with Qt

2011-10-24 Thread Robert Osfield
Hi Tiziano, osgviewerQt is working fine for me. I'm using Kubuntu 11.11 and NVidia drivers. From glxinfo: OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GTX 560 Ti/PCI/SSE2 OpenGL version string: 4.1.0 NVIDIA 280.13 OpenGL shading language version string: 4.10 NVIDIA

Re: [osg-users] Segfault with Qt

2011-10-24 Thread Jason Daly
On 10/22/2011 09:09 AM, Tiziano Müller wrote: Hi everyone I am using OpenSceneGraph-3.0.1 for a little project together with Qt-4.7.4 and it worked perfectly. After same updates on my system (I can't figure out what exactly changed) I get segfaults when starting either my app or the osgviewerQt

Re: [osg-users] Segfault with Qt

2011-10-24 Thread Mathias Fröhlich
Hi, On Monday 24 October 2011, Jason Daly wrote: If you want things to function reliably, you should probably install the proprietary Nvidia drivers from http://www.nvidia.com. Otherwise, it'll be up to you to deal with the normal issues of unstable open-source software. He reported at the