Author Topic: map crashing server how do i fix it?  (Read 1619 times)

DRDOOM

  • PGP
  • Posts: 5
map crashing server how do i fix it?
« on: September 05, 2004, 11:33:29 PM »
hello i me and combat have made a new map for DP its called checkpoint and it is siege. We were gonna match on it on the match servers but we found out that it crashes the servers. Does any one know y it might be doing it or how i could fix it.

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #1 on: September 12, 2004, 11:19:25 AM »
Post removed
« Last Edit: July 25, 2010, 10:03:39 PM by IronFist »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: map crashing server how do i fix it?
« Reply #2 on: September 12, 2004, 05:02:46 PM »
I think the source of the crash has to do with a simultaneous kill while using the weapon you spawned with.  When a person carrying a weapon he spawned with dies, the weapon gets removed, however the paintball has a pointer back to the weapon for use with the death messages.  The problem occurs when the server tries to get the weapon name from, well, nothing.  I've rewritten this using an ID system (paintballs have a weapon ID rather than a pointer back to the paintball gun) so it should stop the crashes in the next release.

tomvendetta

  • PGP
  • Posts: 39
Re: map crashing server how do i fix it?
« Reply #3 on: September 14, 2004, 03:16:31 AM »
Jits- would this crash it in pregame time? I was obs in the server while everyone else downloaded.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: map crashing server how do i fix it?
« Reply #4 on: September 15, 2004, 09:39:38 PM »
Oh, it's crashing pre-game?  I don't know then...