Server Starting Problem
#1

So I recently set up my server again and downloaded all plugins, although they are bugging for some reason.
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[17:31:56] 
[17:31:56] Server Plugins
[17:31:56] --------------
[17:31:56]  Loading plugin: AntiCheat
[17:31:57]   Failed.
[17:31:57]  Loading plugin: audio
[17:31:57] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: gvar
[17:31:57] 

*** GVar Plugin v1.3 by Incognito loaded ***

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: mysql
[17:31:57]  SA:MP MySQL Plugin v2.1.1 Loaded.
[17:31:57]   Loaded.
[17:31:57]  Loading plugin: nativechecker
[17:31:57] [MySQL] Thread running. Threadsafe: Yes.
[17:31:57]   Loaded.
[17:31:57]  Loading plugin: sscanf
[17:31:57] 

[17:31:57]  ===============================

[17:31:57]       sscanf plugin loaded.     

[17:31:57]          Version:  2.8.1        

[17:31:57]    © 2012 Alex "Y_Less" Cole  

[17:31:57]  ===============================

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: streamer
[17:31:57] 

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

[17:31:57]   Loaded.
[17:31:57]  Loaded 6 plugins.

[17:31:57] 
[17:31:57] Filterscripts
[17:31:57] ---------------
[17:31:57]   Loaded 0 filterscripts.

[17:31:57]    Error: Function not registered: 'Streamer_CallbackHook'
[17:31:57]    Error: Function not registered: 'SSCANF_Init'
[17:31:57]    Error: Function not registered: 'SSCANF_Join'
[17:31:57]    Error: Function not registered: 'SSCANF_Leave'
[17:31:57]    Error: Function not registered: 'CheckSet'
[17:31:57]    Error: Function not registered: 'SetMaxPing'
[17:31:57]    Error: Function not registered: 'SetWeaponAllowed'
[17:31:57]    Error: Function not registered: 'AntiCheatSetUpdateDelay'
[17:31:57]    Error: Function not registered: 'CreateDynamicSphere'
[17:31:57]    Error: Function not registered: 'CreateDynamicMapIcon'
[17:31:57]    Error: Function not registered: 'Streamer_SetIntData'
[17:31:57]    Error: Function not registered: 'CreateDynamicObject'
[17:31:57]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[17:31:57]    Error: Function not registered: 'CreateDynamicObjectEx'
[17:31:57]    Error: Function not registered: 'SetDynamicObjectMaterial'
[17:31:57]    Error: Function not registered: 'Streamer_SetArrayData'
[17:31:57]    Error: Function not registered: 'CreateDynamicCircleEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicPolygonEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicCubeEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicRectangleEx'
[17:31:57]    Error: Function not registered: 'Streamer_GetUpperBound'
[17:31:57]    Error: Function not registered: 'IsValidDynamicObject'
[17:31:57]    Error: Function not registered: 'Streamer_GetFloatData'
[17:31:57]    Error: Function not registered: 'Streamer_SetFloatData'
[17:31:57]    Error: Function not registered: 'CreateDynamicCube'
[17:31:57]    Error: Function not registered: 'CreateDynamicPolygon'
[17:31:57]    Error: Function not registered: 'CreateDynamicCircle'
[17:31:57]    Error: Function not registered: 'DestroyDynamicMapIcon'
[17:31:57]    Error: Function not registered: 'DestroyDynamicObject'
[17:31:57]    Error: Function not registered: 'DestroyDynamicArea'
[17:31:57]    Error: Function not registered: 'sscanf'
[17:31:57]    Error: Function not registered: 'IsPlayerInDynamicArea'
[17:31:57]    Error: Function not registered: 'Streamer_UpdateEx'
[17:31:57]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[17:31:57]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'Streamer_RemoveArrayData'
[17:31:57]    Error: Function not registered: 'Streamer_Update'
[17:31:57]    Error: Function not registered: 'MoveDynamicObject'
[17:31:57] Script[gamemodes/nfsw.amx]: Run time error 19: "File or function is not found"
[17:31:57] Number of vehicle models: 0
The AntiCheat doesn't load because I am missing sampgdk3.dll, although when I remove it those error's still appear and my server doesn't start, although all include's are up to date. I added the sampgdk3.dll to my appdata as well as server plugins, and included it although it still fails to work.

Before asking:
- All plugins are included
- All plugins are up to date
- All plugins are at my plugins list in server.cfg
- All plugins I have were an older version, I already tested older versions but those didn't work either.
Reply
#2

Maybe a host problem?? Did you tried to open a dedicated server from your pc and test??
Reply
#3

Quote:
Originally Posted by LeGGGeNNdA
View Post
Maybe a host problem?? Did you tried to open a dedicated server from your pc and test??
I did, tried it on both host and dedicated. Didn't work.
Reply
#4

The problem is because of AntiCheat plugin. It failed to load, thus you get the run time error 19: "File or function is not found". The errors about function not registered for streamer and sscanf should be ignored because those plugins were loaded fine so the reason those messages were displayed is because nativechecker must be last in the server.cfg (plugins line).

It's recommended to ask for help in the thread of that AntiCheat plugin and the author might be able to help you and get it working.
Reply
#5

Quote:
Originally Posted by kooltuO
View Post
So I recently set up my server again and downloaded all plugins, although they are bugging for some reason.
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[17:31:56] 
[17:31:56] Server Plugins
[17:31:56] --------------
[17:31:56]  Loading plugin: AntiCheat
[17:31:57]   Failed.
[17:31:57]  Loading plugin: audio
[17:31:57] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: gvar
[17:31:57] 

*** GVar Plugin v1.3 by Incognito loaded ***

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: mysql
[17:31:57]  SA:MP MySQL Plugin v2.1.1 Loaded.
[17:31:57]   Loaded.
[17:31:57]  Loading plugin: nativechecker
[17:31:57] [MySQL] Thread running. Threadsafe: Yes.
[17:31:57]   Loaded.
[17:31:57]  Loading plugin: sscanf
[17:31:57] 

[17:31:57]  ===============================

[17:31:57]       sscanf plugin loaded.     

[17:31:57]          Version:  2.8.1        

[17:31:57]    © 2012 Alex "Y_Less" Cole  

[17:31:57]  ===============================

[17:31:57]   Loaded.
[17:31:57]  Loading plugin: streamer
[17:31:57] 

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

[17:31:57]   Loaded.
[17:31:57]  Loaded 6 plugins.

[17:31:57] 
[17:31:57] Filterscripts
[17:31:57] ---------------
[17:31:57]   Loaded 0 filterscripts.

[17:31:57]    Error: Function not registered: 'Streamer_CallbackHook'
[17:31:57]    Error: Function not registered: 'SSCANF_Init'
[17:31:57]    Error: Function not registered: 'SSCANF_Join'
[17:31:57]    Error: Function not registered: 'SSCANF_Leave'
[17:31:57]    Error: Function not registered: 'CheckSet'
[17:31:57]    Error: Function not registered: 'SetMaxPing'
[17:31:57]    Error: Function not registered: 'SetWeaponAllowed'
[17:31:57]    Error: Function not registered: 'AntiCheatSetUpdateDelay'
[17:31:57]    Error: Function not registered: 'CreateDynamicSphere'
[17:31:57]    Error: Function not registered: 'CreateDynamicMapIcon'
[17:31:57]    Error: Function not registered: 'Streamer_SetIntData'
[17:31:57]    Error: Function not registered: 'CreateDynamicObject'
[17:31:57]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[17:31:57]    Error: Function not registered: 'CreateDynamicObjectEx'
[17:31:57]    Error: Function not registered: 'SetDynamicObjectMaterial'
[17:31:57]    Error: Function not registered: 'Streamer_SetArrayData'
[17:31:57]    Error: Function not registered: 'CreateDynamicCircleEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicPolygonEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicCubeEx'
[17:31:57]    Error: Function not registered: 'CreateDynamicRectangleEx'
[17:31:57]    Error: Function not registered: 'Streamer_GetUpperBound'
[17:31:57]    Error: Function not registered: 'IsValidDynamicObject'
[17:31:57]    Error: Function not registered: 'Streamer_GetFloatData'
[17:31:57]    Error: Function not registered: 'Streamer_SetFloatData'
[17:31:57]    Error: Function not registered: 'CreateDynamicCube'
[17:31:57]    Error: Function not registered: 'CreateDynamicPolygon'
[17:31:57]    Error: Function not registered: 'CreateDynamicCircle'
[17:31:57]    Error: Function not registered: 'DestroyDynamicMapIcon'
[17:31:57]    Error: Function not registered: 'DestroyDynamicObject'
[17:31:57]    Error: Function not registered: 'DestroyDynamicArea'
[17:31:57]    Error: Function not registered: 'sscanf'
[17:31:57]    Error: Function not registered: 'IsPlayerInDynamicArea'
[17:31:57]    Error: Function not registered: 'Streamer_UpdateEx'
[17:31:57]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[17:31:57]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[17:31:57]    Error: Function not registered: 'Streamer_RemoveArrayData'
[17:31:57]    Error: Function not registered: 'Streamer_Update'
[17:31:57]    Error: Function not registered: 'MoveDynamicObject'
[17:31:57] Script[gamemodes/nfsw.amx]: Run time error 19: "File or function is not found"
[17:31:57] Number of vehicle models: 0
The AntiCheat doesn't load because I am missing sampgdk3.dll, although when I remove it those error's still appear and my server doesn't start, although all include's are up to date. I added the sampgdk3.dll to my appdata as well as server plugins, and included it although it still fails to work.

Before asking:
- All plugins are included
- All plugins are up to date
- All plugins are at my plugins list in server.cfg
- All plugins I have were an older version, I already tested older versions but those didn't work either.
Won't the server start at all or just on your host?
Reply
#6

Quote:
Originally Posted by Konstantinos
View Post
The problem is because of AntiCheat plugin. It failed to load, thus you get the run time error 19: "File or function is not found". The errors about function not registered for streamer and sscanf should be ignored because those plugins were loaded fine so the reason those messages were displayed is because nativechecker must be last in the server.cfg (plugins line).

It's recommended to ask for help in the thread of that AntiCheat plugin and the author might be able to help you and get it working.
You amaze me once again, thanks a lot.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)