SA-MP Forums Archive
Streamer and socket plugins can't load - 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: Streamer and socket plugins can't load (/showthread.php?tid=598155)



Streamer and socket plugins can't load - Shinta307 - 09.01.2016

I'm using these plugins: streamer, sscanf , mysql, socket.

Why the streamer and socket fail to load to my server ?

This LOG
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[21:27:10] 
[21:27:10] Server Plugins
[21:27:10] --------------
[21:27:10]  Loading plugin: streamer
[21:27:10]   Failed.
[21:27:10]  Loading plugin: sscanf
[21:27:10] 

[21:27:10]  ===============================

[21:27:10]       sscanf plugin loaded.     

[21:27:10]          Version:  2.8.1        

[21:27:10]    © 2012 Alex "******" Cole  

[21:27:10]  ===============================

[21:27:10]   Loaded.
[21:27:10]  Loading plugin: mysql
[21:27:10] 

  > MySQL plugin R5 successfully loaded.

[21:27:10]   Loaded.
[21:27:10]  Loading plugin: socket
[21:27:10]   Failed.
[21:27:10]  Loaded 2 plugins.
Help me please?


Re: Streamer and socket plugins can't load - Vince - 09.01.2016

I wish the log would tell what OS the server is being run on. Or rather that people tell us.


Re: Streamer and socket plugins can't load - Shinta307 - 09.01.2016

Quote:
Originally Posted by Vince
Посмотреть сообщение
I wish the log would tell what OS the server is being run on. Or rather that people tell us.
Emm.. but the gamemode..
Код:
[21:27:10] Script[gamemodes/JJH.amx]: Run time error 19: "File or function is not found"
[21:27:10] Number of vehicle models: 0



Re: Streamer and socket plugins can't load - Sew_Sumi - 09.01.2016

Quote:
Originally Posted by Shinta307
Посмотреть сообщение
Emm.. but the gamemode..
Код:
[21:27:10] Script[gamemodes/JJH.amx]: Run time error 19: "File or function is not found"
[21:27:10] Number of vehicle models: 0
That just says the plugins aren't loaded...

Answer what Vince asked... What OS are you on...


Re: Streamer and socket plugins can't load - Shinta307 - 10.01.2016

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
That just says the plugins aren't loaded...

Answer what Vince asked... What OS are you on...
Im using windows 10


Re: Streamer and socket plugins can't load - FreAkeD - 10.01.2016

Make sure you have .dll extension plugins, not .so.


Re: Streamer and socket plugins can't load - [UE]Milan - 10.01.2016

Show us your server.cfg and if ur vps/server runs on Windows or Linus.


Re: Streamer and socket plugins can't load - Shinta307 - 10.01.2016

Quote:
Originally Posted by FreAkeD
Посмотреть сообщение
Make sure you have .dll extension plugins, not .so.
Yes, the plugins .dll not .so and new version of plugins

Quote:
Originally Posted by [UE]Milan
Посмотреть сообщение
Show us your server.cfg and if ur vps/server runs on Windows or Linus.
This server.cfg, im running on windows for localhost
Код:
echo Executing Server Config...
lanmode 0
rcon_password vrefa
maxplayers 50
port 7777
hostname LOCALHOST!
gamemode0 JJH
filterscripts
plugins streamer sscanf mysql socket
announce 0
query 1
chatlogging 0
weburl none
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 8
logtimeformat [%H:%M:%S]
language English



Re: Streamer and socket plugins can't load - [UE]Milan - 10.01.2016

Change plugins line in server.cfg to;

Код:
plugins streamer.dll sscanf.dll mysql.dll socket.dll



Re: Streamer and socket plugins can't load - Sew_Sumi - 10.01.2016

If that ^^ doesn't work, try installing the latest .net framework.