SA-MP Forums Archive
run time error 19 - 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: run time error 19 (/showthread.php?tid=589106)



run time error 19 - TheKnown - 15.09.2015

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

[18:04:13]
[18:04:13] Server Plugins
[18:04:13] --------------
[18:04:13] Loading plugin: streamer
[18:04:13] Failed.
[18:04:13] Loading plugin: sscanf
[18:04:13]

[18:04:13] ===============================

[18:04:13] sscanf plugin loaded.

[18:04:13] Version: 2.8.1

[18:04:13] © 2012 Alex "******" Cole

[18:04:13] ===============================

[18:04:13] Loaded.
[18:04:13] Loading plugin: nativechecker
[18:04:13] Loaded.
[18:04:13] Loading plugin: Whirlpool
[18:04:13]
[18:04:13] ==================
[18:04:13]
[18:04:13] Whirlpool loaded
[18:04:13]
[18:04:13] ==================
[18:04:13]
[18:04:13] Loaded.
[18:04:13] Loaded 3 plugins.

[18:04:13]
[18:04:13] Filterscripts
[18:04:13] ---------------
[18:04:13] Loading filterscript 'gabuse.amx'...
[18:04:13]
--------------------------------------------------
[18:04:13] Noobist Simple Anti Passenger Abuse (NSAPA) LOADED!
[18:04:13] Anti Passenger Abuse After Driver Leave (APAADL) ACTIVATED!
[18:04:13] --------------------------------------------------

[18:04:13] Loading filterscript 'killer121.amx'...
[18:04:13] Loading filterscript 'Admin_System.amx'...
[18:04:13]
[18:04:13]
[18:04:13]
[18:04:13] =======================================
[18:04:13] | |
[18:04:13] | YSI version 3.09.0684 |
[18:04:13] | By Alex "******" Cole |
[18:04:13] | |
[18:04:13] =======================================
[18:04:13]
[18:04:13]
[18:04:13]
[18:04:13]
--------------------------------------
[18:04:13] GiDan Admin System by: Gagi & [---> Danijel96 <---].pwn
[18:04:13] --------------------------------------

[18:04:13] Loaded 3 filterscripts.

[18:04:13] Error: Function not registered: 'CreateDynamicCP'
[18:04:13] Error: Function not registered: 'IsPlayerInDynamicCP'
[18:04:13] Script[gamemodes/Test.amx]: Run time error 19: "File or function is not found"
[18:04:13] Number of vehicle models: 0

for some reason streamer doesn't load even tho i have the latest version


Re: run time error 19 - TheKnown - 15.09.2015

ANYONE I REALLY NEED A FIX?


Re: run time error 19 - VoltMeter - 15.09.2015

@TheKnown, the problem I think is that, your streamer is not compatible. Make sure you have the 2.8 version or 3.0 version. 2.8 is recommended for lower operating systems. Now follow these steps:

1. Update your streamer to Version 2.8.
2. Place the streamer in the "plugins" directory.
3. Make sure you have both streamer.dll and streamer.so files in the "plugins" folder.
4. Make sure that in server.cfg, you have written only "streamer" instead of "streamer.dll" or "streamer.so".
5. Download MSVCP100.dll and MSVCR100.dll from the following links only if you're using Windows.
MSVCR100.dl
MSVCP100.dll
6. Try updating your ".net framework" because sometimes, it causes the problems.

If I have helped you, why not REP+ me.


Re: run time error 19 - TheKnown - 15.09.2015

Where can i find streamer 2.8 i can find 2.7.8 ...

And i have the latest version of .net framework

and i am on windows 10 as well


Re: run time error 19 - Michael B - 15.09.2015

Install the following packages and it should load properly:

Microsoft Visual C++ Redistribution 2008 (Install both 64 and 32bit versions)
Microsoft Visual C++ Redistribution 2010 (Install both 64 and 32bit versions)
Microsoft Visual C++ Redistribution 2013 (Install both 64 and 32bit versions)


Re: run time error 19 - VoltMeter - 15.09.2015

@TheKnown, I'm sorry, it would be my mistake to tell you of version 2.8, Just try to do the same procedure with Streamer Version 2.7.8 or 3.0.


Re: run time error 19 - TheKnown - 15.09.2015

@Michael B I have all of them

@VoltMeter Then Where can i find 3.0?


Re: run time error 19 - Michael B - 15.09.2015

Quote:
Originally Posted by TheKnown
Посмотреть сообщение
@Michael B I have all of them
Are you one hundred percent sure? Most of the people who encountered this strange error did not have install one or more of this packages.


Re: run time error 19 - TheKnown - 15.09.2015

@Michael B Yes..


Re: run time error 19 - TheKnown - 15.09.2015

Anyone else?