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

I've been having my own gamemodes just for me and my friends to mess on for a while now and barely ran into this problem. After the first couple times of getting this I fixed it simply by googling and looking on sa-mp forums. Now however, nothing works.
I've got all my plugins in my .cfg file and all in plugins folder. I complie my gamemode and it's all perfect. When I go to samp-server.exe it shows the 'run time error 19' I installed a new streamer plug in and now it comes up saying 'This program can't start because MSVCR120.dll is missing from your computer. Try reinstalling the program to fix this problem.' I've downloaded the MSVCR120.dll and stuck it in the folder where samp-server is and I've also tried putting it into my windows32 folder.

Funny thing is, I can be on one gamemode, everyhing fine until I load this other gamemode I really want to play. Also the MSVCR120.dll error comes up only when I put in the most recent streamer plugin and compile it sucessfully.

Can anyone please help me?
Reply
#2

dont EVER just download a .dll. It means a library is missing and you should ****** what that dll is for, and download the package. You're missing Visual Runtime C++ 2010. Delete whatever DLLs you downloaded and get that package.
Reply
#3

Quote:
Originally Posted by TakeiT
Посмотреть сообщение
dont EVER just download a .dll. It means a library is missing and you should ****** what that dll is for, and download the package. You're missing Visual Runtime C++ 2010. Delete whatever DLLs you downloaded and get that package.
I've literally just done that, thanks.. But I get this when I try to run my server now:
[00:28:27] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
About 100 times or so and then at the bottom;
[00:28:27] Script[gamemodes/VGRP.amx]: Run time error 19: "File or function is not found"

I've got updated plugins, everything I can actually think of
Reply
#4

I've created another folder to see if any of the files in the first folder was effecting the issue, but now I just get
Script[gamemode/test.amx] Run time error 19: "File or function is not found"
But, if I was to update my streamer plugin, I get a hell of a lot more errors than I do now. And there is no errors when I compile my script and that bit works fine

Sorry for double post
Reply
#5

try this to look https://sampforum.blast.hk/showthread.php?tid=482429
Reply
#6

Quote:
Originally Posted by Team_PRO
Посмотреть сообщение
I've got the latest Incognito streamer plugins but still get error 19
Reply
#7

This is my server_log
Quote:

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

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

[12:04:02]
[12:04:02] Server Plugins
[12:04:02] --------------
[12:04:02] Loading plugin: audio
[12:04:02] Failed.
[12:04:02] Loading plugin: sscanf
[12:04:02]

[12:04:02] ===============================

[12:04:02] sscanf plugin loaded.

[12:04:02] © 2009 Alex "******" Cole

[12:04:02] 0.3d-R2 500 Players "dnee"

[12:04:02] ===============================

[12:04:02] Loaded.
[12:04:02] Loading plugin: streamer
[12:04:02]

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

[12:04:02] Loaded.
[12:04:02] Loaded 2 plugins.

[12:04:02]
[12:04:02] Filterscripts
[12:04:02] ---------------
[12:04:02] Loading filterscript 'gl_actions.amx'...
[12:04:02] Loading filterscript 'gl_realtime.amx'...
[12:04:02] Loading filterscript 'gl_property.amx'...
[12:04:02]
-----------------------------------
[12:04:02] Grand Larceny Property Filterscript
[12:04:02] -----------------------------------

[12:04:02] Loading filterscript 'gl_mapicon.amx'...
[12:04:02] Loading filterscript 'ls_mall.amx'...
[12:04:02] Loading filterscript 'ls_elevator.amx'...
[12:04:02] Loading filterscript 'attachments.amx'...
[12:04:02] Loaded 7 filterscripts.

[12:04:02] Reading File: blank
[12:04:02] Reading File: properties/houses.txt
[12:04:02] Reading File: properties/businesses.txt
[12:04:02] Reading File: properties/banks.txt
[12:04:02] Reading File: properties/police.txt
[12:04:02] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[12:04:02] Number of vehicle models: 0

Reply
#8

Quote:
Originally Posted by Kenny365
Посмотреть сообщение
I've got the latest Incognito streamer plugins but still get error 19
https://sampforum.blast.hk/showthread.php?tid=102865 or this https://github.com/samp-incognito/sa...eleases/latest download the 2.7.4 it is the latest version
Reply
#9

I know I'm pretty nooby but what the hell.. Thanks for this help you're giving me..
I seen I had the audo.dll error, it always came up saying it was a virus so I downloaded 'Audio Plugin v0.5 R2' and this is now my error when I try to compile my server:
Quote:

C:\Users\User\Desktop\h\gamemodes\test.pwn(3450) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\User\Desktop\h\gamemodes\test.pwn(3503) : error 017: undefined symbol "Audio_Seek"
C:\Users\User\Desktop\h\gamemodes\test.pwn(3535) : error 017: undefined symbol "Audio_Seek"
C:\Users\User\Desktop\h\gamemodes\test.pwn(3513) : warning 203: symbol is never used: "seek"
C:\Users\User\Desktop\h\gamemodes\test.pwn(3565) : error 017: undefined symbol "Audio_Seek"
C:\Users\User\Desktop\h\gamemodes\test.pwn(3544) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

Reply
#10

Sorry for double posts again but I fixed the errors above, all plugins are loading, filterscript is loading but still get:
Quote:

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

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

[12:24:38]
[12:24:38] Server Plugins
[12:24:38] --------------
[12:24:38] Loading plugin: audio
[12:24:38]

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[12:24:38] Loaded.
[12:24:38] Loading plugin: sscanf
[12:24:38]

[12:24:38] ===============================

[12:24:38] sscanf plugin loaded.

[12:24:38] © 2009 Alex "******" Cole

[12:24:38] 0.3d-R2 500 Players "dnee"

[12:24:38] ===============================

[12:24:38] Loaded.
[12:24:38] Loading plugin: streamer
[12:24:38]

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

[12:24:38] Loaded.
[12:24:38] Loaded 3 plugins.

[12:24:38]
[12:24:38] Filterscripts
[12:24:38] ---------------
[12:24:38] Loading filterscript 'buttons.amx'...
[12:24:38] Loaded 1 filterscripts.

[12:24:38] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[12:24:38] Number of vehicle models: 0

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)