Code: Select all
Exception in thread "main" org.lwjgl.opengl.OpenGLException: Cannot use Buffers when Pixel Unpack Buffer Object is enabled
at org.lwjgl.opengl.GLChecks.ensureUnpackPBOdisabled(GLChecks.java:120)
at org.lwjgl.opengl.GL11.glTexImage2D(GL11.java:2701)
at org.newdawn.slick.opengl.InternalTextureLoader.getTexture(InternalTextureLoader.java:306)
[cut] (The rest of the trace is in the attached file LWJGLError.txt)
Both the host and guest are Ubuntu 13.04. The guest has the Guest Additions installed (from the Ubuntu 13.04 repositories, as I was having even more trouble with the version on the guest additions CD image). Other 3D applications do work in the guest. vminfo and vm logs are in the attached zip file.
I know this issue could be a bug in LWJGL or Slick2D, however semanav-ui DOES work when running on my system natively.
Thanks a lot!
-Arthur