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

VMWare Tool 12.5 jzy3d chart not initialize #315

Open
malikbadarmuneer opened this issue Dec 4, 2024 · 1 comment
Open

VMWare Tool 12.5 jzy3d chart not initialize #315

malikbadarmuneer opened this issue Dec 4, 2024 · 1 comment

Comments

@malikbadarmuneer
Copy link

After upgrade VMware Tool to 12.5 on windows 2019 server, jzy3d chart with Java Swing app does not initialize and application crash.
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j jogamp.opengl.gl4.GL4bcImpl.dispatch_glColor4f1(FFFFJ)V+0
j jogamp.opengl.gl4.GL4bcImpl.glColor4f(FFFF)V+41
j org.jzy3d.plot3d.primitives.axes.AxeBox.drawGridOnQuad(Ljavax/media/opengl/GL2;I)V+254
j org.jzy3d.plot3d.primitives.axes.AxeBox.draw(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;Lorg/jzy3d/plot3d/rendering/view/Camera;)V+337
j org.jzy3d.plot3d.primitives.axes.ContourAxeBox.draw(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;Lorg/jzy3d/plot3d/rendering/view/Camera;)V+4
j org.jzy3d.plot3d.rendering.view.View.renderAxeBox(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;)V+50
j org.jzy3d.plot3d.rendering.view.View.renderScene(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;Lorg/jzy3d/plot3d/rendering/view/ViewPort;)V+19
j org.jzy3d.chart.ChartView.render(Ljavax/media/opengl/GL2;Ljavax/media/opengl/glu/GLU;)V+181
j org.jzy3d.plot3d.rendering.view.Renderer3d.reshape(Ljavax/media/opengl/GLAutoDrawable;IIII)V+71
j jogamp.opengl.GLDrawableHelper.reshape(Ljavax/media/opengl/GLEventListener;Ljavax/media/opengl/GLAutoDrawable;IIIIZZ)V+77
j jogamp.opengl.GLDrawableHelper.reshape(Ljavax/media/opengl/GLAutoDrawable;IIII)V+55
j javax.media.opengl.awt.GLCanvas$7.run()V+95
j jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+137
j jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j javax.media.opengl.awt.GLCanvas$8.run()V+49
j javax.media.opengl.Threading.invoke(ZLjava/lang/Runnable;Ljava/lang/Object;)V+33
j javax.media.opengl.awt.GLCanvas.display()V+50
j org.jzy3d.plot3d.rendering.canvas.CanvasAWT.forceRepaint()V+1
j org.jzy3d.plot3d.rendering.view.View.shoot()V+4
j org.jzy3d.chart.Chart.render()V+4

@jzy3d
Copy link
Owner

jzy3d commented Dec 7, 2024

Hi,
I suspect your VMWare setup to miss access to OpenGL.
Maybe look at the complete core dump of your JVM for more advices.

If the issue sticks to JOGL and not OpenGL, maybe try to use PanamaGL's Jzy3D version that make uses of direct binding to OpenGL : https://github.com/panama-gl/panama-gl

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

2 participants