VirtualBox

Opened 16 years ago

Closed 15 years ago

#4692 closed defect (fixed)

Vertex buffer extension is faulty (windows guests) -> Fixed in SVN.

Reported by: Max Owned by:
Component: 3D support Version: VirtualBox 3.0.4
Keywords: Cc:
Guest type: Windows Host type: Linux

Description

The problem is in the glBindBufferARB function (OpenGL extension). It should bind the generated (by glGenBuffersARB) buffer to a target. Binding to GL_ARRAY_BUFFER_ARB works fine, but binding to GL_ELEMENT_ARRAY_BUFFER_ARB causes application to crash.

Attachments (1)

src.zip (17.2 KB ) - added by Max 16 years ago.
Application source code

Download all attachments as: .zip

Change History (5)

comment:1 by Leonid Lobachev, 16 years ago

Which application?

by Max, 16 years ago

Attachment: src.zip added

Application source code

comment:2 by Max, 16 years ago

My own one. I am attaching the source code. It uses Qt4 for windows so Qt4 is required to compile them. Also CG Toolkit is needed. I can't attach exe file in archive - it is too large.

comment:3 by Leonid Lobachev, 16 years ago

Summary: Vertex buffer extension is faulty (windows guests)Vertex buffer extension is faulty (windows guests) -> Fixed in SVN.

It doesn't crash on trunk build, no wonder as vbo support is rewritten there. Btw, your app doesn't render anything on a real host, so i can't say if it works as expected or not :(

comment:4 by Frank Mehnert, 15 years ago

Resolution: fixed
Status: newclosed

Please upgrade to VBox 3.1.0 (including the guest additions).

Note: See TracTickets for help on using tickets.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette