Failed (plugins/streamer: cannot open shared object file: No such file or directory)
#1

Hi , Im using FlashFTP to connect to my FTP and upload Files to hosted server.

When the server is trying to run the message is showen:
Code:
[13:32:03] Script[gamemodes/NRP.amx]: Run time error 19: "File or function is not found"
Code:
[13:29:14] 
[13:29:14] Server Plugins
[13:29:14] --------------
[13:29:14]  Loading plugin: nativechecker
[13:29:14]   Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[13:29:14]  Loading plugin: streamer
[13:29:14]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[13:29:14]  Loading plugin: sscanf
[13:29:14]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[13:29:14]  Loading plugin: FileManager
[13:29:14]   Failed (plugins/FileManager: cannot open shared object file: No such file or directory)
[13:29:14]  Loaded 0 plugins.
I understand the meaning of "No such file or directory", but all the plugins are in the directory and spelled correctly.

Now this is what showen in Server.cfg (i deleted the line in server.cfg of weburl just to post this).
Code:
echo Executing Server Config...
lanmode 0
rcon_password Bar2007
maxplayers 250
port 34163
hostname [ENG | 0.3x] Neurotic RolePlay [Hosted] [LS]
gamemode0 NRP 1
filterscripts time opr knpc youtube Gagi's_D_E_S buttons Toll Tgarage BugReport
plugins nativechecker streamer sscanf FileManager
announce 0
query 1
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
The gamemode works perfectly on Local server (not hosted) ...
plugins folder located at /samp/plugins/ , the server and the files are located at /samp/.
Tried to search and fix million times, please just suggest me what to do, don't send to search again, i won't find.

Any ideas? please help
Reply
#2

Mmh, if you have a Linux OS, you have to use ".so" files and not ".dll"
And then i think you have to write "plugins streamer.so bla.so ..." and so on.
Reply
#3

Quote:
Originally Posted by Macronix
View Post
Mmh, if you have a Linux OS, you have to use ".so" files and not ".dll"
And then i think you have to write "plugins streamer.so bla.so ..." and so on.
Yes! it worked! Much thanks to you!

Although yesterday i checked that with .so and it didn't work but now, it did !!!! +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)