paulpairbus / glintercept

Automatically exported from code.google.com/p/glintercept
0 stars 0 forks source link

nVidia 337.88 Drivers Interfere with Image Logging #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This problem was observed while using Second Life's Firestorm viewer.
Issue is present on both x86 and x64 versions.
ImageLog settings are as follows:
ImageLog
{
  LogEnabled  = True;

  RenderCallStateLog = True;

  SaveFormats = PNG;
  FlipXAxis   = True;
  TileCubeMaps= True;

  SaveGLTypes = (1D,2D,3D,CUBE);
  SavePbufferTex = True;

  ImageIcon
  {
    Enabled=False;
    SaveFormat = JPG;
    Size = 40;
  }
}

GLI will save a Frame_##### folder and a glintercept.log file, but will not 
save any textures. On a computer running outdated nVidia drivers, as well as 
one using an ATI graphics card, images were saved. On a computer using the new 
337.88 drivers, images were not saved. Updating the computer with outdated 
drivers caused images to no longer be saved.

Original issue reported on code.google.com by cobalt.d...@gmail.com on 17 Jun 2014 at 3:23

GoogleCodeExporter commented 9 years ago
Is there anything mentioned in the gliLog.txt file? It it states an unknown 
context I think I may know what is causing it.

Original comment by dtrebi...@gmail.com on 17 Jun 2014 at 11:10

GoogleCodeExporter commented 9 years ago
I'm getting the same issue.

gliLog.txt shows:
GLDriver::SetOpenGLContext - Attempt to set unknown context 00020000?

Original comment by bender3...@gmail.com on 18 Jun 2014 at 2:13

GoogleCodeExporter commented 9 years ago
GLIntercept 1.3 should fix this

Original comment by dtrebi...@gmail.com on 19 Jun 2014 at 2:53

GoogleCodeExporter commented 9 years ago
Confirmed that the issue is, indeed fixed. Much appreciated.

Original comment by cobalt.d...@gmail.com on 20 Jun 2014 at 6:21