Page 1 of 1

Debugging: dds load crash

Posted: 13.04.2002, 23:07
by t00fri
Chris:

when I load e.g. the 'io2k.dds' texture file in 1.2.2, under /Linux/, I get the SEGFAULT in texture.cpp in the routine Texture::loadCompressedTexture()
right after executing
glCompressedTexImage2DARB().

The Arguments are:

mmWidth=2048
mmHeight=1024
mmOffset=0
mmSize=1048576
this->format=33777
mipMapLevel=0
texels=(unsigned char *) 0x498a9008 "................"


If someone else has managed to load the file io2k.dds under /Linux/ with a GeForce 2 card (or any other *.dds file), please let me know!

Fridger