Posts: 6,129
Threads: 36
Joined: Jan 2009
Could you be more specific as to what's happening?
Does the server crash?
Is there an input to the logs?
Are you trying to load any plugins that won't work for Linux?
Posts: 17
Threads: 5
Joined: Apr 2010
Reputation:
0
Nope, there are no plugins i'm trying to run. And when the server has started it still says retrieving info?
Thanks
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by FightingDeed
Nope, there are no plugins i'm trying to run. And when the server has started it still says retrieving info?
Thanks
|
Paste the logs of your server starting, NOT a diagnosis of the server not starting.
It would be preferable if you could also post this in the release topic of the script, instead of in a separate thread as well.
Posts: 17
Threads: 5
Joined: Apr 2010
Reputation:
0
When I stop and start the server this is what i get in the logs;
SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team
[19:11:28] password = "" (string)
[19:11:28] filterscripts = "" (string)
[19:11:28] plugins = "" (string)
[19:11:28]
[19:11:28] Server Plugins
[19:11:28] --------------
[19:11:28] Loaded 0 plugins.
[19:11:28]
[19:11:28] Filter Scripts
[19:11:28] ---------------
[19:11:28] Loaded 0 filter scripts.
[19:11:28] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
----------
Loaded log file: "server_log.txt".
----------
SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team
[19:11:59] password = "" (string)
[19:11:59] filterscripts = "" (string)
[19:11:59] plugins = "" (string)
[19:11:59]
[19:11:59] Server Plugins
[19:11:59] --------------
[19:11:59] Loaded 0 plugins.
[19:11:59]
[19:11:59] Filter Scripts
[19:11:59] ---------------
[19:11:59] Loaded 0 filter scripts.
[19:11:59] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
Posts: 6,129
Threads: 36
Joined: Jan 2009
Код:
[19:11:59] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"
You're missing a plugin. Your game mode "larp" seems to be calling a native which isn't returning anything.
Posts: 17
Threads: 5
Joined: Apr 2010
Reputation:
0
I'm still not sure what to do, cause i'm not aware of the plugins needed.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by FightingDeed
I'm still not sure what to do, cause i'm not aware of the plugins needed.
|
Where you see lines that say "<#include X>", paste them here (from your script).
Posts: 17
Threads: 5
Joined: Apr 2010
Reputation:
0
I found this;
#include <a_samp>
//#include <a_sampmysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by FightingDeed
I found this;
#include <a_samp>
//#include <a_sampmysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>
|
Did you comment out mysql? If not; please search through your script for "native" and paste what you get here, please.