Re: Bogus Message Type, Server Crashes -
19-04-2004
I've already seen this message before...
For me it was a memory problem... there must be a leak somewhere... or an overflow... or something. Ensure that when you free() stuff you never free it twice, and all the usual checks ...
RACC home - Bots-United: beer, babies & bots (especially the latter) "Learn to think by yourself, else others will do it for you."
Re: Bogus Message Type, Server Crashes -
21-04-2004
"bogus message type (0)" errors are caused when you try to send a network message without registering it first. For example, if you had something like this...
It should be pretty simple to search your bot code for "MESSAGE_BEGIN" or "pfnMessageBegin" and find all the places where you're not checking the message ID for == 0.
EDIT: I have NO idea why it's putting the "Courier New" crap in there.