I can't start my server
#1

Hello all, I created a Roleplay GM in MYSQL and it's almost finished.
Recently, I bought a Windows host for upload my gamemode.
In local everything is ok but when I upload it on the host and start the server, it give me some error:



I tried to upload all my plugins and include and recompile. Same errors.

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:28:23] filterscripts = ""  (string)
[19:28:23] 
[19:28:23] Server Plugins
[19:28:23] --------------
[19:28:23]  Loading plugin: streamer
[19:28:23]   Failed.
[19:28:23]  Loading plugin: libRegEx
[19:28:23] 
[19:28:23]  ------------------------------
[19:28:23]  |
[19:28:23]  | -> Regular Expression Plugin v0.2
[19:28:23]  | -> Using Oniguruma v5.9.5
[19:28:23]  |
[19:28:23]  ------ © 2014, Koala -------
[19:28:23] 
[19:28:23]   Loaded.
[19:28:23]  Loading plugin: sscanf
[19:28:23]   Failed.
[19:28:23]  Loading plugin: audio
[19:28:23] 

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

[19:28:23]   Loaded.
[19:28:23]  Loading plugin: Whirlpool
[19:28:23]  
[19:28:23]  ==================
[19:28:23]  
[19:28:23]   Whirlpool loaded
[19:28:23]  
[19:28:23]  ==================
[19:28:23]  
[19:28:23]   Loaded.
[19:28:23]  Loading plugin: mysql
[19:28:23]   Failed.
[19:28:23]  Loading plugin: MapAndreas
[19:28:23]   Loaded.
[19:28:23]  Loading plugin: nativechecker
[19:28:23]   Loaded.
[19:28:23]  Loaded 5 plugins.

[19:28:23] 
[19:28:23] Ban list
[19:28:23] --------
[19:28:23]  Loaded: samp.ban
[19:28:23] 
[19:28:23] 
[19:28:23] Filterscripts
[19:28:23] ---------------
[19:28:23]   Loaded 0 filterscripts.

[19:28:23]    Error: Function not registered: 'SSCANF_Init'
[19:28:23]    Error: Function not registered: 'SSCANF_IsConnected'
[19:28:23]    Error: Function not registered: 'SSCANF_Join'
[19:28:23]    Error: Function not registered: 'SSCANF_Leave'
[19:28:23]    Error: Function not registered: 'sscanf'
[19:28:23]    Error: Function not registered: 'mysql_format'
[19:28:23]    Error: Function not registered: 'mysql_query'
[19:28:23]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:28:23]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:28:23]    Error: Function not registered: 'CreateDynamicObject'
[19:28:23]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[19:28:23]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:28:23]    Error: Function not registered: 'GetDynamic3DTextLabelText'
[19:28:23]    Error: Function not registered: 'EditDynamicObject'
[19:28:23]    Error: Function not registered: 'mysql_log'
[19:28:23]    Error: Function not registered: 'mysql_connect'
[19:28:23]    Error: Function not registered: 'mysql_errno'
[19:28:23]    Error: Function not registered: 'cache_get_row_count'
[19:28:23]    Error: Function not registered: 'cache_get_field_content_int'
[19:28:23]    Error: Function not registered: 'cache_get_field_content_float'
[19:28:23]    Error: Function not registered: 'DestroyDynamicObject'
[19:28:23]    Error: Function not registered: 'DestroyDynamicPickup'
[19:28:23]    Error: Function not registered: 'CreateDynamicPickup'
[19:28:23]    Error: Function not registered: 'cache_insert_id'
[19:28:23]    Error: Function not registered: 'mysql_close'
[19:28:23]    Error: Function not registered: 'SetDynamicObjectRot'
[19:28:23]    Error: Function not registered: 'GetDynamicObjectPos'
[19:28:23]    Error: Function not registered: 'IsValidDynamicObject'
[19:28:23]    Error: Function not registered: 'MoveDynamicObject'
[19:28:23]    Error: Function not registered: 'cache_get_field_content'
[19:28:23]    Error: Function not registered: 'mysql_tquery'
[19:28:23]    Error: Function not registered: 'cache_get_data'
[19:28:23]    Error: Function not registered: 'GetDynamicObjectRot'
[19:28:23]    Error: Function not registered: 'SetDynamicObjectPos'
[19:28:23]    Error: Function not registered: 'cache_affected_rows'
[19:28:23]    Error: Function not registered: 'CreateDynamicCP'
[19:28:23]    Error: Function not registered: 'DestroyDynamicCP'
[19:28:23]    Error: Function not registered: 'AttachCameraToDynamicObject'
[19:28:23]    Error: Function not registered: 'IsValidDynamicCP'
[19:28:23]    Error: Function not registered: 'SetDynamicObjectMaterial'
[19:28:23]    Error: Function not registered: 'Streamer_Update'
[19:28:23]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[19:28:23]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[19:28:23] Script[gamemodes/NCRP.amx]: Run time error 19: "File or function is not found"
[19:28:23] Number of vehicle models: 0
How you can see it fail to load streamer and sscanf...

This is my server.cfg:



The list of my plugins:



My includes:







Can someone help me?
Reply
#2

http://forum.sa-mp.com/showpost.php?...51&postcount=3
Reply
#3

Most of the major plugins are not loaded.

Version plugin coincides with version include?
Can version plugins not coincides with version samp-server?
Reply
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Thank you. How can I istall this programs on the host that isn't a VPS?

Quote:
Originally Posted by SecDet
Посмотреть сообщение
Most of the major plugins are not loaded.

Version plugin coincides with version include?
Can version plugins not coincides with version samp-server?
I don't know... I think it's updated.

EDIT: Yes, it is:

Код:
v0.3.7-R2, ©2005-2015 SA-MP Team
Now I'm sending a ticket to host's manager to tell them to install that programs.
Reply
#5

Quote:
Originally Posted by DarkLouis
Посмотреть сообщение
Thank you. How can I istall this programs on the host that isn't a VPN?
I somehow thought it was your VPS and not a host, sorry. A host should already have them installed but if the plugins keep failing to load, you'll have to send them a request to install those.
Reply
#6

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I somehow thought it was your VPS and not a host, sorry. A host should already have them installed but if the plugins keep failing to load, you'll have to send them a request to install those.
I did Thank you... let's hope.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)