Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8498513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:25:26+00:00 2026-06-11T00:25:26+00:00

So, in my project I am using a seperate class to create buffers called

  • 0

So, in my project I am using a seperate class to create buffers called Buffer.cpp. Here is the constructor

#define GLEW_STATIC
#define GLEW_NO_GLU
#define GLFW_NO_GLU

#include "GL/glew.h"
#include "GL/glfw.h"

Buffer::Buffer(GLenum _type, const void *data, GLsizei _size, GLenum usage) :  type(_type), size(_size)
{
  ...

  //Generate Buffer
  glGenBuffers(1, &buffer);

  ...
}

And the definitions of the members:

GLuint buffer;
const GLsizei size; 
const GLenum type;
Buffer(GLenum, const void*, GLsizei, GLenum);

The problem is that when I try to generate a buffer using for example this command:

Buffer vBuffer(GL_ARRAY_BUFFER, vertexPositions, sizeof(vertexPositions), GL_STATIC_DRAW);

the program crashes at glGenBuffers() with termination status “-1073741819”. I tried debugging the program and this is what I got:

Program received signal SIGSEGV, Segmentation fault.

My card supports OpenGL 1.5 so that’s not the case.

It is also worth to note that I compiled a static glew library myself.

EDIT: I finally fixed the problem. The problem was that I was calling glewInit() before creating an OpenGL rendering context.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T00:25:27+00:00Added an answer on June 11, 2026 at 12:25 am

    So your problem was that you were creating OpenGL context after you called glewInit() – and thus glewInit() had no way to set up GL entry points properly.

    In this case glewInit() probably did return error code. Are you verifying error codes from functions? It should return GLEW_OK.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In a project we are using CodeSmith to generate database layer, Codesmith seperate creates
I have a project using DynamicJasper to create reports. It works fine so far,
I'm using Pinax to create a new project. For this project I needed to
A winclient is using GUI controls (BaseForm, BaseTextBox, BaseComboBox) from a separate GUI project
The documentation of my project (using Python 3.2) is created with Sphinx (1.1.3) and
In a web project using jsp, I have following requirement Upload a file (say
i have a JavaScript project (using jquery), inside it i draw a canvas by
I write a project using Prism . I have tow modules and this modules
I have a lein project (using cascalog--but that's not particularly important). I'm trying to
I wrote a Client that uses a Webservice. Works well in a seperate project.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.