Server Console Errors
#1

I've been having this issue since today. I've been trying to fix it. I've updated all the libraries including streamer and sscanf, but both failed to load. After doing that, I complied my gamemode, and no errors at all showed up.

Only streamer and sscanf fail to load after I update the plugins.

I have looked at every thread I could and have found no solution to this as people always say update your plugins and recompile which is basically what I did.

Server log:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[17:06:34] 
[17:06:34] Server Plugins
[17:06:34] --------------
[17:06:34]  Loading plugin: crashdetect
[17:06:34]   CrashDetect v4.15.1 is OK.
[17:06:34]   Loaded.
[17:06:34]  Loading plugin: sscanf
[17:06:34]   Failed.
[17:06:34]  Loading plugin: streamer
[17:06:34]   Failed.
[17:06:34]  Loading plugin: iTD
[17:06:34] 
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[17:06:34]   Loaded.
[17:06:34]  Loading plugin: timerfix
[17:06:34]   >> TimerFix v1.5 successfully loaded.
[17:06:34]   Loaded.
[17:06:34]  Loading plugin: nativechecker
[17:06:34]   Loaded.
[17:06:34]  Loaded 4 plugins.

[17:06:34] 
[17:06:34] Filterscripts
[17:06:34] ---------------
[17:06:34]   Loading filterscript 'iTDe.amx'...
[17:06:34]    Error: Function not registered: 'SSCANF_Init'
[17:06:34]    Error: Function not registered: 'SSCANF_IsConnected'
[17:06:34]    Error: Function not registered: 'SSCANF_Join'
[17:06:34]    Error: Function not registered: 'SSCANF_Leave'
[17:06:34]    Error: Function not registered: 'sscanf'
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  sscanf
[17:06:34]   Loaded 1 filterscripts.

[17:06:34]    Error: Function not registered: 'SSCANF_Init'
[17:06:34]    Error: Function not registered: 'SSCANF_IsConnected'
[17:06:34]    Error: Function not registered: 'SSCANF_Join'
[17:06:34]    Error: Function not registered: 'SSCANF_Leave'
[17:06:34]    Error: Function not registered: 'CreateDynamicRectangle'
[17:06:34]    Error: Function not registered: 'DestroyDynamicArea'
[17:06:34]    Error: Function not registered: 'CreateDynamicCP'
[17:06:34]    Error: Function not registered: 'CreateDynamicMapIcon'
[17:06:34]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[17:06:34]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[17:06:34]    Error: Function not registered: 'CreateDynamicPickup'
[17:06:34]    Error: Function not registered: 'IsPlayerInDynamicCP'
[17:06:34]    Error: Function not registered: 'DestroyDynamicPickup'
[17:06:34]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[17:06:34]    Error: Function not registered: 'sscanf'
[17:06:34]    Error: Function not registered: 'CreateDynamicObject'
[17:06:34]    Error: Function not registered: 'DestroyDynamicObject'
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  CreateDynamicRectangle
[17:06:34] [debug]  DestroyDynamicArea
[17:06:34] [debug]  CreateDynamicCP
[17:06:34] [debug]  CreateDynamicMapIcon
[17:06:34] [debug]  CreateDynamic3DTextLabel
[17:06:34] [debug]  UpdateDynamic3DTextLabelText
[17:06:34] [debug]  CreateDynamicPickup
[17:06:34] [debug]  IsPlayerInDynamicCP
[17:06:34] [debug]  DestroyDynamicPickup
[17:06:34] [debug]  DestroyDynamic3DTextLabel
[17:06:34] [debug]  sscanf
[17:06:34] [debug]  CreateDynamicObject
[17:06:34] [debug]  DestroyDynamicObject
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  sscanf
[17:06:34] [debug] Run time error 19: "File or function is not found"
[17:06:34] [debug]  SSCANF_Init
[17:06:34] [debug]  SSCANF_IsConnected
[17:06:34] [debug]  SSCANF_Join
[17:06:34] [debug]  SSCANF_Leave
[17:06:34] [debug]  CreateDynamicRectangle
[17:06:34] [debug]  DestroyDynamicArea
[17:06:34] [debug]  CreateDynamicCP
[17:06:34] [debug]  CreateDynamicMapIcon
[17:06:34] [debug]  CreateDynamic3DTextLabel
[17:06:34] [debug]  UpdateDynamic3DTextLabelText
[17:06:34] [debug]  CreateDynamicPickup
[17:06:34] [debug]  IsPlayerInDynamicCP
[17:06:34] [debug]  DestroyDynamicPickup
[17:06:34] [debug]  DestroyDynamic3DTextLabel
[17:06:34] [debug]  sscanf
[17:06:34] [debug]  CreateDynamicObject
[17:06:34] [debug]  DestroyDynamicObject
[17:06:34] Script[gamemodes/SABDM.amx]: Run time error 19: "File or function is not found"
[17:06:34] Number of vehicle models: 0
Server.cfg:

Код:
echo Executing Server Config...
lanmode 0
rcon_password lol
maxplayers 10
port 7777
hostname San Andreas Ultimate Deathmatch
gamemode0 SABDM 1
filterscripts iTDe 
plugins crashdetect sscanf streamer iTD timerfix nativechecker
announce 0
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English
Reply


Messages In This Thread
Server Console Errors - by FreAkeD - 01.08.2016, 07:12
Re: Server Console Errors - by iBanner - 01.08.2016, 08:59
Re: Server Console Errors - by FreAkeD - 01.08.2016, 09:01
Re: Server Console Errors - by Konstantinos - 01.08.2016, 09:04
Re: Server Console Errors - by iBanner - 01.08.2016, 09:05
Re: Server Console Errors - by FreAkeD - 01.08.2016, 09:33
Re: Server Console Errors - by Sew_Sumi - 01.08.2016, 09:47
Re: Server Console Errors - by FreAkeD - 01.08.2016, 09:54
Re: Server Console Errors - by Stones - 01.08.2016, 10:21
Re: Server Console Errors - by FreAkeD - 01.08.2016, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)