Ticket #191 (new defect)

Opened 1 year ago

Last modified 1 year ago

running 25OcclusionCulling.exe crashes

Reported by: anonymous Assigned to: unassigned
Priority: major Milestone: 1.8 Release
Component: System Version: 1.8
Keywords: Cc:
Completion:

Description

Launching the 25OcclusionCulling.exe tutorial crashes (used the cl-net2003 installer)

Change History

06/22/07 09:55:35 changed by bleile

It works when I disable the occlsuion culling by commenting the

lines:

RenderAction? *ract = (RenderAction? *) mgr→getAction();

ract→setOcclusionCulling(true);

ract→setOcclusionCullingMode(RenderAction::OcclusionHierarchicalMultiFrame?);

ract→setOcclusionCullingThreshold(0);

The stack trace suggests it's a driver issue:

033b7c55()

nvoglnt.dll!6982a9ee()

nvoglnt.dll!699682bc()

nvoglnt.dll!695c7732()

OSGSystemD.dll!00871cd9()

Running on a quadro FX 3000, driver 93.71

(WINDOWS!)