SA-MP Forums Archive
Plugins Help - 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: Plugins Help (/showthread.php?tid=624586)



Plugins Help - Ultraz - 18.12.2016

When i am trying to run my server on windows vps
I Tried .dll but it gives me another error
Help?

Код:
----------
Loaded log file: "server_log.txt".
----------

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

[17:15:53] filterscripts = ""  (string)
[17:15:53] 
[17:15:53] Server Plugins
[17:15:53] --------------
[17:15:53]  Loading plugin: mysql
[17:15:53]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[17:15:53]  Loading plugin: sscanf
[17:15:53]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[17:15:53]  Loading plugin: streamer
[17:15:53]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[17:15:53]  Loading plugin: whirlpool
[17:15:53]   Failed (plugins/whirlpool: cannot open shared object file: No such file or directory)
[17:15:53]  Loading plugin: crashdetect
[17:15:53]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[17:15:53]  Loaded 0 plugins.

[17:15:53] 
[17:15:53] Filterscripts
[17:15:53] ---------------
[17:15:53]   Loaded 0 filterscripts.

[17:15:53] Script[gamemodes/LSC-RP.amx]: Run time error 19: "File or function is not found"
[17:15:53] Number of vehicle models: 0



Re: Plugins Help - Konstantinos - 18.12.2016

You need to add the .so extension in server.cfg for each plugin in Linux.


Re: Plugins Help - SickAttack - 18.12.2016

Isn't he using Windows?


Re: Plugins Help - Ultraz - 18.12.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
You need to add the .so extension in server.cfg for each plugin in Linux.
Код:
When i am trying to run my server on windows vps
yo sir


Re: Plugins Help - Konstantinos - 18.12.2016

I've never seen this message "Failed (...: cannot open shared object file: No such file or directory)" appear in Windows; hence my reply. I've seen many users in the past thinking they have another OS, give it a try.

When you say that you try with .dll extension and it gives another error, is it about invalid ELF header or something else?


Re: Plugins Help - Ultraz - 18.12.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I've never seen this message "Failed (...: cannot open shared object file: No such file or directory)" appear in Windows; hence my reply. I've seen many users in the past thinking they have another OS, give it a try.

When you say that you try with .dll extension and it gives another error, is it about invalid ELF header or something else?
Excactly it gives me invalid ELF header when i putted the .dll in the plugins


Re: Plugins Help - Konstantinos - 18.12.2016

Quote:
Originally Posted by Ultraz
Посмотреть сообщение
Excactly it gives me invalid ELF header when i putted the .dll in the plugins
Like I said, try loading a plugin file .so for Linux and add the extension to it in the server.cfg to see the results. The invalid ELF header is still one given in Linux and never seen this in Windows.


Re: Plugins Help - Ultraz - 19.12.2016

Thanks i will try & Post the answer here.