Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

x

Name: Anonymous 2022-05-30 13:02

0x5668f89b in RSurf_PrepareVerticesForBatch (batchneed=8320,
texturenumsurfaces=9, texturesurfacelist=0x5af9327c) at gl_rmain.c:9350
9350 rsurface.batchtexcoordtexture2f[j*2+0] = DotProduct(rsurface.batchvertex3f + 3*j, rsurface.texture->tcgen.parms);
(gdb) Exception ignored in: <gdb.GdbOutputFile object at 0xf6a117ac>
Traceback (most recent call last):
File "/usr/share/gdb/python/gdb/__init__.py", line 43, in flush
def flush(self):
KeyboardInterrupt


case Q3TCGEN_VECTOR:
// rsurface.batchtexcoordtexture2f = R_FrameData_Alloc(batchnumvertices * sizeof(float[2]));
// rsurface.batchtexcoordtexture2f_vertexbuffer = NULL;
// rsurface.batchtexcoordtexture2f_bufferoffset = 0;
for (j = 0;j < batchnumvertices;j++)
{
rsurface.batchtexcoordtexture2f[j*2+0] = DotProduct(rsurface.batchvertex3f + 3*j, rsurface.texture->tcgen.parms);
rsurface.batchtexcoordtexture2f[j*2+1] = DotProduct(rsurface.batchvertex3f + 3*j, rsurface.texture->tcgen.parms + 3);
}
break;

Name: Anonymous 2022-05-30 13:09

rsurface.batchtexcoordtexture2f = R_FrameData_Alloc(batchnumvertices * sizeof(float[2])); //Uncommenting this seems to fix a crash in a map VNCE, so there it is

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List