Server Crashes
#1

So there's no errors but yet when I run my server it simply crashes.. I've had this problem for a long time and I've yet to figure it out

pawn Код:
(26751) : warning 213: tag mismatch
(36505) : warning 202: number of arguments does not match definition
(39363) : warning 202: number of arguments does not match definition
(41392) : warning 209: function "JB_OnDialogResponse" should return a value
(42215) : warning 203: symbol is never used: "PRIVATE_Last_Money"
(42215) : warning 203: symbol is never used: "RemoveItems"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:           9360 bytes
Code size:          1665560 bytes
Data size:          8846752 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:10538056 bytes

6 Warnings.

Here's the log
Код:
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[16:06:40] 
[16:06:40] Server Plugins
[16:06:40] --------------
[16:06:40]  Loading plugin: streamer
[16:06:40] 

*** Streamer Plugin v2.5.1 by Incognito loaded ***

[16:06:40]   Loaded.
[16:06:40]  Loaded 1 plugins.

[16:06:40] 
[16:06:40] Ban list
[16:06:40] --------
[16:06:40]  Loaded: samp.ban
[16:06:40] 
[16:06:40] 
[16:06:40] Filter Scripts
[16:06:40] ---------------
[16:06:40]   Loading filter script 'JunkBuster.amx'...
[16:06:41] 

[16:06:41] [junkbuster] Current JunkBuster configuration:
[16:06:41] [junkbuster] - WeaponHack = 1
[16:06:41] [junkbuster] - MoneyHack = 1
[16:06:41] [junkbuster] - Jetpack = 1
[16:06:41] [junkbuster] - HealthHack = 1
[16:06:42] [junkbuster] - ArmourHack = 1
[16:06:42] [junkbuster] - DriveBy = 2
[16:06:42] [junkbuster] - Spam = 0
[16:06:42] [junkbuster] - CommandSpam = 0
[16:06:42] [junkbuster] - BadWords = 0
[16:06:42] [junkbuster] - CarJackHack = 1
[16:06:43] [junkbuster] - TeleportHack = 1
[16:06:43] [junkbuster] - MaxPing = 1400
[16:06:43] [junkbuster] - SpectateHack = 0
[16:06:43] [junkbuster] - Blacklist = 1
[16:06:43] [junkbuster] - IpBans = 1
[16:06:43] [junkbuster] - TempBans = 1
[16:06:43] [junkbuster] - SpawnKill = 3
[16:06:44] [junkbuster] - CapsLock = 1
[16:06:45] [junkbuster] - 3DSpeed = 0
[16:06:46] [junkbuster] - MaxSpeed = 230
[16:06:46] [junkbuster] - AdminImmunity = 1
[16:06:46] [junkbuster] - Advertisement = 0
[16:06:46] [junkbuster] - FreezeUpdate = 0
[16:06:46] [junkbuster] - SpawnTime = 10
[16:06:46] [junkbuster] - CheckpointTeleport = 1
[16:06:47] [junkbuster] - Airbreak = 1
[16:06:47] [junkbuster] - TankMode = 1
[16:06:47] [junkbuster] - WarnPlayers = 0
[16:06:47] [junkbuster] - SingleplayerCheats = 1
[16:06:47] [junkbuster] - MinFPS = 0
[16:06:47] [junkbuster] - DisableBadWeapons = 1
[16:06:48] [junkbuster] - CBug = 16
[16:06:48] [junkbuster] - AntiBugKill = 1
[16:06:48] [junkbuster] - NoReload = 1
[16:06:48] [junkbuster] - NoReloadForSawnOff = 4
[16:06:48] [junkbuster] - ActiveGMC = 2
[16:06:48] [junkbuster] - GMCBan = 0
[16:06:49] [junkbuster] - ServerSideHealth = 1
[16:06:49] [junkbuster] - CheckVMPos = 0
[16:06:49] [junkbuster] - QuickTurn = 1
[16:06:49] 

[16:06:49] [junkbuster] 0 IP-bans have been loaded.
[16:06:49] [junkbuster] 0 temporary bans have been loaded.
[16:06:49] [junkbuster] 5 whitelist entries have been loaded.
[16:06:50] [junkbuster] 4 blacklist entries have been loaded.
[16:06:50] [junkbuster] 41 bad words have been loaded.
[16:06:50] [junkbuster] 4 forbidden weapons have been loaded.
[16:06:50] [junkbuster] JunkBuster has been configurated.
[16:06:50] [junkbuster] JunkBuster has successfully been loaded.
[16:06:50]   Loading filter script 'bike.amx'...
[16:06:50]   Loaded 2 filter scripts.
Reply
#2

You might want to show lines (26751) (36505) (39363), add return 1; in end of JB_OnDialogResponse and delete "new PRIVATE_Last_Money, RemoveItems" or similar.

Make sure you are not missing plugins
Reply
#3

Quote:
Originally Posted by admantis
Посмотреть сообщение
You might want to show lines (26751) (36505) (39363), add return 1; in end of JB_OnDialogResponse and delete "new PRIVATE_Last_Money, RemoveItems" or similar.

Make sure you are not missing plugins
Yeah those lines aren't the problem, on the log it doesn't even show the name of the server which runs before those lines.
& I'm not missing a plugin.
Reply
#4

Three days later - bump, I need help :/
Reply
#5

What should we do without any code?
Add some
print("line number here");
in OnGameModeInit(), so you can see at which point the server crashes.
Reply
#6

some scriptfiles maybe missing
Reply
#7

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
What should we do without any code?
Add some
print("line number here");
in OnGameModeInit(), so you can see at which point the server crashes.
Exactly! I tried that and I got down to 6k lines but I can't figure out what's going on

oh wait actually I get what your saying, I'm going to give it a try Mauzen thanks!
Reply
#8

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
What should we do without any code?
Add some
print("line number here");
in OnGameModeInit(), so you can see at which point the server crashes.
THANK YOU SO MUCH, I found out what it was !
pawn Код:
AddMenuItem(StartSweepM, 0, "");//not done
Advice to other people, don't let it empty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)