SA-MP Forums Archive
Host Linux not work // In local work ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Host Linux not work // In local work ! (/showthread.php?tid=642125)



Host Linux not work // In local work ! - Belengher - 25.09.2017

Hello!
I have a small problem, my gamemode runs perfectly on the local but when I go to the host (ultra-h) I do not load all the plugins and "Unknown" appears.

Quote:

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

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

[17:07:44]
[17:07:44] Server Plugins
[17:07:44] --------------
[17:07:44] Loading plugin: mysql_static.so
[17:07:44] >> plugin.mysql: R39-6 successfully loaded.
[17:07:44] Loaded.
[17:07:44] Loading plugin: sscanf.so
[17:07:44]

[17:07:44] ===============================

[17:07:44] sscanf plugin loaded.

[17:07:44] Version: 2.8.2

[17:07:44] © 2012 Alex "******" Cole

[17:07:44] ===============================

[17:07:44] Loaded.
[17:07:44] Loading plugin: streamer.so
[17:07:44] Failed (plugins/streamer.so: cannot open shared object file: No such file or directory)
[17:07:44] Loading plugin: pawncmd.so
[17:07:44] Pawn.CMD plugin v3.1.4 by urShadow loaded
[17:07:44] Loaded.
[17:07:44] Loaded 3 plugins.

[17:07:44]
[17:07:44] Filterscripts
[17:07:44] ---------------
[17:07:44] Loading filterscript 'UltraHost.amx'...
[17:07:44] Loaded 1 filterscripts.

[17:07:44] Script[gamemodes/grandlarc.amx]: Run time error 19: "File or function is not found"
[17:07:44] Number of vehicle models: 0




Re: Host Linux not work // In local work ! - jlalt - 25.09.2017

Your server missing streamer plugin file, add it in plugins folder.

Also use native checker, it would make checking which plugin's missing way too easier.


Re: Host Linux not work // In local work ! - Sew_Sumi - 25.09.2017

Or check that it's not named Streamer.so for some crazy reason... Linux is case sensitive.


Re: Host Linux not work // In local work ! - Belengher - 25.09.2017

Plugins are in plugins and in server.cfg with the .so extension


Re: Host Linux not work // In local work ! - Sew_Sumi - 25.09.2017

Quote:
Originally Posted by Belengher
Посмотреть сообщение
Plugins are in plugins and in server.cfg with the .so extension
You're missing one. Post up the section of your script that you have which is the includes section.

The parts where it has
Код:
#include <a_samp>
and the rest of them.


Re: Host Linux not work // In local work ! - Sgt.TheDarkness - 25.09.2017

He's most likely missing a dependency that is required in streamer.

type ldd streamer.so in SSH terminal inside your plugins folder, it will give you a list of dependencies, post output here.


Re: Host Linux not work // In local work ! - Sew_Sumi - 25.09.2017

You'd almost think that UltraHost would have all the runtimes... He won't have console access I'm sure.