A google for &quot;OpenGL error code&quot; took me to an msdn page listing some error codes... which led me the documentation page for &quot;glGetError&quot; :<br><br><a href="https://msdn2.microsoft.com/en-us/library/ms537109.aspx">
https://msdn2.microsoft.com/en-us/library/ms537109.aspx</a><br><br><br><div><span class="gmail_quote">On 6/28/07, <b class="gmail_sendername">Tim Hutton</b> &lt;<a href="mailto:tim.hutton@gmail.com">tim.hutton@gmail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ah yes, maxDimGL does have that value when it goes in, so I guess that<br>
call is simply now writing to the variable. I don&#39;t see any opengl or<br>vtk errors prior to that point. How do I retrieve the opengl error<br>code?<br><br><br>On 28/06/07, David Cole &lt;<a href="mailto:david.cole@kitware.com">
david.cole@kitware.com</a>&gt; wrote:<br>&gt; This value is 0xcccccccc which means that it is a local uninitialized<br>&gt; variable. Perhaps glGetInteger is returning without putting the value in<br>&gt; there...? Do you see any other errors (OpenGL related perhaps) prior to this
<br>&gt; occurring...?<br>&gt;<br>&gt; If you init maxDimGL to 0 before the call does it still happen...?<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 6/28/07, Tim Hutton &lt;<a href="mailto:tim.hutton@gmail.com">tim.hutton@gmail.com
</a> &gt; wrote:<br>&gt; &gt;<br>&gt; &gt; I&#39;m getting a bad_alloc exception sometimes when I try to load a<br>&gt; &gt; textured surface in VTK. The error is due to the following line in<br>&gt; &gt; vtkopengltexture.cxx
 (167):<br>&gt; &gt;<br>&gt; &gt; glGetIntegerv(GL_MAX_TEXTURE_SIZE,&amp;maxDimGL);<br>&gt; &gt;<br>&gt; &gt; which returns a value of -858993460. On other occasions it returns a<br>&gt; &gt; value of 4096 and everything works fine.
<br>&gt; &gt;<br>&gt; &gt; Have you come across anything similar before?<br>&gt; &gt;<br>&gt; &gt; Platform:<br>&gt; &gt; vtk5.0.3<br>&gt; &gt; win xp<br>&gt; &gt; microsoft visual studio 7<br>&gt; &gt;<br>&gt; &gt; Thanks,
<br>&gt; &gt;<br>&gt; &gt; Tim<br>&gt; &gt; _______________________________________________<br>&gt; &gt; This is the private VTK discussion list.<br>&gt; &gt; Please keep messages on-topic. Check the FAQ at:<br>&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt; &gt;
<br>&gt;<br>&gt;<br><br><br>--<br>Tim Hutton - <a href="http://www.sq3.org.uk">http://www.sq3.org.uk</a><br><br>Take the Organic Builder challenge -<br><a href="http://www.sq3.org.uk/Evolution/Squirm3/OrganicBuilder/">http://www.sq3.org.uk/Evolution/Squirm3/OrganicBuilder/
</a><br></blockquote></div><br>