Re: [hlcoders] SZ_GetSpace error - HL1

2005-05-26 Thread Jeff Fearn
On 5/25/05, Jeffrey botman Broome [EMAIL PROTECTED] wrote: Jeff Fearn wrote: On 5/23/05, Deadman Standing [EMAIL PROTECTED] wrote: Adding -zone 8192 to the command line can sometimes help this. From looking at the Quake code it appears the SZ_GetSpace error occurs when the engine overruns

Re: [hlcoders] SZ_GetSpace error - HL1

2005-05-24 Thread Jeff Fearn
On 5/23/05, Deadman Standing [EMAIL PROTECTED] wrote: Adding -zone 8192 to the command line can sometimes help this. From looking at the Quake code it appears the SZ_GetSpace error occurs when the engine overruns static buffers used to build network messages. Too many or poorly written plugins

RE: [hlcoders] SZ_GetSpace error - HL1

2005-05-24 Thread Deadman Standing
: Re: [hlcoders] SZ_GetSpace error - HL1 On 5/23/05, Deadman Standing [EMAIL PROTECTED] wrote: Adding -zone 8192 to the command line can sometimes help this. From looking at the Quake code it appears the SZ_GetSpace error occurs when the engine overruns static buffers used to build network

RE: [hlcoders] SZ_GetSpace error - HL1

2005-05-23 Thread Deadman Standing
Adding -zone 8192 to the command line can sometimes help this. From looking at the Quake code it appears the SZ_GetSpace error occurs when the engine overruns static buffers used to build network messages. Too many or poorly written plugins can aggravate the situation. -Original Message-