OpenGL Sample not working
Hello
I am discover Noesis GUI, and want test it on OpenGL. I compile D3D11 sample and it working - I can see two cubes and login menu. OpenGL compile without problem, but window show me blue background and nothing else.
I have Intel graphic HD 3000 on my notebook.
I am discover Noesis GUI, and want test it on OpenGL. I compile D3D11 sample and it working - I can see two cubes and login menu. OpenGL compile without problem, but window show me blue background and nothing else.
I have Intel graphic HD 3000 on my notebook.
Re: OpenGL Sample not working
Could define the following when compiling GLRenderdevice.cpp and try again?
Code: Select all
#define NS_ASSERTS_ENABLED 1
#define NS_DEBUG_CFG
Re: OpenGL Sample not working
Is the error handled being invoked?
Re: OpenGL Sample not working
I am not sure if I understand, but I get Windows message = Program stop working and I can only click on End Program or Stop Program (I translate it to english).
When local win debug is run, I get this call stacks:
When local win debug is run, I get this call stacks:
Code: Select all
> SpiningCube.exe!Noesis::Render::GLRenderDevice::CreatePrograms() Line 964 C++
SpiningCube.exe!Noesis::Render::GLRenderDevice::GLRenderDevice() Line 176 C++
SpiningCube.exe!Noesis_Init() Line 33 C++
SpiningCube.exe!main(int argc, char * * argv) Line 183 C++
Re: OpenGL Sample not working
The error handler is not being invoked?
You should have en error in the console.
Code: Select all
void NoesisErrorHandler(const NsChar* filename, NsSize line, const NsChar* desc, NsBool fatal)
{
printf("\nERROR: %s\n\n", desc);
}
Re: OpenGL Sample not working
No, I forgot mention, it looks like console is frozen (have light gray color instead black and no text is there)
This is everything what I get:

This is everything what I get:

Re: OpenGL Sample not working
Could you launch from inside the debugger and paste me here the exact stack where the error is happening?
Re: OpenGL Sample not working
How can I find where is error happening?
EDIT:
I guess, exact error is, error with arrow? If yes then:
There is picture from debugger

EDIT:
I guess, exact error is, error with arrow? If yes then:
Code: Select all
> SpiningCube.exe!Noesis::Render::GLRenderDevice::CreatePrograms() Line 964 C++

Re: OpenGL Sample not working
What kind of exception are you getting when the debugger halts there?
Who is online
Users browsing this forum: Ahrefs [Bot] and 3 guests