[vtkusers] Crash with vtkActor2D

Goodwin Lawlor goodwin.lawlor at ucd.ie
Thu Jun 17 07:15:21 EDT 2004


Hi Ingo,

Here's a small sample that crashes on my system:

package require vtk

vtkTextActor txt
 txt SetInput "example text"
 
vtkRenderer ren
 ren AddActor txt


vtkRenderWindow renwin
 renwin AddRenderer ren

vtkRenderWindowInteractor iren
 iren SetRenderWindow renwin
 iren Initialize

Thanks!

Goodwin

----- Original Message ----- 
From: "de Boer Ingo" <I.deBoer at polytec.de>
To: "Goodwin Lawlor" <goodwin.lawlor at ucd.ie>; <vtkusers at public.kitware.com>
Sent: Thursday, June 17, 2004 12:11 PM
Subject: RE: [vtkusers] Crash with vtkActor2D



Hi Goodwin,

do you have a small sample ?
I could test it here...ATI Radeon 9600, WinXP, latest vtk release

greets
  Ingo

---
Dr.-Ing. Ingo H. de Boer

Polytec GmbH
Polytec-Platz 1-7, 76337 Waldbronn, Germany
phone: ++49 7243 604 106
fax  : ++49 7243 604 255
 
> vtkActor2D is crashing my OpenGL drivers (atioglxx.dll 6.14.10.3927).
> 
> Setup:
> ATI Mobility Radeon 9600 Pro Turbo
> Windows XP
> Latest CVS of vtk
> 
> I've updated the graphics drivers and video bios without any 
> luck. I've also played with the front clipping plane, in case that was 
> causing problems - no luck.




More information about the vtkusers mailing list