Assertion failed: Gahh!!

Hello again,

I’m working on a project for my game design class. This is my first time making a 3D game so I decided to use the third person Roaming Ralph code I found on the forum and modify it. I’ve got almost everything done now, but when I try to compile my code I get this error:

Assertion failed: _current_index + sizeof(tempvar) <= _datagram->get_length() at
line 277 of c:\temp\mkpr\built\include\datagramIterator.I

What does this error mean? I’m using PyPE.exe for coding and my program is saved main.py. Can someone tell me what this error might mean? Or do I need to post my code?

It means you tried to unpack more data from your datagram than was actually there.

David