Jump to content

Home

CL_ParsePacketEntities error and code mods


razorace

Recommended Posts

Has anyone ever had issues with their code mods causing CL_ParsePacketEntities errors when they try to run their mods server only?

 

Right now, OJP Basic runs fine when the clients log in with the client component running but otherwise the game crashs with a CL_ParsePacketEntities error after a few minutes.

 

This is with 100% legal copies of the game.

Link to comment
Share on other sites

i never had this problem

 

this is the server which crashes?

or is it only the clients?

 

or both?

 

also if in OJP the client compoent is absolutly required, you will have to put a sv_pure 1

 

if not, you could have mismatch between data structures waited by the server and those waited by the client

 

i didn't have those problem with JA+ because i made the client component behave like a plugin that is not required..

the server can run with players that don't have it or have it at the same time..

 

but as far as i know the client component for OJP is required..

so you will have to set sv_pure 1

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...