Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting with a_boxfill kills UVCDAT (2.10) #2184

Open
cameronsmith1 opened this issue Jun 1, 2017 · 5 comments
Open

Plotting with a_boxfill kills UVCDAT (2.10) #2184

cameronsmith1 opened this issue Jun 1, 2017 · 5 comments

Comments

@cameronsmith1
Copy link

I am running UVCDAT on crunchy.llnl.gov (v2.10)

When I try to plot a variable with a_boxfill, the gui window flashes a lot, then dies. --output-std provides the following errors:

DEPRECATED: Use linetype or setLineAttributes instead.
libpng warning: iCCP: known incorrect sRGB profile
 ~~~~~~~~~~~~~~~~~~ create plot functions:  [('graphicsMethodName', ['a_boxfill']), ('plotOrder', ['1']), ('boxfill_type', ['linear']), ('color_1', [0]), ('color_2', [255]), ('datawc_calendar', [135441]), ('datawc_timeunits', ['days since 2000']), ('datawc_x1', [1e+20]), ('datawc_x2', [1e+20]), ('datawc_y1', [1e+20]), ('datawc_y2', [1e+20]), ('levels', [[1e+20, 1e+20]]), ('ext_1', [False]), ('ext_2', [False]), ('fillareacolors', [None]), ('fillareaindices', [[1]]), ('fillareastyle', ['solid']), ('legend', [None]), ('level_1', [1e+20]), ('level_2', [1e+20]), ('missing', [[0.0, 0.0, 0.0, 100.0]]), ('projection', ['linear']), ('xaxisconvert', ['linear']), ('xmtics1', ['']), ('xmtics2', ['']), ('xticlabels1', ['*']), ('xticlabels2', ['*']), ('yaxisconvert', ['linear']), ('ymtics1', ['']), ('ymtics2', ['']), ('yticlabels1', ['*']), ('yticlabels2', ['*'])]
Made CDMSCell
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error: BadValue (integer parameter out of range for operation) 2
  Extension:    152 (Uknown extension)
  Minor opcode: 3 (Unknown request)
  Resource id:  0x21
ERROR: In /export/doutriaux1/miniconda2/conda-bld/vtk-cdat_1494252891183/work/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx, line 633
vtkXOpenGLRenderWindow (0x85e3510): Cannot create GLX context.  Aborting.

/usr/local/uvcdat/experimental/bin/uvcdat: line 62: 21407 Aborted                 (core dumped) /usr/local/anaconda2/envs/2.10/bin/python "/usr/local/anaconda2/envs/2.10/vistrails/vistrails/uvcdat.py" "$@"
@cameronsmith1
Copy link
Author

UPDATE: The problem described above occurs when running an x-client on a PC (Windows 7 with x-win32).
When I try it using a Linux Client, UVCDAT doesn't die and produces the plot.

@doutriaux1
Copy link
Contributor

@cameronsmith1 this is a known VTK issue. @aashish24 @danlipsa @durack1 we really need to come up with some sort of script to run on machine. I have never been able to run vtk through an X forwarding.

@doutriaux1
Copy link
Contributor

@danlipsa provided some instructions at: CDAT/vcs#117

@zshaheen
Copy link
Contributor

I'm also getting this error on vtk-cdat-7.1.0.2.12-py27hd6333ce. This is with X forwarding, even though I have mesalib 17.1.4 installed.

@zshaheen
Copy link
Contributor

The problem was fixed when using the one with the mesalib feature enabled: vtk-cdat-7.1.0.2.12-py27_mesalibh6bab67e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants