Plugins problem when importing files into FTP. -
REVO-RP - 01.06.2015
Well, today i got a host and i imported the script, etc on FTP.
Now when i start up the server, i can see in the logs that Plugins failed
Yet when i run the server on my PC, they all work fine.
These are the plugin fails.
[13:42:30]
[13:42:30] Server Plugins
[13:42:30] --------------
[13:42:30] Loading plugin: streamer
[13:42:30] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[13:42:30] Loading plugin: sscanf
[13:42:30] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[13:42:30] Loading plugin: dns
[13:42:30] Failed (plugins/dns: cannot open shared object file: No such file or directory)
[13:42:30] Loading plugin: libRegEx\libRegEx.so
[13:42:30] Failed (plugins/libRegEx\libRegEx.so: cannot open shared object file: No such file or directory)
Can i get any help here, as a big system is using these plugins.
Re: Plugins problem when importing files into FTP. -
Lucky™ - 01.06.2015
Are you sure those plugins are uploaded without any interruptions? (check plugins folder, if those files are there)
and are you running on Windows or Linux?
Re: Plugins problem when importing files into FTP. -
REVO-RP - 01.06.2015
Quote:
Originally Posted by Lucky™
Are you sure those plugins are uploaded without any interruptions? (check plugins folder, if those files are there)
and are you running on Windows or Linux?
|
All the files are in the plugin folder.

The other file is also in there, but didn't feel like taking a screenshot of it.
I'm on Windows 7.
Re: Plugins problem when importing files into FTP. -
Stev - 01.06.2015
If its a Linux server, You need to add the extension '.so' into the server.cfg
Source:
https://sampforum.blast.hk/showthread.php?tid=86169
@Konstantinos - This error only happens on Linux servers. ^^
Re: Plugins problem when importing files into FTP. -
REVO-RP - 01.06.2015
Quote:
Originally Posted by Stev
|
Its not a linux server.
Re: Plugins problem when importing files into FTP. -
REVO-RP - 01.06.2015
Any help?
Re: Plugins problem when importing files into FTP. -
Jake187 - 01.06.2015
Quote:
Originally Posted by REVO-RP
Its not a linux server.
|
If it's not a linux server why are you loading a .so file ? Also you need to add .dll to the configuration than such as streamer.dll / dns.dll
Re: Plugins problem when importing files into FTP. -
Konstantinos - 01.06.2015
Proof me wrong but you only get the message "Failed (plugins/*: cannot open shared object file: No such file or directory)" in Linux.
You need to upload the .so files into
plugins folder and add the .so extension in
plugins line in server.cfg as Stev said.
Re: Plugins problem when importing files into FTP. -
REVO-RP - 01.06.2015
Quote:
Originally Posted by Jake187
If it's not a linux server why are you loading a .so file ? Also you need to add .dll to the configuration than such as streamer.dll / dns.dll
|
Quote:
Originally Posted by Konstantinos
Proof me wrong but you only get the message "Failed (plugins/*: cannot open shared object file: No such file or directory)" in Linux.
You need to upload the .so files into plugins folder and add the .so extension in plugins line in server.cfg as Stev said.
|
Thanks alot! It works now.
It seems like i only needed to change the plugins into .so on the FTP which seems to work now!
Re: Plugins problem when importing files into FTP. -
perfectboy - 04.06.2015
Ahh its easy select ur all plugins then right click and go to properties and change the permissions to 777 . Thats it