User Tag List

Results 1 to 9 of 9
  1. #1
    Rampage Neff's Avatar
    Join Date
    May 2011
    Posts
    398

    Flame gun crashed server

    Niven was the map - A player ran into my base with a flame gun running into a PG/SC/SP/Forceield as well as a few containers, the instant they started shooting flames the server dropped.

    I don't know about you guys but I think I've seen it happen before except this time I was right there shooting at them as it happend. However, I've seen leech games with giant clusterfucks of shit on fire... why not crash then =/

  2. #2
    Moderator |uK|kenneth's Avatar
    Join Date
    Jan 2011
    Posts
    3,616
    Country:
    you can never be sure that the flame crashes the server dear could be so many reasons why the server crash

  3. #3
    Moderator .seVered.]['s Avatar
    Join Date
    Jun 2011
    Location
    Near a River and Under a Bridge
    Posts
    2,125
    Country:
    Yes, but we are having some consistent crashing of the server and should have some kind of diagnostic analysis initiated.

  4. #4
    The Best There Ever Will Be! |uK|B|aZe//.'s Avatar
    Join Date
    Jan 2011
    Location
    London, United Kingdom
    Posts
    6,860
    servers crashed 5 times over the past 5 mins

  5. #5
    Whicked Sick HIGH[+]AdRiaN's Avatar
    Join Date
    Apr 2011
    Location
    Brazil
    Posts
    1,539
    i think the nuke siren too has some bug now

    my ut crashed 4 times on last game, always when siren was activited... the screen froze and i could not move mouse, press esc or other key, the only way was close the ut with alt ctrl del and open again

  6. #6
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    When fixing bugs, new bugs are introduced....

    The cause has been found and fixed a release is pending...

  7. #7
    Moderator .seVered.]['s Avatar
    Join Date
    Jun 2011
    Location
    Near a River and Under a Bridge
    Posts
    2,125
    Country:
    Quote Originally Posted by $carface View Post
    When fixing bugs, new bugs are introduced....

    The cause has been found and fixed a release is pending...
    I'll take the heat on the Poison, it was my review and I neglected to notice the missing 'I++' in the 'While ( i < iPoisoned )' loop of the AlreadyPoisoned( Pawn Other) Function.

    Code:
    function bool AlreadyPoisoned( Pawn Other)
    {
    	local int i;
    
    	While ( i < iPoisoned )
    	{
    		if ( (Poisoned[i] == none) || Poisoned[i].bDeleteMe )
    		{
    			iPoisoned--;
    			if ( i != iPoisoned )
    				Poisoned[i] = Poisoned[iPoisoned];
    			continue;
    		}
    		if ( Poisoned[i].PoisonedPlayer == Other )
    			return true;
                   < i++ missing right here!>
    		}
    	return false;
    }

    I try to be more observant in my reviews. Sorry for the half day of crashing the server.

  8. #8
    Rampage Neff's Avatar
    Join Date
    May 2011
    Posts
    398
    a single nuke just crashed the server too on bathrooms =/

  9. #9
    Administrator SAM's Avatar
    Join Date
    Jan 2011
    Posts
    8,296
    Country:
    It's all the code reviewing...that's what it does lol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Escobar (gangster, the name, the flame, etc.)
    By M/\D in forum Reports/Complaints & Appeals
    Replies: 10
    Last Post: 11-11-2014, 03:33 AM
  2. UT CRASHED
    By hipN0 in forum Technical Problems
    Replies: 3
    Last Post: 02-22-2012, 08:15 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •