OpenGL Extension Viewer 6.2

Hi,

I don’t know if this is the right forum for my concern:

When running “OpenGL Extension Viewer 6.2.3.0” an exception error is generated:

Unhandled Microsoft .Ne Framework exception in openglex.exe

Access error due to access to protected memory areas

In detail, a for-next loop is executed within the scan function. The command …

num = Win32.oevClientScan (i, num);
... cannot be executed with the parameters i = 0, num = 0.

Extract from the program code:

for (int i = 0; i <gvDevice.Contexts.Length; i ++)
{
viewController.LogPrintf ("Querying properties ...");
viewController.ReportProgress (i * 100 / gvDevice.Contexts.Length, gvDevice.Contexts [i]);
try
{
num = Win32.oevClientScan (i, num);
}
catch (exception ex2)
{
viewController.LogError (ex2.Message);
}
}

Error message:

Exception thrown: "System.AccessViolationException" in libGLVIEW.dll
An attempt was made to read or write to protected memory.

To the system used:

  • Windows 10.19043.1052 (Windows21H1
  • Displayed installed OpenGL version:
  • Driver version: 10.0.19041.662 21-Jun-06

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.