
gDEBugger is now free!
Posted Tuesday, 7 December, 2010 - 23:27 by the FiddlergDEBugger is the most advanced OpenGL debugger for Windows/Mac OS X/Linux/iPhone currently in existence. It used to be quite pricey (in the 4-digit area) but the desktop version is now available for free - which is awesome news for OpenGL developers!
More information and downloads at: http://www.gremedy.com/purchase.php
- the Fiddler's blog
- Login or register to post comments


Comments
Re: gDEBugger is now free!
Oh, here's a hint that might be useful: The second item in the callstack is "GetCLRFunction - clr.dll". When I try to run the application in glslDevil, it crashes at what appears to be a similar point. If I choose to debug the crash in Visual C#, I get an "EntryPointNotFoundException" on the line:
GL.GenFramebuffers(1, out bufferObj);With the additional information: "Unable to find an entry point named 'glGenFramebuffers' in DLL 'opengl32.dll'."
I'm assuming that these are both the same error, being displayed in very different ways. The set of OpenGL calls shown in glslDevil leading up to this are:
This is skipping over the giant mass of wgl calls at the beginning, of course.