assertion error in Vista

hi fellow panda users,

Running our main.py is giving me this here in windows Vista whereas linux is fine:


Microsoft Visual C++ Runtime Library

Assertion failed!

Program: …
File: c:\temp\mkpr\dtool\src\dtoolbase\delet…erChain.cxx
Line: 54

Expression: size <= _buffer_size

For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts

(Press Retry to debug the application - JIT must be enabled)

Abort Retry Ignore

thx anyone
lee

What’s really odd is, the file does not happen to be there at my pc (linux), I found some deletedBufferChain.cxx though in the trash (I think it was from some CVS version I ever downloaded) but the panda source didn’t contain any further instance of deletedBufferChain.cxx. It occurs in:

void *allocate(size_t size, TypeHandle type_handle);

But that doesn’t make any sense to me either.

What excact version of Panda3D are you running, lee?

I am using : Panda3D-2007.12.11

cheers
nl

Try using a more recent version of Panda.

David