SA-MP Forums Archive
Everything OK but server not starting - 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: Everything OK but server not starting (/showthread.php?tid=608299)



Everything OK but server not starting - SkillNasr - 30.05.2016

Im using an French CNR GM, I make everything OK (MYsql Info's...etc )

It says
Quote:

[08:06:12] Script[gamemodes/GTAFC.amx]: Run time error 19: "File or function is not found"

Logs :
Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[08:06:12]
[08:06:12] Server Plugins
[08:06:12] --------------
[08:06:12] Loading plugin: mysql.so
[08:06:12] >> plugin.mysql: R39-5 successfully loaded.
[08:06:12] Loaded.
[08:06:12] Loading plugin: gvar.so
[08:06:12]

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

[08:06:12] Loaded.
[08:06:12] Loading plugin: streamer.so
[08:06:12]

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

[08:06:12] Loaded.
[08:06:12] Loading plugin: sscanf.so
[08:06:12]

[08:06:12] ===============================

[08:06:12] sscanf plugin loaded.

[08:06:12] © 2009 Alex "******" Cole

[08:06:12] 0.3d-R2 500 Players "dnee"

[08:06:12] ===============================

[08:06:12] Loaded.
[08:06:12] Loaded 4 plugins.

[08:06:12]
[08:06:12] Filterscripts
[08:06:12] ---------------
[08:06:12] Loading filterscript 'Radio.amx'...
[08:06:12] Loaded 1 filterscripts.

[08:06:12] Script[gamemodes/GTAFC.amx]: Run time error 19: "File or function is not found"
[08:06:12] Number of vehicle models: 0

Server.cfg
Quote:

echo Executing Server Config...
lanmode 0
rcon_password *********
maxplayers 500
port 27115
mapname Los Santos
hostname [MA] .GFC:. DigoGaming Flics et Criminels
gamemode0 GTAFC 1
filterscripts Radio
plugins mysql.so gvar.so streamer.so sscanf.so
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 5
logtimeformat [%H:%M:%S]




Re: Everything OK but server not starting - F1N4L - 30.05.2016

Check the versions of plugins and includes are the same.


Re: Everything OK but server not starting - SyS - 30.05.2016

update all plugins and includes and also rcomplile ur gm with these inc


Re: Everything OK but server not starting - SkillNasr - 30.05.2016

Update : I added nativechecker, and update plugins. now this
Quote:

----------
Loaded log file: "server_log.txt".
----------

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

[08:14:49]
[08:14:49] Server Plugins
[08:14:49] --------------
[08:14:49] Loading plugin: mysql.so
[08:14:49] >> plugin.mysql: R39-5 successfully loaded.
[08:14:49] Loaded.
[08:14:49] Loading plugin: gvar.so
[08:14:49]

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

[08:14:49] Loaded.
[08:14:49] Loading plugin: streamer.so
[08:14:49]

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

[08:14:49] Loaded.
[08:14:49] Loading plugin: sscanf.so
[08:14:49]

[08:14:49] ===============================

[08:14:49] sscanf plugin loaded.

[08:14:49] © 2009 Alex "******" Cole

[08:14:49] 0.3d-R2 500 Players "dnee"

[08:14:49] ===============================

[08:14:49] Loaded.
[08:14:49] Loading plugin: nativechecker.so
[08:14:49] Loaded.
[08:14:49] Loaded 5 plugins.

[08:14:49]
[08:14:49] Filterscripts
[08:14:49] ---------------
[08:14:49] Loading filterscript 'Radio.amx'...
[08:14:49] Loaded 1 filterscripts.

[08:14:49] Error: Function not registered: 'mysql_debug'
[08:14:49] Error: Function not registered: 'mysql_store_result'
[08:14:49] Error: Function not registered: 'mysql_fetch_row_format'
[08:14:49] Error: Function not registered: 'mysql_fetch_field_row'
[08:14:49] Error: Function not registered: 'mysql_free_result'
[08:14:49] Error: Function not registered: 'mysql_fetch_int'
[08:14:49] Error: Function not registered: 'mysql_retrieve_row'
[08:14:49] Error: Function not registered: 'mysql_num_rows'
[08:14:49] Error: Function not registered: 'mysql_real_escape_string'
[08:14:49] Script[gamemodes/GTAFC.amx]: Run time error 19: "File or function is not found"
[08:14:49] Number of vehicle models: 0




Re: Everything OK but server not starting - F1N4L - 30.05.2016

What is your mysql version? >= R33?


Re: Everything OK but server not starting - SkillNasr - 30.05.2016

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
What is your mysql version? >= R33?
It written there (R39-5)


Re: Everything OK but server not starting - F1N4L - 30.05.2016

Quote:
Originally Posted by SkillNasr
Посмотреть сообщение
It written there (R39-5)
Use the R39-4, because R39-5 has the problems in the plugin . (Apparently)


Re: Everything OK but server not starting - Konstantinos - 30.05.2016

The script uses R5 or R6 version (yes, that very old one) and you have loaded the latest.

Here's come the choice about downgrading the plugin or updating the scripts to use the latest version which is obviously recommended.

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
Use the R39-4, because R39-5 has the problems in the plugin . (Apparently)
I use R39-5 since it came out and I got absolutely no problems with it.


Re: Everything OK but server not starting - SkillNasr - 30.05.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The script uses R5 or R6 version (yes, that very old one) and you have loaded the latest.

Here's come the choice about downgrading the plugin or updating the scripts to use the latest version which is obviously recommended.



I use R39-5 since it came out and I got absolutely no problems with it.
Since i dont have good script skills gonna downgrade my plugin. ty


Re: Everything OK but server not starting - F1N4L - 30.05.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I use R39-5 since it came out and I got absolutely no problems with it.
It is very difficult to launch a plugin dysfunctional, but i had the same problem it!