PDA

View Full Version : What does this mean


dazerrackers
12-13-2003, 01:59 PM
WARNING: Com_PushEvent overflow,
i get this in the console sometimes, what does it mean?

Tighten
12-13-2003, 02:42 PM
Is this a Linux OS ? If memory serves me (not always) but I think that is a kernel or memory error with Linux.

Don't take this to heart, it is only a guess. Give me the Os and I will try and find out for yah!

dazerrackers
12-13-2003, 04:12 PM
Its windows.

Tighten
12-13-2003, 04:16 PM
I searched the knowledge base at MS for this error, and I came up with zelch. I never saw it before, but, I thought I rememberd seing it in a Linux app.

Like I said - it was a guess. Sorry I couldn't help.

Rogue
12-13-2003, 04:37 PM
It doesn't come up in MS KB as it's not related to Windows itself, it's just CoD console

Can't say what it means, but I would worry about it, there are lots of warnings and stuff that aren't worth noticing as long everything works

Axiom
12-14-2003, 01:53 AM
Had a suggestion but it sucked. hmmm

dazerrackers
12-14-2003, 06:05 AM
Whats your suggestion?

rudedog
12-14-2003, 08:00 AM
Just checked the Activision CoD customer support page HERE (https://activision.custhelp.com/cgi-bin/activision.cfg/php/enduser/std_alp.php?p_sid=YTyYRcXg&p_lva=&p_li=&p_page=1&p_prod_lvl1=1&p_prod_lvl2=361&p_search_text=&p_new_search=1&p_search_type=3&p_sort_by=dflt)

Nothing is mentioned about your error?

If you have any custom PK3 files remove them one by one to see if they are causing this error.

Tighten
12-14-2003, 09:32 AM
heh- heh,

I spent three hours looking for the problem, I even corrupted a pak file on purpose to see if I could get that error.

I looked at over 40 different sites relating to COD and came up with nothing.

Like I said - I have never seen it, but I am going to look today again - I hate when something gets the best of me. I am going to find it !!!

I still think some type of memory error.

AADiC
12-14-2003, 09:42 AM
We get it on our servers practicly every map change.

rudedog
12-14-2003, 12:16 PM
We get it on our servers practicly every map change.

I assume, it doesnt cause any ill effects? Almost like a "Hitch Warning"?

AADiC
12-14-2003, 12:30 PM
We get it on our servers practicly every map change.

I assume, it doesnt cause any ill effects? Almost like a "Hitch Warning"?

Correct I haven't been able to link it to anything.

lazbabba
05-18-2004, 04:56 AM
I get the WARNING: Com_PushEvent overflow
when server starts to load new map Montsegur..
Server shut map down and loads next in cycle :-(
Anyone else having the same problem?

TS
05-18-2004, 05:34 AM
Do you have flood gaurd set to "1" ??

ClickBouyow
05-18-2004, 07:17 AM
It relates to a write protect, maybe on the map or on the executable. It dates from the Quake days. If your server runs, don't worry about it. If the map skips, open up the pk3 and set permissions to write or 757 (for Linux).

Drake
05-18-2004, 05:00 PM
It relates to a write protect, maybe on the map or on the executable. It dates from the Quake days. If your server runs, don't worry about it. If the map skips, open up the pk3 and set permissions to write or 757 (for Linux).


Where in the pk3? Or, what file(s)??

Opening the pk3 is no problem, finding where to set the permission is.

Can you or anyone please explain further?

JimHadfield
06-12-2005, 01:12 PM
Where in the pk3? Or, what file(s)??

Opening the pk3 is no problem, finding where to set the permission is.

Can you or anyone please explain further?

My 'guess' is that he is trying to tell us to set the entire pk3 file to 757. I don't think that setting an individual file would make a difference. And I don't know how one would do that within a zipped file on linux anyhow.

oldIHC

Rockmonster
06-22-2005, 08:15 PM
Actually setting the privleges on a file can make a big difference in how the server runs. So answer these questions. Are there maps where you do not get the error. If so look at the permissions of this map. In windows you can right click on the pk3 file and look under properties for its permissions. In linux you do it using a command line console and can type in ls -la and the permissions are shown on the left. Figure out what permissions are on the working map and make sure that the rest of the maps have the same permisssions. Make sure none of the server files are owned by root (for Linux only). Also I wouldn't suggest permissions of 757 but more than likely 755. If it skips the maps all together and they are custom maps, consider that those maps may have been corrupt when downloading them.