Run time error 19: "File or function is not found"
#1

Hi guys, i got this error when I launched my server.

I got a new gamemode, witch was requiring much plugins, includes i got them all, the newest versions i insterted them to my server/plugins these 4, it was .dll files..

I was finding dll files for all my includes, but I didnt find.. I will list you all includes, and all .dll files i found.

INCLUDES THAT GAMEMODE REQUIES:
Код:
#include <sii>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <irc>
#include <foreach>
.DLL FILES OF INCLUDES THAT I FOUND ON THE INTERNET:
irc.dll
sscanf.dll
streamer.dll
Whirlpool.dll (some guy told me that I need that so I downloaded it)
SO I DIDNT FOUND .DLL FILES FOR:
zcmd
foreach

Every help will be verry appreciated

(I am sorry for my bad english grammar, but I am not from english natively speaking country)
Reply
#2

#include <sii>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <irc>
#include <foreach>

To
#include <a_samp>
#include <sii>
#include <zcmd>
#include <sscanf2>
#include <streamer>
#include <irc>
#include <foreach>

And make sure u have all plugins/includes updated
Reply
#3

?

Everything you just wroted I mentioned in my first post.

I didnt include the a_samp include to the post, because its basic, I got it, without it, I would not to be able to compile the file from .pwn to .amx.

As I said, I downloaded all of them today, so everyone gotta be updated.

Problem, is somewhere else.
Reply
#4

You have all the plugins required - Whats the problem?
Reply
#5

Ah, sorry for not reading all your post i was in hurry because i'm making a GM.. so ye sorry again.

You get any errors?, btw download native checker it's a plugin then put it in server.cfg make sure it's in the last of the line then load ur server and show us ur server log.
Reply
#6

Only error I got, is in the TITLE of the topic, and its showing me in console(server_log) of my server. Cause of that my gamemode in serverlist is saying "Unknown".

The error from TITLE of the topic is:
Код:
Run time error 19: "File or function is not found"
Reply
#7

Use nativechecker as suggested by Stuun23 and show us what errors you get after.
- https://sampforum.blast.hk/showthread.php?tid=249226
Reply
#8

Alright guys, I am real "forgoting man", other than that, I got a next problem.
the problem was, i forgoted to write to my server.cfg the names, of plugins

When I start my server, this is spamming to my console(server_log).
Код:
TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
That "Ћiadny takэto hostiteľ nie je znбmy." in english basically means "None of those hosts is known." or something like that.

And, when I connected to server, it automaticlly kicked me out and it said "Server closed connection"

And in my log i saw:
Код:
[21:32:58] [join] algebrodand has joined the server (0:127.0.0.1)
[21:32:58] [part] algebrodand has left the server (0:2)
So, i am really confused now, what that means.
Reply
#9

Show ALL your server log.
Reply
#10

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[20:54:53] filterscripts = ""  (string)
[20:54:53] 
[20:54:53] Server Plugins
[20:54:53] --------------
[20:54:53]  Loaded 0 plugins.

[20:54:54] 
[20:54:54] Filterscripts
[20:54:54] ---------------
[20:54:54]   Loaded 0 filterscripts.

[20:54:54] Script[gamemodes/and.amx]: Run time error 19: "File or function is not found"
[20:54:54] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[20:56:03] filterscripts = ""  (string)
[20:56:03] 
[20:56:03] Server Plugins
[20:56:03] --------------
[20:56:03]  Loaded 0 plugins.

[20:56:03] 
[20:56:03] Filterscripts
[20:56:03] ---------------
[20:56:03]   Loaded 0 filterscripts.

[20:56:03] Script[gamemodes/and.amx]: Run time error 19: "File or function is not found"
[20:56:03] Number of vehicle models: 0
[20:56:05] --- Server Shutting Down.

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[20:56:15] filterscripts = ""  (string)
[20:56:15] 
[20:56:15] Server Plugins
[20:56:15] --------------
[20:56:15]  Loaded 0 plugins.

[20:56:15] 
[20:56:15] Filterscripts
[20:56:15] ---------------
[20:56:15]   Loaded 0 filterscripts.

[20:56:15] Script[gamemodes/and.amx]: Run time error 19: "File or function is not found"
[20:56:15] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[20:56:42] filterscripts = ""  (string)
[20:56:42] 
[20:56:42] Server Plugins
[20:56:42] --------------
[20:56:42]  Loaded 0 plugins.

[20:56:42] 
[20:56:42] Filterscripts
[20:56:42] ---------------
[20:56:42]   Loaded 0 filterscripts.

[20:56:42] Script[gamemodes/and.amx]: Run time error 19: "File or function is not found"
[20:56:42] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[20:59:34] filterscripts = ""  (string)
[20:59:34] 
[20:59:34] Server Plugins
[20:59:34] --------------
[20:59:34]  Loaded 0 plugins.

[20:59:34] 
[20:59:34] Filterscripts
[20:59:34] ---------------
[20:59:34]   Loaded 0 filterscripts.

[20:59:34] Script[gamemodes/and.amx]: Run time error 19: "File or function is not found"
[20:59:34] Number of vehicle models: 0

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[21:02:35] filterscripts = ""  (string)
[21:02:35] 
[21:02:35] Server Plugins
[21:02:35] --------------
[21:02:35]  Loaded 0 plugins.

[21:02:35] 
[21:02:35] Filterscripts
[21:02:35] ---------------
[21:02:35]   Loaded 0 filterscripts.

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

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[21:03:15] filterscripts = ""  (string)
[21:03:15] 
[21:03:15] Server Plugins
[21:03:15] --------------
[21:03:15]  Loaded 0 plugins.

[21:03:15] 
[21:03:15] Filterscripts
[21:03:15] ---------------
[21:03:15]   Loaded 0 filterscripts.

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

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[21:31:06] filterscripts = ""  (string)
[21:31:06] 
[21:31:06] Server Plugins
[21:31:06] --------------
[21:31:06]  Loading plugin: irc
[21:31:06] 

*** IRC Plugin v1.4.6 by Incognito loaded ***

[21:31:06]   Loaded.
[21:31:06]  Loading plugin: sscanf
[21:31:06] 

[21:31:06]  ===============================

[21:31:06]       sscanf plugin loaded.     

[21:31:06]          Version:  2.8.1        

[21:31:06]    © 2012 Alex "******" Cole  

[21:31:06]  ===============================

[21:31:06]   Loaded.
[21:31:06]  Loading plugin: streamer
[21:31:07] 

*** Streamer Plugin v2.7.4 by Incognito loaded ***

[21:31:07]   Loaded.
[21:31:07]  Loading plugin: Whirlpool
[21:31:07]  
[21:31:07]  ==================
[21:31:07]  
[21:31:07]   Whirlpool loaded
[21:31:07]  
[21:31:07]  ==================
[21:31:07]  
[21:31:07]   Loaded.
[21:31:07]  Loaded 4 plugins.

[21:31:07] 
[21:31:07] Filterscripts
[21:31:07] ---------------
[21:31:07]   Loaded 0 filterscripts.

[21:31:07]  
[21:31:07]  
[21:31:07]  
[21:31:07]  ======================================= 
[21:31:07]  |                                     | 
[21:31:07]  |        YSI version 3.09.0684        | 
[21:31:07]  |        By Alex "******" Cole        | 
[21:31:07]  |                                     | 
[21:31:07]  ======================================= 
[21:31:07]  
[21:31:07] >> TrollIRC v1.0: Attempting to connect 3 IRC bots...
[21:31:07] >> TrollIRC v1.0: Connection initalized...
[21:31:07] Loading Objects...
[21:31:07] Objects Loaded, Loading Pickups and 3D Text Labels...
[21:31:07] Pickups and 3D Texts Loaded, Loading Checkpoints...
[21:31:07] Checkpoints Loaded, Loading Cells...
[21:31:07] Cells Loaded, Loading Gangs...
[21:31:08] Gangs Loaded.
[21:31:08] 
----------------------------------
[21:31:08] And Gamemode
[21:31:08] ----------------------------------

[21:31:08] Number of vehicle models: 4
[21:31:08]  
[21:31:08]  ========================================== 
[21:31:08]  |                                        | 
[21:31:08]  |  A new version (v<html>
  ) of YSI is  | 
[21:31:08]  |            available from:             | 
[21:31:08]  |                                        | 
[21:31:08]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
[21:31:08]  |                                        | 
[21:31:08]  ========================================== 
[21:31:08]  
[21:31:10] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:12] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:14] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:22] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:24] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:27] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:34] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:36] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:39] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:47] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:49] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:51] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:31:59] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:32:01] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:32:03] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:32:58] Incoming connection: 127.0.0.1:57007
[21:32:58] [join] algebrodand has joined the server (0:127.0.0.1)
[21:32:58] [part] algebrodand has left the server (0:2)

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[21:43:10] filterscripts = ""  (string)
[21:43:10] 
[21:43:10] Server Plugins
[21:43:10] --------------
[21:43:10]  Loading plugin: irc.dll
[21:43:10] 

*** IRC Plugin v1.4.6 by Incognito loaded ***

[21:43:10]   Loaded.
[21:43:10]  Loading plugin: sscanf.dll
[21:43:10] 

[21:43:10]  ===============================

[21:43:10]       sscanf plugin loaded.     

[21:43:10]          Version:  2.8.1        

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

[21:43:10]  ===============================

[21:43:10]   Loaded.
[21:43:10]  Loading plugin: streamer.dll
[21:43:10] 

*** Streamer Plugin v2.7.4 by Incognito loaded ***

[21:43:10]   Loaded.
[21:43:10]  Loading plugin: Whirlpool.dll
[21:43:10]  
[21:43:10]  ==================
[21:43:10]  
[21:43:10]   Whirlpool loaded
[21:43:10]  
[21:43:10]  ==================
[21:43:10]  
[21:43:10]   Loaded.
[21:43:10]  Loaded 4 plugins.

[21:43:10] 
[21:43:10] Filterscripts
[21:43:10] ---------------
[21:43:10]   Loaded 0 filterscripts.

[21:43:11]  
[21:43:11]  
[21:43:11]  
[21:43:11]  ======================================= 
[21:43:11]  |                                     | 
[21:43:11]  |        YSI version 3.09.0684        | 
[21:43:11]  |        By Alex "******" Cole        | 
[21:43:11]  |                                     | 
[21:43:11]  ======================================= 
[21:43:11]  
[21:43:11] >> TrollIRC v1.0: Attempting to connect 3 IRC bots...
[21:43:11] >> TrollIRC v1.0: Connection initalized...
[21:43:11] Loading Objects...
[21:43:11] Objects Loaded, Loading Pickups and 3D Text Labels...
[21:43:11] Pickups and 3D Texts Loaded, Loading Checkpoints...
[21:43:11] Checkpoints Loaded, Loading Cells...
[21:43:11] Cells Loaded, Loading Gangs...
[21:43:11] Gangs Loaded.
[21:43:11] 
----------------------------------
[21:43:11] And Gamemode
[21:43:11] ----------------------------------

[21:43:11] Number of vehicle models: 4
[21:43:11]  
[21:43:11]  ========================================== 
[21:43:11]  |                                        | 
[21:43:11]  |  A new version (v<html>
  ) of YSI is  | 
[21:43:11]  |            available from:             | 
[21:43:11]  |                                        | 
[21:43:11]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
[21:43:11]  |                                        | 
[21:43:11]  ========================================== 
[21:43:11]  
[21:43:13] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:15] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:17] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:25] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:47] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:47] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:47] >> TrollIRC v1.0: Bot ID 1 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:47] >> TrollIRC v1.0: Bot ID 2 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
[21:43:47] >> TrollIRC v1.0: Bot ID 3 failed to connect to irc server (6667). Reason: Ћiadny takэto hostiteľ nie je znбmy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)