Generative-and-Discriminative-Voxel-Modeling icon indicating copy to clipboard operation
Generative-and-Discriminative-Voxel-Modeling copied to clipboard

GUI crashing when trying to render

Open NatholBMX opened this issue 8 years ago • 3 comments

Hi guys,

I'm trying to get the GUI to run with following setup:

Windows 10 Python 2.7 VTK 7.0

Inside GUI.py, when the following line is called

renderWin.Render()

I get the following output from the output window of VTK:

unbenannt

The rendering window opens up but immediatelly crashes after that.

NatholBMX avatar Jan 31 '17 17:01 NatholBMX

Hmm, I'm going to guess that's a windows 10 related bug; any chance you can try running it on a Windows 7 or a Linux machine? A quick google shows a few reports of trouble with VTK and windows 10:

http://vtk.1045678.n5.nabble.com/Large-problems-on-Windows-10-td5735513.html

http://www.vtk.org/pipermail/vtkusers/2015-August/091853.html

ajbrock avatar Jan 31 '17 17:01 ajbrock

VTK iteself seems to be working, as I can run this file no problem: http://www.vtk.org/Wiki/VTK/Examples/Python/Cylinder

NatholBMX avatar Jan 31 '17 17:01 NatholBMX

Use vtkSmartVolumeMapper, instead of vtkVolumeRaycastMapper.

EJShim avatar May 02 '17 06:05 EJShim