Plugins Not Loading - 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 Not Loading (
/showthread.php?tid=257942)
Plugins Not Loading -
jameskmonger - 28.05.2011
I am using Volt Host, I have put my plugins in the /plugins/ folder (mysql.so and sscanf.so) but for some reason, when I run the server I get this error and my gamemode doesn't load:
Quote:
[16:14:54] Server Plugins
[16:14:54] --------------
[16:14:54] Loading plugin: mysql
[16:14:54] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[16:14:54] Loading plugin: sscanfbind
[16:14:54] Failed (plugins/sscanfbind: cannot open shared object file: No such file or directory)
[16:14:54] Loading plugin: 213.5.176.159
[16:14:54] Failed (plugins/213.5.176.159: cannot open shared object file: No such file or directory)
[16:14:54] Loaded 0 plugins.
|
Re: Plugins Not Loading -
Mark⢠- 28.05.2011
Check in ur /include folder if mysql.inc and sscanf.inc are present or not. Without those .inc files ur plugins wont be detected by server.exe and possibly gm wont load !
Re: Plugins Not Loading -
jameskmonger - 28.05.2011
It runs fine on my home pc, and I don't have them in my include folder.
Re: Plugins Not Loading -
Lightning[SV] - 28.05.2011
In server.cfg make sure you add .so to the plugin name. e.g. plugins mysql.so
Re: Plugins Not Loading -
jameskmonger - 28.05.2011
Thankyou Lightning, it works!
Re: Plugins Not Loading -
sijoga - 10.06.2011
friend I have the same problem, but I use windows xp on my pc but works on another pc with xp not working windowx of this error:
[08:25:33] Server Plugins
[08:25:33] --------------
[08:25:33] Loading plugin: mysql
[08:25:33] Failed.
[08:25:33] Loaded 0 plugins.
Anyone know what can be?