Skip to content
Prev 4237 / 21307 Next

[Bioc-devel] GLX extension missing on petty

On Thu, Apr 4, 2013 at 4:22 PM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote:
Duncan Murdoch has pointed me towards a workaround. If you call
another rgl function first (probably one that opens a window), this
segfault won't happen, suggesting some intiialization problem in rgl.

For example, if you do:

example(plot3d)

before the call to rgl.material() there will be no segfault.

However, because of the problem with rgl extensions not being compiled
into Xvfb, this will not totally solve your problem. You'll still need
to disable all vignette chunks and examples that call rgl code.

Hopefully a fix is forthcoming in the rgl package which will at least
take care of the segfault issue.

Thanks,
Dan