PDA

View Full Version : OP_ClientUpdate errors?



Devv
06-22-2004, 02:45 AM
Hey everyone,

I have been using SEQ on and off for some time, and I decided to re-install it and take another look. After taking a look at several threads, I decided to go with 4.3.2.10 and after uncompressing the files, I went ahead and copied in the opcodes.h and zoneopcodes.xml files into the proper /src and /conf subdirectories.

The install went fine, but it seems to cause a large number of errors like this one:

WARNING: OP_ClientUpdate (0027) (datalen: 48295 != sizeof(playerSpawnPosStruct):18 or sizeof (playerSpawnSelfStruct):30)

Any ideas?


Thanks,


D.

SeqTester
06-22-2004, 11:01 AM
1st off the 4.3.2.xx does not use the zoneopcodes.xml file that is fpr the Beta.
The version you need is 4.3.22 the place to get this is CVS.
You still need to use the opcodes.h from <HERE> (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4884) to see any "NewSpawn".

In the <ShowEQ FAQ> (http://www.macsrule.com/~seqfaq/seq-faq.html?s=&menu=9) look where it talks about CVS.


2.5 - Where/How do I download ShowEQ?
Make sure you are logged in as the user 'root'. From a terminal window type the following, pressing the return key when prompted for a password (it is blank):
# cd /
# cvs -d:pserver:[email protected]:/cvsroot/seq login
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password:
# cvs -d:pserver:[email protected]:/cvsroot/seq co showeq
This will download the source and maps for ShowEQ into the directory "showeq" where ever you ran the command from (usually ~/).

ksmith
06-23-2004, 12:24 AM
Search beats the FAQ most of the time.

http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4869#post35650

Devv
06-23-2004, 10:38 AM
I did try to use CVS, but every time I tried to log in, it would remain unresponsive. At any rate, thanks for the help and I will give this a shot when I get home tonight.

uRit1u2CBBA=
06-24-2004, 04:03 AM
2.5 - Where/How do I download ShowEQ?
Make sure you are logged in as the user 'root'. From a terminal window type the following, pressing the return key when prompted for a password (it is blank):
# cd /
# cvs -d:pserver:[email protected]:/cvsroot/seq login
Logging in to :pserver:[email protected]:2401/cvsroot/seq
CVS password:
# cvs -d:pserver:[email protected]:/cvsroot/seq co showeq
This will download the source and maps for ShowEQ into the directory "showeq" where ever you ran the command from (usually ~/).

That address is no longer valid. You want to point it to cvs.sourceforge.net.

Devv
06-24-2004, 10:36 AM
Thanks, again! I tried the new CVS address and downloaded the new OPCODES.H and I'm up and running.