[osg-users] Volume image crash on the latest version of Nvidia driver

Clement.Chu at csiro.au Clement.Chu at csiro.au
Wed Aug 12 06:47:25 PDT 2015


Hi Robert,

  I have tested on both Intel and Nvidia machines.  The solution works without any issue.  Thanks.


Regards,
Clement


________________________________________
From: osg-users [osg-users-bounces at lists.openscenegraph.org] on behalf of Robert Osfield [robert.osfield at gmail.com]
Sent: Tuesday, 11 August 2015 18:07
To: OpenSceneGraph Users
Subject: Re: [osg-users] Volume image crash on the latest version of Nvidia     driver

Hi Clement,

On 11 August 2015 at 08:02, <Clement.Chu at csiro.au> wrote:
>
>   I found opengl api  https://www.opengl.org/sdk/docs/man/.  I think most of systems should support it.

On my search I came across suggestion of lack of support on OSX and
GLES. I don't know how correct/up to date this is.

Could you try replacing the

   if (isnan(num_iterations)) num_iterations = 2.0;

With:

   if (num_iterations!=num_iterations) num_iterations = 2.0;

I would try myself by my system that had the latest NVIdia drivers
that show this bug has died due to a disk failure.  I will need to buy
and new disk and get everything back installed on it.  This isn't
something I can tackle today though.

Robert.
_______________________________________________
osg-users mailing list
osg-users at lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



More information about the osg-users mailing list