Minterta Posted September 4, 2012 Share Posted September 4, 2012 Hello, This is my first start at houdini and I getting this error(in the houdini console): "Unable to link glDrawElementsBaseVertex" when I start houdini FX. I google it but there where none results. Then after adding a Box to the scen I get this error(in the houdini console): " 976: Fatal error: Segmentation Fault Saving application data to C:/Users/FRANKD~1/AppData/Local/Temp/frankdenuijl.976.hip " I have attach the .hip file to the attachment. Does someone knows what it means/how to fix this? Thanks, frankdenuijl.976.hip Quote Link to comment Share on other sites More sharing options...
malexander Posted September 4, 2012 Share Posted September 4, 2012 What graphics card and driver do you have? The glDrawElementsBaseVertex() message means that the driver is advertising support that includes this feature, but is not providing an API entry point for it. Tsk, tsk. It should be in OpenGL 3.2 or in the GL_ARB_draw_elements_base_vertex extension if the OpenGL version < 3.2. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.