[sldev] LLImageGL::createGLTexture failed to make texture

Kelly Linden kelly at lindenlab.com
Sun Jul 20 10:59:45 PDT 2008


Suzhanna Rossini wrote:
> Unfortunately that did no difference. I removed all references to llkdu in
> all files, made a complete rebuild, and was met by the very same error.
> No really big deal though, I can get by using my friends VS2003 and/or
> VS2005 instead. Unless you folks want me to stick to VS2008 and try to find
> the reason for this error.
>
> Log file:
> 2008-07-20T17:45:50Z INFO: viewer_windows_exception_handler: Entering
> Windows Exception Handler...
> 2008-07-20T17:45:53Z INFO: LLAppViewer::handleViewerCrash: Handle viewer
> crash entry.
> 2008-07-20T17:45:53Z INFO: LLAppViewer::handleViewerCrash: Creating crash
> marker file
> C:\Users\alexandra\AppData\Roaming\SecondLife\logs\SecondLife.error_marker
> 2008-07-20T17:45:53Z INFO: LLAppViewer::handleViewerCrash: Created crash
> marker file
> C:\Users\alexandra\AppData\Roaming\SecondLife\logs\SecondLife.error_marker
> 2008-07-20T17:45:53Z ../../llrender/llimagegl.cpp(929) : error
> 2008-07-20T17:45:53Z ERROR: LLImageGL::createGLTexture:
> LLImageGL::createGLTexture failed to make texture
>
>
>   
What parameters are you starting the viewer with?  As bizzare as this 
is, I got that error (or one very similar) when building with VS2003 due 
to some bad command line parameters.  Specifically in my case I was 
doing "--multiple true" when it needs to be "--multiple".   I'm not 
quite sure what the connection between bad args and LLImageGL is though.

 -- Kelly



More information about the SLDev mailing list