Jump to content

Error when starting houdini


Minterta

Recommended Posts

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

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...