Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
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:08] Server Plugins
[16:20:08] --------------
[16:20:08] Loading plugin: sscanf
[16:20:08]
[16:20:08] ===============================
[16:20:08] sscanf plugin loaded.
[16:20:08] (c) 2009 Alex "Y_Less" Cole
[16:20:08] 0.3d-R2 500 Players "dnee"
[16:20:08] ===============================
[16:20:08] Loaded.
[16:20:08] Loading plugin: mysql
[16:20:08]
> MySQL plugin R7 successfully loaded.
[16:20:08] Loaded.
[16:20:08] Loading plugin: streamer
[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:08] Filterscripts
[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:08] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[16:20:08] Number of vehicle models: 0
Re: Run time error 19 (0.3e) -
HDFord - 09.05.2012
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?
Re: Run time error 19 (0.3e) -
Twisted_Insane - 09.05.2012
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...
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by HDFord
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
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
Re: Run time error 19 (0.3e) -
TzAkS. - 09.05.2012
Maybe you are not using the corect mysql plugin.
Or your server needs some more plugins,this error usualy is from plugins.
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by TzAkS.
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:02] Server Plugins
[16:46:02] --------------
[16:46:02] Loaded 0 plugins.
[16:46:03]
[16:46:03] Filterscripts
[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:03] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[16:46:03] Number of vehicle models: 0
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
Re: Run time error 19 (0.3e) -
TzAkS. - 09.05.2012
Ofcourse that is the same error,becouse you don`t have the plugins that server needs.
Im am realy sure..is from plugins.
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by TzAkS.
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)
Re: Run time error 19 (0.3e) -
WarriorEd22 - 09.05.2012
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
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:21] Server Plugins
[17:09:21] --------------
[17:09:21] Loading plugin: sscanf
[17:09:21]
[17:09:21] ===============================
[17:09:21] sscanf plugin loaded.
[17:09:21] (c) 2009 Alex "Y_Less" Cole
[17:09:21] 0.3d-R2 500 Players "dnee"
[17:09:21] ===============================
[17:09:21] Loaded.
[17:09:21] Loading plugin: mysql
[17:09:21]
> MySQL plugin R7 successfully loaded.
[17:09:21] Loaded.
[17:09:21] Loading plugin: streamer
[17:09:21]
*** Streamer Plugin v2.3.8 by Incognito loaded ***
[17:09:21] Loaded.
[17:09:21] Loading plugin: nativechecker
[17:09:21] Loaded.
[17:09:21] Loaded 4 plugins.
[17:09:21]
[17:09:21] Filterscripts
[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:21] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[17:09:21] Number of vehicle models: 0
Re: Run time error 19 (0.3e) -
WarriorEd22 - 09.05.2012
Quote:
Originally Posted by [BG]PREDATOR
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:21] Server Plugins
[17:09:21] --------------
[17:09:21] Loading plugin: sscanf
[17:09:21]
[17:09:21] ===============================
[17:09:21] sscanf plugin loaded.
[17:09:21] (c) 2009 Alex "Y_Less" Cole
[17:09:21] 0.3d-R2 500 Players "dnee"
[17:09:21] ===============================
[17:09:21] Loaded.
[17:09:21] Loading plugin: mysql
[17:09:21]
> MySQL plugin R7 successfully loaded.
[17:09:21] Loaded.
[17:09:21] Loading plugin: streamer
[17:09:21]
*** Streamer Plugin v2.3.8 by Incognito loaded ***
[17:09:21] Loaded.
[17:09:21] Loading plugin: nativechecker
[17:09:21] Loaded.
[17:09:21] Loaded 4 plugins.
[17:09:21]
[17:09:21] Filterscripts
[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:21] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[17:09:21] Number of vehicle models: 0
|
Wait... I think you found your problem.
Re: Run time error 19 (0.3e) -
SuperViper - 09.05.2012
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.
Re: Run time error 19 (0.3e) -
Mark™ - 09.05.2012
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.
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by Xtreme_playa
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:16] Filterscripts
[17:33:16] ---------------
[17:33:16] Loading filterscript 'test.amx'...
[17:33:16] *** Streamer Plugin: Include file version (0x26002) does 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:16] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[17:33:16] Number of vehicle models: 0
Re: Run time error 19 (0.3e) -
TzAkS. - 09.05.2012
Recompile with the new include from streamer
Re: Run time error 19 (0.3e) -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by TzAkS.
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
|
Re: Run time error 19 (0.3e) -
TzAkS. - 09.05.2012
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.
you need to downaload new mode -
john_jenkins - 09.05.2012
you need to downaload new mode
Re: you need to downaload new mode -
WarriorEd22 - 09.05.2012
Quote:
Originally Posted by john_jenkins
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?
Re: you need to downaload new mode -
[BG]PREDATOR - 09.05.2012
Quote:
Originally Posted by WarriorEd22
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