SA-MP Forums Archive
Streamer Bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Streamer Bug (/showthread.php?tid=604339)



Streamer Bug - anassmaroc - 03.04.2016

Hi All.
I Have Problйme in Streamer Script Fine But when i want Start My Server i et this bug
i have the latest streamer plugins
and The Checpoint Don't Work :/

Server Log
PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[15:10:37
[
15:10:37Server Plugins
[15:10:37] --------------
[
15:10:37]  Loading pluginstreamer
[15:10:37]   Failed.
[
15:10:37]  Loading pluginwhirlpool
[15:10:37]  
[
15:10:37]  ==================
[
15:10:37]  
[
15:10:37]   Whirlpool loaded
[15:10:37]  
[
15:10:37]  ==================
[
15:10:37]  
[
15:10:37]   Loaded.
[
15:10:37]  Loading pluginsscanf
[15:10:37
[
15:10:37]  ===============================
[
15:10:37]       sscanf plugin loaded.     
[
15:10:37]          Version:  2.8.1        
[15:10:37]    (c2012 Alex "******" Cole  
[15:10:37]  ===============================
[
15:10:37]   Loaded.
[
15:10:37]  Loading pluginnativechecker
[15:10:37]   Loaded.
[
15:10:37]  Loaded 3 plugins.
[
15:10:37
[
15:10:37Ban list
[
15:10:37] --------
[
15:10:37]  Loadedsamp.ban
[15:10:37
[
15:10:37
[
15:10:37Filterscripts
[15:10:37] ---------------
[
15:10:37]   Loading filterscript 'drift.amx'...
[
15:10:37]   Loaded 1 filterscripts.
[
15:10:37]    Error: Function not registered'CreateDynamicCP'
[15:10:37]    Error: Function not registered'CreateDynamicObject'
[15:10:37Script[gamemodes/xD.amx]: Run time error 19"File or function is not found"
[15:10:37Number of vehicle models



Re: Streamer Bug - Vanter - 03.04.2016

download again the latest update and install it properly.


Re: Streamer Bug - DTV - 03.04.2016

If the latest update doesn't work (and you're positive that you have it installed correctly), just use the previous update. I have this issue with the latest update and had to use the previous update for it to work.


Re: Streamer Bug - anassmaroc - 03.04.2016

Can u upload it for me Bcz i did what u told me and Still Same problem


Re: Streamer Bug - anassmaroc - 04.04.2016

Bump!


Re: Streamer Bug - Harty - 04.04.2016

You must download the plugin + re-compile the gamemode with the related include.
If you're using Linux check out if you forgot the .so extension.

Regards.


Re: Streamer Bug - Sew_Sumi - 04.04.2016

Latest version of the streamer has an updated runtime requirement.

Running older versions is avoiding the overall problem that you're not reading the release notes, or the instructions.


Re: Streamer Bug - Slawiii - 22.04.2016

i know this problem is from a plugin .dll ( i think msvcp100.dll or msvcr100 ) missed in your computer or in your folder so you need to download it and put it under your server folder


DOWNLOAD:
MSVCP100.DLL
MSVCR100.DLL


Re: Streamer Bug - Sew_Sumi - 22.04.2016

Quote:
Originally Posted by Slawiii
Посмотреть сообщение
i know this problem is from a plugin .dll ( i think msvcp100.dll or msvcr100 ) missed in your computer or in your folder so you need to download it and put it under your server folder
Both of which are runtimes that are available from the MS site.

Rather than downloading from random sites the 1 file you need, install the correct runtimes, and be sure that when you re-install the server you don't encounter the same issue again.

It's the MS C++ 2010 runtimes that you need. If you are using x64, you may need both the x86 and x64 versions installed.