MantisBT - VTK
View Issue Details
0014254VTK(No Category)public2013-08-29 11:282013-09-04 14:44
Ignacio Prieto 
Burlen 
normalminorhave not tried
closedfixed 
6.0.0 
6.1.dev 
TBD
crash
0014254: vtkOpenGLGPUVolumeRayCastMapper.cxx
vtk code on head version 6.1, itk 4.5, qt 4.8.5 nvidia 325.04 ubuntu 12.04

  vtkGPUVolumeRayCastMapper *raycastMapper[nrenderers];


    reductor[0]->SetInput(reader->GetOutput());
#if VTK_MAJOR_VERSION <= 5
    connector[0]->SetInput(reductor[0]->GetOutput());
    raycastMapper[0]->SetInput(connector[0]->GetOutput());
#else
    connector[0]->SetInput(reductor[0]->GetOutput());
    raycastMapper[0]->SetInputData(connector[0]->GetOutput());
#endif


returns:



ERROR: In /home/cib/Source/Vtk6/Rendering/VolumeOpenGL/vtkOpenGLGPUVolumeRayCastMapper.cxx, line 4101

vtkOpenGLGPUVolumeRayCastMapper (0x7299be0): Rendering failed because the following OpenGL extensions are required but not supported:


and doesn't show the volume, only the vtkaxis actor
No tags attached.
txt vtk_v6.0.0_LoadOpenGLExtension_output.txt (10,834) 2013-08-29 13:30
https://www.vtk.org/Bug/file/9513/vtk_v6.0.0_LoadOpenGLExtension_output.txt
txt vtk_v6.1_head_LoadOpenGLExtension_output.txt (1,553) 2013-08-29 13:45
https://www.vtk.org/Bug/file/9514/vtk_v6.1_head_LoadOpenGLExtension_output.txt
gz cmakekcache.tar.gz (50,833) 2013-08-29 14:15
https://www.vtk.org/Bug/file/9515/cmakekcache.tar.gz
gz cmakekcache_v2.tar.gz (47,715) 2013-08-29 14:26
https://www.vtk.org/Bug/file/9516/cmakekcache_v2.tar.gz
Issue History
2013-08-29 11:28Ignacio PrietoNew Issue
2013-08-29 13:30Ignacio PrietoFile Added: vtk_v6.0.0_LoadOpenGLExtension_output.txt
2013-08-29 13:45Ignacio PrietoFile Added: vtk_v6.1_head_LoadOpenGLExtension_output.txt
2013-08-29 13:46Ignacio PrietoNote Added: 0031506
2013-08-29 14:15Ignacio PrietoFile Added: cmakekcache.tar.gz
2013-08-29 14:26Ignacio PrietoFile Added: cmakekcache_v2.tar.gz
2013-08-29 14:26Ignacio PrietoNote Added: 0031507
2013-08-29 17:11BurlenNote Added: 0031509
2013-09-04 14:43BurlenNote Added: 0031539
2013-09-04 14:44BurlenNote Added: 0031540
2013-09-04 14:44BurlenStatusbacklog => closed
2013-09-04 14:44BurlenAssigned To => Burlen
2013-09-04 14:44BurlenResolutionopen => fixed
2013-09-04 14:44BurlenFixed in Version => 6.1.dev

Notes
(0031506)
Ignacio Prieto   
2013-08-29 13:46   
When build on vtk v6.0.0, it works normally.
(0031507)
Ignacio Prieto   
2013-08-29 14:26   
the first tar is broken
(0031509)
Burlen   
2013-08-29 17:11   
there is a bug in the logic that works around Mesa bugs, fixed here
http://review.source.kitware.com/#/c/12514/ [^]
(0031539)
Burlen   
2013-09-04 14:43   
the fix was merged into master
(0031540)
Burlen   
2013-09-04 14:44   
the fix was merged into master