SA-MP Forums Archive
Run time error 19: "File or function is not found - 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: "File or function is not found (/showthread.php?tid=404136)



Run time error 19: "File or function is not found - ooDaKingoo - 02.01.2013

Hallo wollte fragen ob ihr mir helfern kцnnt wenn ich den server starte steht beim samp gamemode Unknowe

und im server log kommt ein Error beim laden des gamemodes

Ich hoffe Ihr kцnnt mir helfen




Server Log:



v0.3e, ©2005-2012 SA-MP Team

[02:03:36] gamemode1 = "" (string)
[02:03:36]
[02:03:36] Server Plugins
[02:03:36] --------------
[02:03:36] Loading plugin: streamer
[02:03:36] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[02:03:36] Loaded 0 plugins.

[02:03:36]
[02:03:36] Filterscripts
[02:03:36] ---------------
[02:03:36] Loaded 0 filterscripts.

[02:03:36] Script[gamemodes/Release.amx]: Run time error 19: "File or function is not found"
[02:03:36] Number of vehicle models: 0


Re: Run time error 19: "File or function is not found - Lynn - 02.01.2013

1: Make sure you have the streamer.dll in your plugins folder.
2: Make sure you have "plugins streamer" (Minus the quotations) in your server.cfg
3: Make sure your streamer.inc is up to date.

Anytime you get a Run time error: 19 it's because it failed to successfully load a plugin.


AW: Run time error 19: "File or function is not found - ooDaKingoo - 02.01.2013

Das Hat nicht fonktioniert


Re: Run time error 19: "File or function is not found - CBCandyBoy - 02.01.2013

please say in english


Re: Run time error 19: "File or function is not found - ThePhenix - 02.01.2013

Quote:
Originally Posted by Lynn
View Post
1: Make sure you have the streamer.dll in your plugins folder.
2: Make sure you have "plugins streamer" (Minus the quotations) in your server.cfg
3: Make sure your streamer.inc is up to date.

Anytime you get a Run time error: 19 it's because it failed to successfully load a plugin.
This does not always happen, only if a "gamemode" or "filterscript" are using determined "plugin", otherwise only would give:

Code:
Loading plugin: "pluginname"
Failed.



Re: Run time error 19: "File or function is not found - CBCandyBoy - 02.01.2013

ytes ur right it is because of fail loading of gm it happened with me also when gm is not compiled or with so many errors
Quote:

This forum requires that you wait 120 seconds between posts. Please try again in 70 seconds.




AW: Run time error 19: "File or function is not found - ooDaKingoo - 02.01.2013

okey und was kann ich da mahcen das der gm wider geht


Re: Run time error 19: "File or function is not found - ThePhenix - 02.01.2013

Could you write in English? Or at least improve your language ability in German. It is incomprehensible.


AW: Run time error 19: "File or function is not found - ooDaKingoo - 02.01.2013

what can I do that I can fix the error


Re: Run time error 19: "File or function is not found - Lynn - 02.01.2013

Quote:
Originally Posted by ThePhenix
View Post
This does not always happen, only if a "gamemode" or "filterscript" are using determined "plugin", otherwise only would give:
Code:
Loading plugin: "pluginname"
Failed.
It did fail to load the plugin.
Code:
[02:03:36] Loading plugin: streamer
[02:03:36] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[02:03:36] Loaded 0 plugins.