SA-MP Forums Archive
[LINUX] ServerFFS Problems - 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: [LINUX] ServerFFS Problems (/showthread.php?tid=144451)



[LINUX] ServerFFS Problems - FightingDeed - 27.04.2010

Heya guys, me and a friend are using a ServerFFS Server and we cant use a popular roleplay script on it (http://forum.sa-mp.com/index.php?topic=165736.0)
which is Raven Roleplay.. I was wondering if anyone could help?


Thanks


- Connor


Re: [LINUX] ServerFFS Problems - Calgon - 27.04.2010

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?


Re: [LINUX] ServerFFS Problems - FightingDeed - 27.04.2010

Nope, there are no plugins i'm trying to run. And when the server has started it still says retrieving info?


Thanks


Re: [LINUX] ServerFFS Problems - Calgon - 27.04.2010

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.


Re: [LINUX] ServerFFS Problems - FightingDeed - 27.04.2010

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"


Re: [LINUX] ServerFFS Problems - Calgon - 27.04.2010

Код:
[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.


Re: [LINUX] ServerFFS Problems - FightingDeed - 27.04.2010

I'm still not sure what to do, cause i'm not aware of the plugins needed.


Re: [LINUX] ServerFFS Problems - Calgon - 27.04.2010

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).


Re: [LINUX] ServerFFS Problems - FightingDeed - 27.04.2010

I found this;

#include <a_samp>
//#include <a_sampmysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <a_npc>


Re: [LINUX] ServerFFS Problems - Calgon - 27.04.2010

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.