<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
This is an error caused by too large of an initial gamestate (a big
chunk of data to setup the game) being sent over during the initial
game start.&nbsp; I cant remember what the limits are off hand but basically
the total size of all the cvars, sounds, localized text, particle
effects, etc. overloads the the gamestate max size.&nbsp; Every mod and map
that is played can add more bits here and there leading up to an buffer
overrun.&nbsp; Some of the info, cvars specifically,&nbsp; do not cleared out
between rounds so once a cvar is created then it will always be sent in
the gamestate until the server is restarted.<br>
<br>
&nbsp;It sounds like the combination of stuff you are using leads to this
problem.&nbsp; Not sure how the vs-uk's mod is set up but they maybe adding
cvars during the initial round that do not exist right at the start of
the game.&nbsp; So after one round it pushes just a bit over the limit.&nbsp; <br>
<br>
Not to say that it is one specific mods fault but more like some of the
guys have already said.&nbsp; The combination of maps and mods just goes
over the limit.&nbsp; You may want to take a look at some of the maps gsc's
and see if they add a bunch of cvars or particle effects.&nbsp; It could be
mainly the mod though.&nbsp; I know many mods define a huge amount of cvars
for setup.<br>
<br>
-yer<br>
<br>
Ricardo Cardoso wrote:
<blockquote cite="mid200503250256.j2P2uEq17681@apollo.webcom.com"
 type="cite">
  <pre wrap="">First of all, thank you for your kind input on this subject.

Everything works fine in the server (except for the crashing issues that
many seem to have), and there are some custom maps that work (nuenen is one
example). The problem is that I tried to put others in rotation (Wolfsquare,
Dufresne, all the latest versions which I also have in my client) and they
worked fine. The odd thing is that if you enter the server or are already in
when the map rotates you enter the map and all is fine. If the first round
has ended, however, no one else seems to be able to enter, myself included,
since the client returns the cl_parsegamestate error. In one particular map,
Amberville, no one was even able to enter at first round. 

To address this issue I've tried to install older versions of the maps but
with no success. 

My server is running cod 1.51b with VS-UK's Total War 2.3 DL MOD.

Kind Regards,
Ricardo Cardoso

-----Mensagem original-----
De: BludGeonT[EUG] [<a class="moz-txt-link-freetext" href="mailto:bludgeont@gmail.com">mailto:bludgeont@gmail.com</a>] 
Enviada: sexta-feira, 25 de Mar&ccedil;o de 2005 1:59
Para: <a class="moz-txt-link-abbreviated" href="mailto:cod@icculus.org">cod@icculus.org</a>
Assunto: Re: [cod] CL_parsegamestate error

Are there any people at all able to connect to your server, or can
some join in, and some cant?  Ive done a little reading on this
topic,and there were recommendations to re-install and patch teh game,
which I disagree with.

A good rule to follow, is to get a stock, fully patched version set
up, run it by itself with no mods, stock maps, and make sure it works
first.  Then, you start adding your mods or maps.  If youre going to
add mods and maps, install new maps first, make sure they work fine,
then install your mod, or reverse it.

It is best to take steps one at a time, otherwise you will get caught
up in trying this and trying that and you will lose track of what you
have done, and will end up in mental meltdown, wasting time.

My input on this matter, Id make sure that the custom maps you are
running are up to date.  If the maps were created for version 1.4, and
you try to run 1.5 or something on them, you might get issues, and
this might be a client issue thing too.  But maps seem to be
constantly evolving and being updated, as mods do.  Perhaps you are
running a version of a map that is old, but all clients that are
connecting to your server have the newest version of the map.  Or,
youre running the most current map version, and clients have the older
version which will cause a problem.

This is a long shot, but it might help out.

Are you running any mods on top of COD for your server?  Are some
people able to play and some arent, or are all players not able to
connect to the custom maps?  What version of COD are you running?

I hope this gives you some ideas, you might find the answer if you google:

cl_parsegamestate 

Its most likely a Q3 engine error message rather than strictly cod, so
you might be able to find some long lost info that will help this.

Good luck, and if I find anything else out, Ill let you all know.

BludGeonT[EUG]
Earthlink Ultimate Gaming
<a class="moz-txt-link-abbreviated" href="http://www.EarthlinkUltimateGaming.com">www.EarthlinkUltimateGaming.com</a>


On Mon, 14 Mar 2005 21:11:20 -0000, Ricardo Cardoso
<a class="moz-txt-link-rfc2396E" href="mailto:morgodis@mail.telepac.pt">&lt;morgodis@mail.telepac.pt&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">
Players are unable to connect to the server as some maps are running on my
linux server. When they try to connect they get the parsegamestate error
    </pre>
  </blockquote>
  <pre wrap=""><!---->and
  </pre>
  <blockquote type="cite">
    <pre wrap="">have to wait for the map to end before entering the server. This happens
    </pre>
  </blockquote>
  <pre wrap=""><!---->in
  </pre>
  <blockquote type="cite">
    <pre wrap="">maps like amberville and wolfsquare&#8230; any suggestions?
    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
</body>
</html>