HALP!! Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
Dear Internet People,
I have a folder set up on my PC at home, has some simple scripts and game modes and I the server runs with no issues.
Now if i copy all the contents to my OVH VPS
First i was getting told missing msvcp120.dll file
So i ..
1 - installed vcdirect_64 vcdirect 86
2 - set the server to install network 3.5 / 4.5
Re-booted vps
re-run samp server
it still DID NOT work
So i manually downloaded msvcp120.dll and placed in SAMP directory)
This fixed the msvcp120.dll ERROR
SECOND ERROR
Script[gamemodes/FL.amx]: Run time error 19: "File or function is not found"
(FL is the game mode)
Which used 2 plugins SSCANF & STREAMER
both which have been updated to latest versions. & game mode re-compiled*
---------------------------------------------------------------------------------------------------------------
So yes I am a little bit lost and cannot work it out, any help would be appreciated thankyou!
-there are a lot of other posts on ****** about his infact too many.
See what I cant work out is hwy it works on my PC but not on the VPS
would say to me its the files, must be something on the operating system and server itself that is missing.
Regards
Duke<3
Re: Run time error 19: "File or function is not found" With a twist.... -
NGG - 29.01.2015
Would you operating the pc?
Re: Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
Quote:
Originally Posted by NGG
Would you operating the pc?
|
sorry what do you mean?
yes im operating both computers which are windows based
Re: Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
[17:33:27] ===============================
[17:33:27] sscanf plugin loaded.
[17:33:27] Version: 2.8.1
[17:33:27] © 2012 Alex "******" Cole
[17:33:27] ===============================
[17:33:27] Loaded.
[17:33:27] Loading plugin: nativechecker
[17:33:27] Loaded.
[17:33:27] Loaded 2 plugins.
[17:33:27]
[17:33:27] Filterscripts
[17:33:27] ---------------
[17:33:27] Loading filterscript 'HandShake.amx'...
[17:33:27]
--------------------------------------
[17:33:27] Blank Filterscript by your name here
[17:33:27] --------------------------------------
[17:33:27] Loading filterscript 'aamap.amx'...
[17:33:27] Error: Function not registered: 'Streamer_CallbackHook'
[17:33:27] Error: Function not registered: 'CreateDynamicObject'
[17:33:27] Loaded 2 filterscripts.
[17:33:27] Error: Function not registered: 'Streamer_CallbackHook'
[17:33:27] Error: Function not registered: 'DestroyDynamicObject'
[17:33:27] Error: Function not registered: 'CreateDynamicObject'
[17:33:27] Script[gamemodes/FL.amx]: Run time error 19: "File or function is not found"
[17:33:27] Number of vehicle models: 0
Re: Run time error 19: "File or function is not found" With a twist.... -
Parallex - 29.01.2015
VPS is linux? If so, download the Linux (.so) plugin and also in server.cfg add .so after every plugin.
Re: Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
windows 8
Re: Run time error 19: "File or function is not found" With a twist.... -
Parallex - 29.01.2015
Streamer plugin problem. Download the latest streamer version of Icognito from
here, and then replace those streamer plugin with the one you currently have. Also - make sure that in server.cfg, you have streamer in the plugin's line.
Re: Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
re-downloaded latest version of streamer, uploaded files to VPS
recompiled scripts in pawno
checked to make sure streamer is of course in server.cfh plugin setting*
plugins streamer sscanf nativechecker
launched server, same problem
Re: Run time error 19: "File or function is not found" With a twist.... -
Parallex - 29.01.2015
Quote:
Originally Posted by DukeVega
re-downloaded latest version of streamer, uploaded files to VPS
recompiled scripts in pawno
checked to make sure streamer is of course in server.cfh plugin setting*
plugins streamer sscanf nativechecker
launched server, same problem
|
Eh, show your server.cfg (I'm not asking for RCON pass)
Re: Run time error 19: "File or function is not found" With a twist.... -
DukeVega - 29.01.2015
echo Executing Server Config...
lanmode 1
rcon_password XXXXXXXX
maxplayers 101
port 7777
hostname Fallout:Apocalypse RP
gamemode0 FalloutSA
filterscripts HandShake aamap
announce 1
query 1
plugins streamer sscanf nativechecker
weburl
www.xenopixel.net
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 2
logtimeformat [%H:%M:%S]
seems a bit weird it works on my pc at home but not on the vps....