mhough / braingl

Automatically exported from code.google.com/p/braingl
MIT License
0 stars 0 forks source link

anatomical volumes are not displayed in maingl #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. loading anatomical volumes

What is the expected output? 
I expect to see the image in maingl

What do you see instead?
I see a black or white screen in maingl. Sometimes I see the image in the 
axial/sagittal/coronal windows. Sometimes the image appears briefly (<1s) in 
maingl immediately after it is loaded, but then diappears. 
If I load the downloadable example t1 dataset, it loads normally. Sometimes, 
though, it also disappears after a while. Data from the "Surface connectivity 
and glyph tutorial" (orig2std.nii.gz) cannot be loaded as well.

What version of the product are you using? On what operating system?
brainGL-0.1.1-Darwin
Mac OSX 10.9.2
Processor  2,4 GHz Intel Core 2 Duo
Memory  4 GB 800 MHz DDR2 SDRAM
Graphics  ATI Radeon HD 2400 XT 128 MB

Original issue reported on code.google.com by a.hi...@gmail.com on 25 Apr 2014 at 8:56

Attachments:

GoogleCodeExporter commented 9 years ago
Please start braingl with -v and copy/paste the console output here. You can 
also start with -l and attach the log file.

Original comment by schur...@gmail.com on 25 Apr 2014 at 9:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
brainGL development version "1211:4c072b55a8f71214:dee0b0d47af2" Apr  3 2014 
13:05:53 
(c) 2012, 2014 Ralph Schurade, Joachim Boettger 
Submit suggestions, feature requests, bug reports to 
https://code.google.com/p/braingl/ 
13:23:25:042 [D] restore colormaps 
13:23:25:298 [D] "gl init maingl" 
13:23:25:460 [D] OpenGL initialized. 
13:23:25:460 [D] GL Vendor : "ATI Technologies Inc." 
13:23:25:460 [D] GL Renderer : "ATI Radeon HD 2400 OpenGL Engine" 
13:23:25:460 [D] GL Version (string) : "3.3 ATI-8.24.11" 
13:23:25:460 [D] GL Version (integer) : 3 . 3 
13:23:25:460 [D] GLSL Version : "3.30" 
GL_INVALID_ENUM - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:83
13:23:25:959 [D] frame buffer incomplete: "GL_FRAMEBUFFER_UNDEFINED" 
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
13:23:26:101 [D] gl init  "axial"  widget 
13:23:26:272 [D] gl init  "sagittal"  widget 
13:23:26:439 [D] gl init  "coronal"  widget 
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_ENUM - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_ENUM - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185

when loading an image:
13:24:00:875 [D] num images: 1 
13:24:00:941 [D] start loading data 
13:24:00:941 [D] "/Users/ahintzen/Downloads/example_glyphset/orig2std.nii.gz" : 
RADIOLOGICAL orientation in q-form detected. Flipping voxels on X-Axis 
13:24:02:363 [D] "gl init maingl2" 
13:24:02:685 [D] gl init  "combined"  widget 
GL_INVALID_ENUM - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:185
GL_INVALID_FRAMEBUFFER_OPERATION - 
/Users/twetzel/Developer/braingl/src/gui/gl/bugfixglshaderprogram.cpp:83

Original comment by a.hi...@gmail.com on 25 Apr 2014 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by schur...@gmail.com on 14 May 2014 at 5:39