Portal SAMP
[Ajuda] Run time error 19 - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] Run time error 19 (/showthread.php?tid=1914)



Run time error 19 - geek - 09/12/2021

Estou tendo esse problema ao iniciar o servidor na host , os plugins estão atualizados e a gm compila sem nenhum erro ou tipo de warning

Código:
v0.3.7-R2, (C)2005-2015 SA-MP Team

[19:48:48] filterscripts = ""  (string)
password = ""  (string)

Server Plugins
--------------
Loading plugin: sscanf.so


===============================

      sscanf plugin loaded.     

   (c) 2009 Alex "Y_Less" Cole

===============================

  Loaded.
Loading plugin: streamer.so


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

  Loaded.
Loading plugin: MapAndreas.so
  Loaded.
Loaded 3 plugins.


Filterscripts
---------------
  Loaded 0 filterscripts.

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

1
                0



RE: Run time error 19 - ipsLuan - 09/12/2021

Só usar o crashdetect e o nativechecker que identifica o erro.
Esse erro é característico e provavelmente está faltando algum plugin.


RE: Run time error 19 - xbruno1000x - 09/12/2021

Como o Luan já disse, é um problema característico da falta de plugin. Veja quais são os plugins necessários para o gamemode e corrija.


RE: Run time error 19 - SrBlue - 09/12/2021

(09/12/2021 19:54)geek Escreveu: Estou tendo esse problema ao iniciar o servidor na host , os plugins estão atualizados e a gm compila sem nenhum erro ou tipo de warning

Código:
v0.3.7-R2, (C)2005-2015 SA-MP Team

[19:48:48] filterscripts = ""  (string)
password = ""  (string)

Server Plugins
--------------
Loading plugin: sscanf.so


===============================

      sscanf plugin loaded.    

   (c) 2009 Alex "Y_Less" Cole

===============================

  Loaded.
Loading plugin: streamer.so


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

  Loaded.
Loading plugin: MapAndreas.so
  Loaded.
Loaded 3 plugins.


Filterscripts
---------------
  Loaded 0 filterscripts.

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

1
                0

o streamer ta com mesma versão de include?, use o plugin crashdetect para verificar se tens algun bug ou falta de plugin como dito acima


RE: Run time error 19 - xbruno1000x - 10/12/2021

(09/12/2021 23:15)SrBlue Escreveu:
(09/12/2021 19:54)geek Escreveu: Estou tendo esse problema ao iniciar o servidor na host , os plugins estão atualizados e a gm compila sem nenhum erro ou tipo de warning

Código:
v0.3.7-R2, (C)2005-2015 SA-MP Team

[19:48:48] filterscripts = ""  (string)
password = ""  (string)

Server Plugins
--------------
Loading plugin: sscanf.so


===============================

      sscanf plugin loaded.    

   (c) 2009 Alex "Y_Less" Cole

===============================

  Loaded.
Loading plugin: streamer.so


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

  Loaded.
Loading plugin: MapAndreas.so
  Loaded.
Loaded 3 plugins.


Filterscripts
---------------
  Loaded 0 filterscripts.

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

1
                0

o streamer ta com mesma versão de include?, use o plugin crashdetect para verificar se tens algun bug ou falta de plugin como dito acima

Está, a própria include já faz essa verificação.


RE: Run time error 19 - hey - 14/12/2021

verifique o server.cfg este erro acontece quando um plugin n esta atualizado ou n esta na pasta plugins


RE: Run time error 19 - JoaO_ - 19/11/2022

Estou tendo esse problema

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

weburl = "www.sa-mp.com" (string)

Server Plugins
--------------
Loading plugin: sscanf
Failed.
Loading plugin: streamer
Failed.
Loading plugin: sky
Loaded.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 100 lanmode is ON.


Filterscripts
---------------
Loading filterscript 'Acessorios.amx'...
Loaded 1 filterscripts.

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


RE: Run time error 19 - xbruno1000x - 19/11/2022

(19/11/2022 12:40)JoaO_ Escreveu: Estou tendo esse problema

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

weburl = "www.sa-mp.com"  (string)

Server Plugins
--------------
Loading plugin: sscanf
  Failed.
Loading plugin: streamer
  Failed.
Loading plugin: sky
  Loaded.
Loaded 1 plugins.


Started server on port: 7777, with maxplayers: 100 lanmode is ON.


Filterscripts
---------------
  Loading filterscript 'Acessorios.amx'...
  Loaded 1 filterscripts.

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

Como já foi dito acima, é um problema característico da falta de plugins. No seu caso, a streamer e a sscanf não estão sendo carregadas.

Tente instalar:
https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/


RE: Run time error 19 - MisteriumBr - 19/12/2022

(19/11/2022 14:41)xbruno1000x Escreveu: Como já foi dito acima, é um problema característico da falta de plugins. No seu caso, a streamer e a sscanf não estão sendo carregadas.

Tente instalar:
https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

Opa, me ajudou aqui, havia formatado o PC e tive que instalar novamente essa pacote resolveu meu problema, Valeu Bruno +Rep