razorace Posted September 25, 2004 Share Posted September 25, 2004 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 More sharing options...
slider Posted September 27, 2004 Share Posted September 27, 2004 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 More sharing options...
razorace Posted September 27, 2004 Author Share Posted September 27, 2004 It's the clients that crash. As for a mismatch of data structures, I don't think that's possible as I haven't changed any of them. The only thing that I think I've changed is the configstrings but I don't think that messes things up. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.