I’m getting the following printed to stdout when I attempt to multitexture with more than three textures. I’m not sure if this is due to an out of memory error or there issomething wrong with multitexturing. There is no error message, just the below printed out to stdout. Also, all textures used after the first two are rendered as solid colors. At the moment, I’m using about 7 textures of size 512x512. Could this be causing memory problems?
new structures: data is 05804FE8, cinfo is 035824E0
In readImageHeader, data is 05804FE8 cinfo is 035824E0
clearFirst is 0
Filling input buffer, remaining skip is 0, Buffer length is 4096
Buffer filled. ret = 4096
In readImageHeader, data is 05804FE8 cinfo is 035824E0
clearFirst is 1
Filling input buffer, remaining skip is 0, Buffer length is 4096
Buffer filled. ret = 4096
---- in reader.read ----
numBands is 3
bands array: 0 1 2
jq table 0 at 03582798
Filling input buffer, remaining skip is 0, Buffer length is 4096
Buffer filled. ret = 4096
etc…