Windows Server ERROR - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Windows Server ERROR (
/showthread.php?tid=642849)
Windows Server ERROR -
ryxxx - 08.10.2017
Hello,
On my Windows PC I can start the server ..
Auzf my Windows Server 2016 I get at the start only ERROR ..
What could be the problem? Are there any malicious drivers on the server?
Code:
[11:55:55] Error: Function not registered: 'mysql_tquery'
[11:55:55] Error: Function not registered: 'cache_get_data'
[11:55:55] Error: Function not registered: 'cache_get_field_content'
[11:55:55] Error: Function not registered: 'cache_get_field_content_int'
[11:55:55] Error: Function not registered: 'cache_get_field_content_float'
[11:55:55] Error: Function not registered: 'cache_insert_id'
[11:55:55] Error: Function not registered: 'cache_get_row_int'
[11:55:55] Error: Function not registered: 'cache_get_row_float'
[11:55:55] Error: Function not registered: 'cache_get_row_count'
[11:55:55] Error: Function not registered: 'CreateDynamicObject'
[11:55:55] Error: Function not registered: 'Streamer_SetArrayData'
[11:55:55] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[11:55:55] Error: Function not registered: 'DestroyDynamicPickup'
[11:55:55] Error: Function not registered: 'CreateDynamic3DTextLabel'
[11:55:55] Error: Function not registered: 'CreateDynamicPickup'
[11:55:55] Error: Function not registered: 'mysql_connect'
[11:55:55] Error: Function not registered: 'mysql_errno'
[11:55:55] Error: Function not registered: 'SetDynamicObjectMaterial'
[11:55:55] Error: Function not registered: 'SetDynamicObjectMaterialText'
[11:55:55] Error: Function not registered: 'mysql_format'
[11:55:55] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[11:55:55] Error: Function not registered: 'DestroyDynamicObject'
[11:55:55] Error: Function not registered: 'MoveDynamicObject'
[11:55:55] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[11:55:55] Error: Function not registered: 'Streamer_SetFloatData'
[11:55:55] Error: Function not registered: 'IsValidDynamicObject'
[11:55:55] Error: Function not registered: 'EditDynamicObject'
[11:55:55] Error: Function not registered: 'Streamer_GetArrayData'
[11:55:55] Error: Function not registered: 'SetDynamicObjectPos'
[11:55:56] Error: Function not registered: 'SetDynamicObjectRot'
[11:55:56] Error: Function not registered: 'GetDynamicObjectPos'
[11:55:56] Error: Function not registered: 'StopDynamicObject'
[11:55:56] Error: Function not registered: 'Streamer_GetUpperBound'
[11:55:56] Error: Function not registered: 'mysql_query'
[11:55:56] Error: Function not registered: 'cache_delete'
[11:55:56] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[11:55:56] Error: Function not registered: 'mysql_escape_string'
[11:55:56] Script[gamemodes/12345.amx]: Run time error 19: "File or function is not found"
[11:55:56] Number of vehicle models: 0
Re: Windows Server ERROR -
FreAkeD - 08.10.2017
Can you show your server.cfg?
Re: Windows Server ERROR -
ryxxx - 08.10.2017
Code:
hostname test server
weburl
language Deutsch
port 7777
maxnpc 20
maxplayers 50
rcon_password *******
password
gamemode0 12345 1
filterscripts
plugins nativechecker mysql streamer sscanf
announce 1
query 1
lanmode 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 400.0
stream_rate 1000
logtimeformat [%H:%M:%S]
Re: Windows Server ERROR -
FreAkeD - 08.10.2017
Download and update all the plugins you use to their latest versions. You might need to figure out which mysql version you may need though, I'm not sure which one really.
Re: Windows Server ERROR -
ryxxx - 08.10.2017
I have all plugins already on the newest version.
On my PC everything works and I have it 1 to 1 on the server.
Do you still need to install important drivers on the server?