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 00000502 after convex fill message. #6

Closed
nanarione opened this issue Aug 4, 2016 · 4 comments
Closed

Error 00000502 after convex fill message. #6

nanarione opened this issue Aug 4, 2016 · 4 comments

Comments

@nanarione
Copy link

when I run example1.cpp with visual studio 2015 version. this error is happened

Error 00000502 after convex fill message.

the bellow are stack from visual studio debugger stopped at glnvg__checkError
nanogui.dll!glnvg__checkError(GLNVGcontext * gl, const char * str) line 392 C++
nanogui.dll!glnvg__convexFill(GLNVGcontext * gl, GLNVGcall * call) line 995 C++
nanogui.dll!glnvg__renderFlush(void * uptr) line 1129 C++
nanogui.dll!nvgEndFrame(NVGcontext * ctx) line 310 C
nanogui.dll!nanogui::Screen::drawWidgets() line 369 C++
nanogui.dll!nanogui::Screen::drawAll() 줄 309 C++

Should I need to configure the other things for openGL usage?

Thanks

@nanarione
Copy link
Author

I noticed that NanoGUI-SDL is a SDL port for https://github.com/wjakob/nanogui
I will check my problem with NanoGUI first.

@dalerank
Copy link
Owner

dalerank commented Aug 4, 2016

Hi, check that opengl need >= 3.3

On Aug 4, 2016 2:44 PM, "nanarione" notifications@github.com wrote:

I noticed that NanoGUI-SDL is a SDL port for https://github.com/wjakob/
nanogui
I will check my problem with NanoGUI first.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#6 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA4CQQqpujcwIF3tInOmYERoYvnOjFOcks5qcdCNgaJpZM4JcX-K
.

@nanarione
Copy link
Author

Hello dalerank

Thanks for your update
I will try to update opengl version.

@dalerank
Copy link
Owner

dalerank commented Sep 6, 2019

redesigned for sdl2 api only, try now

@dalerank dalerank closed this as completed Sep 6, 2019
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

2 participants