Author Topic: Error Message - DeltaParseNumToOld?  (Read 4260 times)

SoulAsasiN

  • Posts: 23
  • Turrets: +2/-3
Error Message - DeltaParseNumToOld?
« on: March 01, 2008, 07:09:29 pm »
Strange one here, on some maps, whenever I bump into another player, (or walk over a dead body), i get a recurring message scrolling down my screen

DeltaParseNumToOld
DeltaParseNumToOld
DeltaParseNumToOld
DeltaParseNumToOld

etc etc..

I might not have the error message quite accurate, buts its something like that. Its not fatal and doesn't affect the gameplay...its just odd

I searched the forum, couldn't find anything, (and I don't think I'm that way out with the message). I'll try grab a screenshot and post.

Anyone want to enlighten me??

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Error Message - DeltaParseNumToOld?
« Reply #1 on: March 01, 2008, 07:12:40 pm »
i need an exact error message to grep the code.
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: Error Message - DeltaParseNumToOld?
« Reply #2 on: March 01, 2008, 08:26:44 pm »
I just got the same thing about an hour ago, and I know someone playing with me did too...
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

pharo212

  • Posts: 70
  • Turrets: +3/-18
Re: Error Message - DeltaParseNumToOld?
« Reply #3 on: March 02, 2008, 01:38:48 am »
I've gotten it, exactly as TC said.

SoulAsasiN

  • Posts: 23
  • Turrets: +2/-3
Re: Error Message - DeltaParseNumToOld?
« Reply #4 on: March 02, 2008, 04:35:36 am »

The exact message is "Delta ParseEntitiesNum too old"

not too sure how to put up the screenshot on the forum...will do if it will help.

doomagent13

  • Posts: 506
  • Turrets: +18/-18
Re: Error Message - DeltaParseNumToOld?
« Reply #5 on: March 06, 2008, 12:03:28 am »
I get it occasionally, too.  I think it may be a sign of potential lag.  Kinda hard for me to examine, though because I usually only get it on rotcannon_b11...

sticks

  • Posts: 102
  • Turrets: +9/-19
Re: Error Message - DeltaParseNumToOld?
« Reply #6 on: March 07, 2008, 03:45:49 am »
The only time I have gotten this message is when I was on a server with unlimited bps in which it was caused by too many structures; is this problem happening on one particular server or all of them that you go on?

Lycore

  • Posts: 1
  • Turrets: +0/-0
Re: Error Message - DeltaParseNumToOld?
« Reply #7 on: March 14, 2008, 01:13:50 am »
if you are using a wireless connection,
make sure that you are in a strong signal area
because i get a good list of that error when i disconnect for a
second. if not i don't know what else it could be.

Archangel

  • Guest
Re: Error Message - DeltaParseNumToOld?
« Reply #8 on: March 17, 2008, 02:47:35 am »
It's because there's too many objects on the server, not related to your internet. Go to a server that has less BP, issue solved. Or a server with high BP, but a better processor/more RAM. It's a host limitation, afaik.

Diluke

  • Posts: 75
  • Turrets: +1/-11
Re: Error Message - DeltaParseNumToOld?
« Reply #9 on: March 17, 2008, 07:37:39 pm »

TinMan

  • Posts: 1019
  • Turrets: +49/-70
    • http://neonpulse.net
Re: Error Message - DeltaParseNumToOld?
« Reply #10 on: March 17, 2008, 07:54:28 pm »
http://svn.icculus.org/tremulous/trunk/src/client/cl_parse.c?revision=1067&view=markup

Code: [Select]
    // If the frame is delta compressed from data that we
    // no longer have available, we must suck up the rest of
    // the frame, but not use it, then ask for a non-compressed
    // message
    if ( newSnap.deltaNum <= 0 ) {
        newSnap.valid = qtrue;      // uncompressed frame
        old = NULL;
        clc.demowaiting = qfalse;   // we can start recording now
    } else {
        old = &cl.snapshots[newSnap.deltaNum & PACKET_MASK];
        if ( !old->valid ) {
            // should never happen
            Com_Printf ("Delta from invalid frame (not supposed to happen!).\n");
        } else if ( old->messageNum != newSnap.deltaNum ) {
            // The frame that the server did the delta from
            // is too old, so we can't reconstruct it properly.
            Com_Printf ("Delta frame too old.\n");
        } else if ( cl.parseEntitiesNum - old->parseEntitiesNum > MAX_PARSE_ENTITIES-128 ) {
            Com_Printf ("Delta parseEntitiesNum too old.\n");
        } else {
            newSnap.valid = qtrue;  // valid delta parse
        }

You lag.
Code: [Select]
Linux: ~/.tremulous/base/
Mac: ~/Library/Application\ Support/Tremulous/base/
Windows: C:\Documents and Settings\username\Local Settings\Application Data\Tremulous\base\
NeonPulse
http://neonpulse.net/media/games/tremulous/base/autoexec.cfg