Raised This Month: $51 Target: $400
 12% 

Random crashes


Post New Thread Reply   
 
Thread Tools Display Modes
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 10-31-2009 , 18:55   Re: Random crashes
Reply With Quote #11

Try disable plugins that depend on Duke Hacks extension. There might be compatibility issues between ZR Tools and Duke Hacks.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 10-31-2009 , 19:43   Re: Random crashes
Reply With Quote #12

Actually, I removed ES and ES_Tools since I didn't need them and it's been fine for a few hours. Will continue to observe thanks!

UPDATE: Still crashes unfortunately. I don't have any plugins that require DukeHacks. I do have 1 that requires SDK Hook and that's for noblock.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d

Last edited by daleGEND; 11-01-2009 at 16:20.
daleGEND is offline
DreamState
Junior Member
Join Date: Jul 2008
Old 11-01-2009 , 16:40   Re: Random crashes
Reply With Quote #13

I'm also using noblock for my server - the version I am using is this one...

https://forums.alliedmods.net/showth...hlight=noblock

I'm still getting random crashes at the moment, could noblock be causing it? Is there a recommended noblock plugin for ZR?

I reinstalled metamod and sourcemod to the latest public version, with stock plugins (bar noblock, zr and the ammo script), but this has not helped.
__________________
They're all dead. Everybody's dead, Dave.

DreamState is offline
DreamState
Junior Member
Join Date: Jul 2008
Old 11-03-2009 , 15:11   Re: Random crashes
Reply With Quote #14

We just moved server today to a new R200 and I thought I would start everything from scratch.

I did a brand new source install, added latest metamod and sourcemod, and compiled ZR from the repo, all has gone well but its crashed again just now.

The only thing I could possibly put my finger on was that I added mapchooser again - I've disabled this and will monitor and report back. Not sure where else to look for the possible causes Any thoughts as to how I can help to sort this? I did try again another mod, but its just not as good in so many ways, so I'm desperate to use this one!
__________________
They're all dead. Everybody's dead, Dave.

DreamState is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 11-03-2009 , 16:44   Re: Random crashes
Reply With Quote #15

Are these mid-round crashes or does it crash when changing maps? Our server got 3000 min uptime so far.

If it's on map change there may be a fix. I found this comment in kigen anti-cheat:

PHP Code:
// SourceMod likes to crash the server if we don't kill all the timers before unload. - Kigen
public OnPluginEnd()
{
    ...

It could be an old SourceMod bug, otherwise our server would crash on every map change. Don't know if this is even true, but I thought SourceMod did cleanup when a plugin is unloaded. :S
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 11-03-2009 at 16:48.
rhelgeby is offline
Send a message via MSN to rhelgeby
DreamState
Junior Member
Join Date: Jul 2008
Old 11-03-2009 , 17:37   Re: Random crashes
Reply With Quote #16

ok, been trying to determine a few things and have come to a couple of conclusions that might help or might do nothing to help!

This is my sourcemod log - I'm getting no 'error' logs, just normal logs - I'll post it below my thoughts...

Everything seems to be ok. Blip on Mines of Moria - not sure why..

Code:
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
...occurs multiple times - but meh!

Fine until ..

Code:
L 11/03/2009 - 19:53:25: [zombiereloaded.smx] [Damage] [Suicide Intercept] Player "P3ti<84><STEAM_0:1:17149292><>" attempted suicide.
It's not overly useful, but its the last thing in the log before the server crashes. There is no '[SM] Changed map to ....' and it happens MID round. So its not map change. The map it crashed on this time was 'ze_paradise_v1' and it had only been playing for 7 minutes. The only difference I can see 'in the logs' (so it might not be relevant) is that someone tried to willingly commit suicide as a zombie. However, all my testing on my own (trying to crash the server by trying to commit suicide as a zombie) didn't crash the server - but then I was on my own at the time.

Code:
L 11/03/2009 - 12:28:50: SourceMod log file session started (file "L20091103.log") (Version "1.2.4")
L 11/03/2009 - 12:28:50: -------- Mapchange to ze_stargate_escape_v7 --------
L 11/03/2009 - 12:34:25: [zombiereloaded.smx] [Damage] [Suicide Intercept] Player "Dm<2><STEAM_0:1:6004127><>" attempted suicide.
L 11/03/2009 - 14:11:57: [SM] Changed map to "ze_death_star_escape_v4_2"
L 11/03/2009 - 14:12:00: -------- Mapchange to ze_death_star_escape_v4_2 --------
L 11/03/2009 - 14:12:02: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 14:12:02: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 14:12:02: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 14:12:02: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 14:12:02: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 14:39:20: [SM] Changed map to "zm_ATIX_helicopter"
L 11/03/2009 - 14:39:24: -------- Mapchange to zm_ATIX_helicopter --------
L 11/03/2009 - 14:39:26: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 14:39:26: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 14:39:26: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 14:39:26: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 14:39:26: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 15:05:58: [SM] Changed map to "zm_arctic_escape_v1"
L 11/03/2009 - 15:06:02: -------- Mapchange to zm_arctic_escape_v1 --------
L 11/03/2009 - 15:06:03: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 15:06:03: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 15:06:03: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 15:06:03: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 15:06:03: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:08: [SM] Changed map to "ze_LOTR_Mines_of_Moria_v4_5"
L 11/03/2009 - 15:55:15: -------- Mapchange to ze_LOTR_Mines_of_Moria_v4_5 --------
L 11/03/2009 - 15:55:17: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 15:55:17: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 15:55:17: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 15:55:17: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 15:55:17: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 17:00:21: -------- Mapchange to ze_jurassicpark_v2 --------
L 11/03/2009 - 17:00:21: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 17:00:21: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 17:00:21: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 17:00:21: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 17:00:21: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 17:51:49: [SM] Changed map to "ze_space_stationzz"
L 11/03/2009 - 17:51:51: -------- Mapchange to ze_space_stationzz --------
L 11/03/2009 - 17:51:53: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 17:51:53: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 17:51:53: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 17:51:53: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 17:51:53: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 18:28:48: [SM] Changed map to "ze_titanic_escape_v2_2"
L 11/03/2009 - 18:28:50: -------- Mapchange to ze_titanic_escape_v2_2 --------
L 11/03/2009 - 18:28:51: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 18:28:51: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 18:28:51: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 18:28:51: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 18:28:51: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 18:51:07: [mapchooser.smx] Voting for next map has started.
L 11/03/2009 - 18:51:28: [mapchooser.smx] Voting for next map has finished. Nextmap: ze_trainescape_v5b.
L 11/03/2009 - 18:55:43: [SM] Changed map to "ze_trainescape_v5b"
L 11/03/2009 - 18:55:48: -------- Mapchange to ze_trainescape_v5b --------
L 11/03/2009 - 18:55:50: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 18:55:50: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 18:55:50: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 18:55:50: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 18:55:50: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 19:18:20: [mapchooser.smx] Voting for next map has started.
L 11/03/2009 - 19:18:41: [mapchooser.smx] Voting for next map has finished. Nextmap: ze_space_stationzz.
L 11/03/2009 - 19:21:39: [SM] Changed map to "ze_space_stationzz"
L 11/03/2009 - 19:21:40: -------- Mapchange to ze_space_stationzz --------
L 11/03/2009 - 19:21:40: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 19:21:40: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 19:21:40: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 19:21:40: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 19:21:40: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 19:44:12: [mapchooser.smx] Voting for next map has started.
L 11/03/2009 - 19:44:25: [mapchooser.smx] Voting for next map has finished. Nextmap: ze_paradise_v1.
L 11/03/2009 - 19:50:33: [SM] Changed map to "ze_paradise_v1"
L 11/03/2009 - 19:50:36: -------- Mapchange to ze_paradise_v1 --------
L 11/03/2009 - 19:50:37: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 19:50:37: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 19:50:37: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 19:50:37: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 19:50:37: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
L 11/03/2009 - 19:53:25: [zombiereloaded.smx] [Damage] [Suicide Intercept] Player "P<84><STEAM_<****>><>" attempted suicide.
L 11/03/2009 - 19:57:25: SourceMod log file session started (file "L20091103.log") (Version "1.2.4")
L 11/03/2009 - 19:57:25: -------- Mapchange to ze_stargate_escape_v7 --------
L 11/03/2009 - 20:07:29: -------- Mapchange to ze_stargate_escape_v7 --------
L 11/03/2009 - 20:07:29: [zombiereloaded.smx] [Models] [Config Validation] Total: 4 | Successful Public: 4 | Successful Non-Public: 0 | Unsuccessful: 0
L 11/03/2009 - 20:07:29: [zombiereloaded.smx] [Downloads] [Config Validation] Total: 14 | Successful: 14 | Unsuccessful: 0
L 11/03/2009 - 20:07:29: [zombiereloaded.smx] [Anti-Stick] [Loaded Data] Antistick data has been loaded from "addons/sourcemod/data/antistick.dat"
L 11/03/2009 - 20:07:29: [zombiereloaded.smx] [Player Classes] [Config Validation] Loading classes from file "addons/sourcemod/configs/zr/playerclasses.txt".
L 11/03/2009 - 20:07:29: [zombiereloaded.smx] [Player Classes] [Config Validation] Total: 11 | Successful: 11 | Unsuccessful: 0
Hope this might help spark an idea! Anything else that might help just please ask and MANY thanks for this mod and the time you are spending on it.

Quote:
Originally Posted by rhelgeby View Post
Are these mid-round crashes or does it crash when changing maps? Our server got 3000 min uptime so far.
I notice you are on SM 1.2.1 and Metamod 1.7.0 - do you think its worth us trying these instead of the newer versions we are currently on? Perhaps a bug has been introduced with the newer versions or SM or MM?
__________________
They're all dead. Everybody's dead, Dave.


Last edited by DreamState; 11-03-2009 at 17:47.
DreamState is offline
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 11-03-2009 , 18:41   Re: Random crashes
Reply With Quote #17

It's happening mid-round or any time really. I am running 1.2.4 and the latest version of everything on linux.

Quote:
01 "Admin File Reader" (1.2.4) by AlliedModders LLC
02 "Admin Help" (1.2.4) by AlliedModders LLC
03 "Admin Menu" (1.2.4) by AlliedModders LLC
04 "Anti-Flood" (1.2.4) by AlliedModders LLC
05 "Autorestart" (1.0.0) by [FG] Silent
06 "Basic Chat" (1.2.4) by AlliedModders LLC
07 "Basic Comm Control" (1.2.4) by AlliedModders LLC
08 "Basic Commands" (1.2.4) by AlliedModders LLC
09 "Basic Info Triggers" (1.2.4) by AlliedModders LLC
10 "Basic Votes" (1.2.4) by AlliedModders LLC
11 "Client Preferences" (1.2.4) by AlliedModders LLC
12 "Fun Commands" (1.2.4) by AlliedModders LLC
13 "Fun Votes" (1.2.4) by AlliedModders LLC
14 "Anti-Micspam" (0.4) by Ryan "FLOOR_MASTER" Mannion and Bor3dGaming.com
15 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
16 "Kigen's Anti-Cheat" (1.2.0.2) by Kigen
17 "M3Motd - MOTD / Rules Display" (0.2.1) by M3Studios, Inc.
18 "Noblock players and Nades" (1.2) by Originally by Tony G. Fixed by Rogue
19 "Nextmap" (1.2.4) by AlliedModders LLC
20 "MapChooser" (1.2.1) by AlliedModders LLC
21 "Map Nominations" (1.2.4) by AlliedModders LLC
22 "Player Commands" (1.2.4) by AlliedModders LLC
23 "Players Votes" (1.5.0) by The Resident, pZv!
24 "RCON Lock" (0.3.2) by devicenull
25 "HANSE Reserved Slots" (1.5) by red!
26 "Rock The Vote" (1.2.1) by AlliedModders LLC
27 "Server Redirect" (1.1) by Brainstorm
28 "Server Redirect Ads" (1.1) by Brainstorm
29 "Server Redirect Commands" (1.1) by Brainstorm
30 "Advertisements from Database" (1.2.100) by Tsunami and <eVa>Dog
31 "Sound Commands" (1.2.4) by AlliedModders LLC
32 "Web Shortcuts" (1.0.1) by James "sslice" Gray
33 "SourceBans" (1.4.5) by InterWave Studios Development Team
34 "AFK Manager" (3.2.2) by Rothgar
35 "Connect Announce" (0. by Arg!
36 "Spray Tracer" (5. by Nican132, CptMoore, Lebson506th
37 "Zombie:Reloaded" (3.0.0-b1) by Greyscale | Richard Helgeby
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d
daleGEND is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 11-03-2009 , 19:36   Re: Random crashes
Reply With Quote #18

First a summary of our server (linux):

version:
Code:
Protocol version 7
Exe version 1.0.0.34 (cstrike)
Exe build: 17:43:48 Jan 27 2009 (3734)
sm version:
Code:
 SourceMod Version Information:
    SourceMod Version: 1.2.1
    SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.2.1)
    SourcePawn API: v1 = 4, v2 = 3
    Compiled on: May 30 2009 18:18:23
    Build ID: 2708:69195a250d70
    http://www.sourcemod.net/
meta version:
Code:
Metamod:Source version 1.7.0
Build ID: 616:8453e69f1827
Loaded As: Valve Server Plugin
Compiled on: Nov 26 2008
Plugin interface version: 10:7
SourceHook version: 4:3
http://www.metamodsource.net/
zr_version (beta 2 only, and not for those who compiled manually):
Code:
Zombie:Reloaded
Copyright (C) 2009  Greyscale, Richard Helgeby

Version                 : 3.0.0-b2-dev
Compile date            : Wed, 28 Oct 2009 23:40:09 +0100
License                 : GNU GPL, Version 3
Build                   : 496:c791170cf440
Development branch      : zr-3.0.0-b2
Random crashes have been reported on both beta 1 and beta 2 snapshots, so it might be triggered because we don't clean up something properly or most likely the ZR Tools extension. It's really difficult to debug this without any error messages, so trial and error is the only method now.

Just a thought; try disable anti-stick (not to blame it, but it mess with entities in a way that it might screw up the engine because of a engine bug). We have anti-stick disabled.

Another thing to check; plugin lifetime. Plugins on our server is set to "mapsync" (default in SourceMod, I think) in sourcemod/configs/plugin_settings.cfg:
Code:
"Plugins"
{
	"*"
	{
		"pause"			"no"
		"lifetime"		"mapsync"
		
		"Options"
		{
		}
	}
}
I have a test server running with bots now and I'll let it run a few days.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 11-03-2009 at 19:43.
rhelgeby is offline
Send a message via MSN to rhelgeby
daleGEND
AlliedModders Donor
Join Date: Feb 2005
Location: USA
Old 11-03-2009 , 19:40   Re: Random crashes
Reply With Quote #19

I disabled anti-stick from the get go due to noblock (heard that was a recommendation) so I don'tt hink thats it.
__________________
Bor3d Gaming - A Mature Online Gaming Community

Feel free to add me on STEAM as well: https://steamcommunity.com/id/b0r3d

Last edited by rhelgeby; 11-03-2009 at 19:45. Reason: Removed long quote of the post right above this one...
daleGEND is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 11-03-2009 , 20:02   Re: Random crashes
Reply With Quote #20

Update: My test server locked up (100% cpu) right after I changed map. It changed, I was able to write commands after map change, but some time after that it locked up. That server is using newest SM, btw.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode