Run Time error 19[HELP] -
ChizomeA - 03.11.2016
this happen to me after compile (success compile)
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[11:38:15]
[11:38:15] Server Plugins
[11:38:15] --------------
[11:38:15] Loading plugin: streamer
[11:38:15] Failed.
[11:38:15] Loaded 0 plugins.
[11:38:15]
[11:38:15] Filterscripts
[11:38:15] ---------------
[11:38:15] Loading filterscript 'gl_actions.amx'...
[11:38:15] Loading filterscript 'gl_realtime.amx'...
[11:38:15] Loading filterscript 'gl_property.amx'...
[11:38:15]
-----------------------------------
[11:38:15] Grand Larceny Property Filterscript
[11:38:15] -----------------------------------
[11:38:15] Loading filterscript 'gl_mapicon.amx'...
[11:38:15] Loading filterscript 'ls_elevator.amx'...
[11:38:15] Loading filterscript 'attachments.amx'...
[11:38:15] Loading filterscript 'skinchanger.amx'...
[11:38:15]
--Admin Player Skin Changer Loaded
[11:38:15] Loading filterscript 'vspawner.amx'...
[11:38:15]
--Admin Vehicle Spawner Loaded
[11:38:15] Loading filterscript 'ls_mall.amx'...
[11:38:15] Loading filterscript 'ls_beachside.amx'...
[11:38:15]
[11:38:15] |---------------------------------------------------
[11:38:15] |--- LS BeachSide Filterscript
[11:38:15] |-- Script v1.03
[11:38:15] |-- 19th April 2015
[11:38:15] |---------------------------------------------------
[11:38:15] |-- LS BeachSide Building Elevator created
[11:38:15] |---------------------------------------------------
[11:38:15] Loaded 10 filterscripts.
[11:38:15] Reading File: blank
[11:38:15] Reading File: properties/houses.txt
[11:38:15] Reading File: properties/businesses.txt
[11:38:15] Reading File: properties/banks.txt
[11:38:15] Reading File: properties/police.txt
[11:38:15] Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"
[11:38:15] Number of vehicle models: 0
Re: Run Time error 19[HELP] -
ChizomeA - 03.11.2016
http://imgur.com/a/yKNIM
Re: Run Time error 19[HELP] -
Sew_Sumi - 03.11.2016
Streamer isn't loaded... It shows in the logs right there.
Chances are you need the Visual Studio 2015 runtimes, and if it's an x64 system you'll need to install both the x64, and x86 versions.
Re: Run Time error 19[HELP] -
ChizomeA - 03.11.2016
Quote:
Originally Posted by Sew_Sumi
Streamer isn't loaded... It shows in the logs right there.
Chances are you need the Visual Studio 2015 runtimes, and if it's an x64 system you'll need to install both the x64, and x86 versions.
|
oh Nice thanks
finally it fix now after 2days searching for this
Re: Run Time error 19[HELP] -
Micko123 - 03.11.2016
Let me just tell you something
When you have this in log
Код:
[11:38:15] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found"
Always first check for this
Код:
[11:38:15] Loaded 0 plugins.
If 0 plugins are loaded that is problem.
If plugins are loaded but it still gice you error your GM isn't compiled proprely.
If both are fine like @Sew_Sumi said you'll need Visual Studio...
Re: Run Time error 19[HELP] -
ChizomeA - 09.11.2016
Quote:
Originally Posted by Micko123
Let me just tell you something
When you have this in log
Код:
[11:38:15] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found"
Always first check for this
Код:
[11:38:15] Loaded 0 plugins.
If 0 plugins are loaded that is problem.
If plugins are loaded but it still gice you error your GM isn't compiled proprely.
If both are fine like @Sew_Sumi said you'll need Visual Studio...
|
its fix now thanks btw