hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00713
[Bug 679279] Re: nona -g is crashing at second image
** Changed in: hugin
Status: Triaged => Confirmed
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679279
Title:
nona -g is crashing at second image
Status in Hugin - Panorama Tools GUI:
Confirmed
Bug description:
nona -g -o test test.pto is always crashing at the second image (Windows Vista, compiled from trunk, ATI Mobility Radeon X1700)
Running in the debugger, the crash occurs in ImageTransformsGPU.cpp, line 658:
glTexImage2D(GL_TEXTURE_RECTANGLE_ARB, 0, GL_LUMINANCE_ALPHA32F_ARB, destLut.size(), 2, 0, GL_LUMINANCE_ALPHA, GL_FLOAT, destLutTextureData);