Game Development Community

Lighting problem

by Westy · in Torque Game Engine · 10/05/2005 (11:51 am) · 1 replies

Im using 1.4 and have came across a lighting problem when re-lighting.

Quote:
Debug Error!
File: c:\gamesource\torque\engine\scenegraph\shadowvolumebsp.cc
Line: 147

"Run-Time Check Failure #2 - Stack around the variable 'sides' was corrupted."


I have a large complex DIF in the level that is not portaled, which may be the problem. Does anyone have any ideas?

Westy

#1
10/07/2005 (9:31 am)
Found a soloution.

Change: MaxWinding from 32 to 256.

As posted in another thread.

Westy