Run time error 19 (0.3e)
#1

hello guys when i run the servar its give me this error Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found" but i dont have any erros in my gm its compile wich 0.3e pawn wichout any errors and i cant start my servar
PHP Code:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[16:20:08
[
16:20:08Server Plugins
[16:20:08] --------------
[
16:20:08]  Loading pluginsscanf
[16:20:08
[
16:20:08]  ===============================
[
16:20:08]       sscanf plugin loaded.     
[
16:20:08]    (c2009 Alex "Y_Less" Cole
[16:20:08]    0.3d-R2 500 Players "dnee"
[16:20:08]  ===============================
[
16:20:08]   Loaded.
[
16:20:08]  Loading pluginmysql
[16:20:08
  > 
MySQL plugin R7 successfully loaded.
[
16:20:08]   Loaded.
[
16:20:08]  Loading pluginstreamer
[16:20:08
*** 
Streamer Plugin v2.3.8 by Incognito loaded ***
[
16:20:08]   Loaded.
[
16:20:08]  Loaded 3 plugins.
[
16:20:08
[
16:20:08Filterscripts
[16:20:08] ---------------
[
16:20:08]   Loading filterscript 'test.amx'...
[
16:20:08]   Loading filterscript 'attachments.amx'...
[
16:20:08]   Loaded 3 filterscripts.
[
16:20:08Script[gamemodes/gamemode.amx]: Run time error 19"File or function is not found"
[16:20:08Number of vehicle models
Reply
#2

There is something wrong in the script that is blocking it from being readen.
pawn Code:
[16:20:08] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
When and on what line, thing you scripted did this first come?
Reply
#3

Some plugin might be missing or is outdated, use the search function for this, please! There are more than 100 topics in this forum which are includin' the same problem...
Reply
#4

Quote:
Originally Posted by HDFord
View Post
There is something wrong in the script that is blocking it from being readen.
pawn Code:
[16:20:08] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
When and on what line, thing you scripted did this first come?
its my gamode it cant read it but i dont have any errors when i compile lol

Quote:
Originally Posted by Twisted_Insane
View Post
Some plugin might be missing or is outdated, use the search function for this, please! There are more than 100 topics in this forum which are includin' the same problem...
i upgrade all plugins to latest version before start the servar + all includes
Reply
#5

Maybe you are not using the corect mysql plugin.
Or your server needs some more plugins,this error usualy is from plugins.
Reply
#6

Quote:
Originally Posted by TzAkS.
View Post
Maybe you are not using the corect mysql plugin.
Or your server needs some more plugins,this error usualy is from plugins.
i dont think its from plugins i unload all plugins and sill i get that error

PHP Code:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[16:46:02
[
16:46:02Server Plugins
[16:46:02] --------------
[
16:46:02]  Loaded 0 plugins.
[
16:46:03
[
16:46:03Filterscripts
[16:46:03] ---------------
[
16:46:03]   Loading filterscript 'test.amx'...
[
16:46:03]   Loading filterscript 'attachments.amx'...
[
16:46:03]   Loaded 3 filterscripts.
[
16:46:03Script[gamemodes/gamemode.amx]: Run time error 19"File or function is not found"
[16:46:03Number of vehicle models
EDIT: i unload all filescript files and i still get that error so it must be from gamemode but when i compile wich 0.3e it didnt give me error and create amx file
Reply
#7

Ofcourse that is the same error,becouse you don`t have the plugins that server needs.
Im am realy sure..is from plugins.
Reply
#8

Quote:
Originally Posted by TzAkS.
View Post
Ofcourse that is the same error,becouse you don`t have the plugins that server needs.
Im am realy sure..is from plugins.
i have same plugins like from my servar(0.3d) i only get pawn files and compile to 0.3e and for plugins i just search for all latest plugins that i use on my old servar(0.3d)
Reply
#9

https://sampforum.blast.hk/showthread.php?tid=249226
Reply
#10

hmmm how to fix this Error: Function not registered: 'Streamer_CallbackHook' and Error: Function not registered: 'mysql_query'

PHP Code:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team

[17:09:21
[
17:09:21Server Plugins
[17:09:21] --------------
[
17:09:21]  Loading pluginsscanf
[17:09:21

[
17:09:21]  ===============================

[
17:09:21]       sscanf plugin loaded.     

[
17:09:21]    (c2009 Alex "Y_Less" Cole

[17:09:21]    0.3d-R2 500 Players "dnee"

[17:09:21]  ===============================

[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginmysql
[17:09:21

  > 
MySQL plugin R7 successfully loaded.

[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginstreamer
[17:09:21

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


[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginnativechecker
[17:09:21]   Loaded.
[
17:09:21]  Loaded 4 plugins.

[
17:09:21
[
17:09:21Filterscripts
[17:09:21] ---------------
[
17:09:21]   Loading filterscript 'test.amx'...
[
17:09:21]    Error: Function not registered'Streamer_CallbackHook'
[17:09:21]   Loading filterscript 'attachments.amx'...
[
17:09:21]   Loaded 3 filterscripts.

[
17:09:21]    Error: Function not registered'Streamer_CallbackHook'
[17:09:21]    Error: Function not registered'mysql_query'
[17:09:21Script[gamemodes/gamemode.amx]: Run time error 19"File or function is not found"
[17:09:21Number of vehicle models
Reply
#11

Quote:
Originally Posted by [BG]PREDATOR
View Post
hmmm how to fix this Error: Function not registered: 'Streamer_CallbackHook' and Error: Function not registered: 'mysql_query'

PHP Code:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team
[17:09:21
[
17:09:21Server Plugins
[17:09:21] --------------
[
17:09:21]  Loading pluginsscanf
[17:09:21
[
17:09:21]  ===============================
[
17:09:21]       sscanf plugin loaded.     
[
17:09:21]    (c2009 Alex "Y_Less" Cole
[17:09:21]    0.3d-R2 500 Players "dnee"
[17:09:21]  ===============================
[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginmysql
[17:09:21
  > 
MySQL plugin R7 successfully loaded.
[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginstreamer
[17:09:21
*** 
Streamer Plugin v2.3.8 by Incognito loaded ***
[
17:09:21]   Loaded.
[
17:09:21]  Loading pluginnativechecker
[17:09:21]   Loaded.
[
17:09:21]  Loaded 4 plugins.
[
17:09:21
[
17:09:21Filterscripts
[17:09:21] ---------------
[
17:09:21]   Loading filterscript 'test.amx'...
[
17:09:21]    Error: Function not registered'Streamer_CallbackHook'
[17:09:21]   Loading filterscript 'attachments.amx'...
[
17:09:21]   Loaded 3 filterscripts.
[
17:09:21]    Error: Function not registered'Streamer_CallbackHook'
[17:09:21]    Error: Function not registered'mysql_query'
[17:09:21Script[gamemodes/gamemode.amx]: Run time error 19"File or function is not found"
[17:09:21Number of vehicle models
Wait... I think you found your problem.
Reply
#12

mysql_query was removed in RC7 of BlueG's plugin (I assume that's what you use). Search on the forum for mysql_query macros.

To fix the other error, update to the latest streamer version.
Reply
#13

Update your streamer plugin, v2.3.8 was compiled for 0.3b and your server's on 0.3e, so download v2.6.1 and recompile your script with the 2.6.1's include and replace the old streamer with this one.
Reply
#14

Quote:
Originally Posted by Xtreme_playa
View Post
Update your streamer plugin, v2.3.8 was compiled for 0.3b and your server's on 0.3e, so download v2.6.1 and recompile your script with the 2.6.1's include and replace the old streamer with this one.
what now ... i get this stream plugin from here but when i start servar i get this erros now

PHP Code:
[17:33:16
[
17:33:16Filterscripts
[17:33:16] ---------------
[
17:33:16]   Loading filterscript 'test.amx'...
[
17:33:16] *** Streamer Plugin: Include file version (0x26002does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[
17:33:16]   Loading filterscript 'attachments.amx'...
[
17:33:16]   Loaded 3 filterscripts.
[
17:33:16Script[gamemodes/gamemode.amx]: Run time error 19"File or function is not found"
[17:33:16Number of vehicle models
Reply
#15

Recompile with the new include from streamer
Reply
#16

Quote:
Originally Posted by TzAkS.
View Post
Recompile with the new include from streamer
i have done that on my last post were i resive error and see down i dont get any error when i compile my gm

Quote:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Reply
#17

I don`t think so.
Put the streamer.inc in one pawno and enter in that pawno and compile it.
Maybe you are using an another pawno.
Reply
#18

you need to downaload new mode
Reply
#19

Quote:
Originally Posted by john_jenkins
View Post
you need to downaload new mode
WTF?! What if he has a custom gamemode and not an edit that he's working on? How is he going to just download a custom gamemode of the same thing he has right now? Bro, are you high?
Reply
#20

Quote:
Originally Posted by WarriorEd22
View Post
WTF?! What if he has a custom gamemode and not an edit that he's working on? How is he going to just download a custom gamemode of the same thing he has right now? Bro, are you high?
WarriorEd22 you are right its my gamemode that i start from scrach were to download i just code myselft and about this topic i still get error 19 i try 5 times to re-download all thinks and re-compile all if anyone wont i will give hm TeamViewer id and pass to try hes luck
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)