Game Development Community

Problem with vertex buffer

by Mahmud Hasan · in Torque Game Engine Advanced · 01/08/2007 (7:44 am) · 2 replies

Recently I got a problem regarding the debug build of TSE_MS4_1. It crashes with the following error:

D
I
Failed to allocate VB

and in the console I got following error:

===============================================
Fatal: (d:\tse_ms4_1\engine\gfx\d3d\gfxd3ddevice.h @ 23) D
I
Failed to allocate VB

================================================

but in the release mode it is workign fine. Can anyone help me to figure out the reason?

Thank a lot in advance :)

#1
01/08/2007 (7:08 pm)
There were some problems with MS4_1, you might want to revert to MS4, it's what's currently linked to in your account.
#2
01/08/2007 (11:43 pm)
Thank you. I'll download the MS4 today.