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=577916)
Run time error 19: "File or function is not found" -
Flokx - 14.06.2015
Suddenly happens to me and then I used netivchecker. and here log
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[15:38:39]
[15:38:39] Server Plugins
[15:38:39] --------------
[15:38:39] Loading plugin: streamer
[15:38:39]
*** Streamer Plugin v2.7.7 by Incognito loaded ***
[15:38:39] Loaded.
[15:38:39] Loading plugin: sscanf
[15:38:39] Failed.
[15:38:39] Loading plugin: Whirlpool
[15:38:39]
[15:38:39] ==================
[15:38:39]
[15:38:39] Whirlpool loaded
[15:38:39]
[15:38:39] ==================
[15:38:39]
[15:38:39] Loaded.
[15:38:39] Loading plugin: regex
[15:38:39] Failed.
[15:38:39] Loading plugin: mysql
[15:38:39]
> MySQL plugin R7 successfully loaded.
[15:38:39] Loaded.
[15:38:39] Loading plugin: MapAndreas
[15:38:39] Failed.
[15:38:39] Loading plugin: gvar
[15:38:39] Failed.
[15:38:39] Loading plugin: iTD
[15:38:39] Failed.
[15:38:39] Loading plugin: nativechecker
[15:38:39] Loaded.
[15:38:39] Loaded 4 plugins.
[15:38:39]
[15:38:39] Filterscripts
[15:38:39] ---------------
[15:38:39] Loading filterscript 'Extra.amx'...
[15:38:39]
------------Loading maps-------------
[15:38:39] Loading filterscript 'iTD.amx'...
[15:38:39] Unable to load filterscript 'iTD.amx'.
[15:38:39] Loaded 1 filterscripts.
[15:38:39] Error: Function not registered: 'SSCANF_Init'
[15:38:39] Error: Function not registered: 'SSCANF_IsConnected'
[15:38:39] Error: Function not registered: 'SSCANF_Join'
[15:38:39] Error: Function not registered: 'SSCANF_Leave'
[15:38:39] Error: Function not registered: 'sscanf'
[15:38:39] Error: Function not registered: 'GetGVarInt'
[15:38:39] Error: Function not registered: 'SetGVarInt'
[15:38:39] Error: Function not registered: 'GetGVarFloat'
[15:38:39] Error: Function not registered: 'SetGVarFloat'
[15:38:39] Error: Function not registered: 'SetGVarString'
[15:38:39] Error: Function not registered: 'GetGVarString'
[15:38:39] Script[gamemodes/k.amx]: Run time error 19: "File or function is not found"
[15:38:39] Number of vehicle models: 7
Please help me :O
Re: Run time error 19: "File or function is not found" -
xamen - 15.06.2015
Код:
[15:38:39] Loading plugin: sscanf
[15:38:39] Failed.
Re: Run time error 19: "File or function is not found" -
DetoNater - 15.06.2015
The plugin fails to load when you have outdated version.... Please update to the latest one and install the latest .netframework!
Re: Run time error 19: "File or function is not found" -
Dizzle - 15.06.2015
Do as DetoNater said, if this doesn't work, download Microsoft Visual C++ 2010 and Microsoft Visual C++ 2013, because I had the same problem and this fixed it for me.