Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Example Hello World program "Program build error (in " #148

Open
creallfluharty opened this issue Jun 29, 2019 · 0 comments
Open

Comments

@creallfluharty
Copy link

I was compiling and executing the Hello World example from https://matus-chochlik.github.io/oglplus/doc/oglplus/intro.html only to meet a rather undescriptive

Program build error (in

error (the cutoff is intentional). From what I collect, this is caused by writing a dereferenced nullptr to cerr. Specifically, it seems that it occurs in Error::GLFunc() where the variable _glfunc_name is a nullptr.

Is this expected behaviour? If not, is it this function, the example, or both that need to be changed?

Also, I believe the reason for this exception occurring in the first place is my having an outdated openGL version, but this error unfortunately was not much use in finding that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant