SA-MP Forums Archive
[Ajuda] Run Time Error 19 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Run Time Error 19 (/showthread.php?tid=462933)



Run Time Error 19 - havenevak - 09.09.2013

Bom estou tentando ligar meu servidor em um linux centOS 6.4 e esta ocorrendo o seguinte erro Run Time Error 19
eu ja olhei diversos topicos antes de vim aqui pedir ajuda e antes que perguntei
Sim! meu game mode tem um main() ja baixei novamente os plugins e includes atualizados o AMX esta na pasta do gamemode todas as pastas estao corretamente criadas na scriptfiles os plugins estao tanto na pasta plugins como
dentro do server.cfg com .so no final do nome o game mode compila normalmente sem erros nem avisos vo deixa abaixo mas informaзoes sobre meu problema quem poder me ajudar ficarei muito grato desde ja obrigado.

OBS: no windows o Server liga normalmente nao apresenta nenhum problema
e usando os plugins Crash Detector e Cativechecker nao gera logs como estes abaixo.

Serve ligado

Meu Server.cfg
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname SA
-MP 0.3 Server
gamemode0 gm
filterscripts 
plugins streamer
.so sscanf.so crashdetect.so nativechecker.so
announce 0
query 1
weburl www
.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000 
Server.log
PHP код:

----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R4, (C)2005-2009 SA-MP Team
[10:28:03filterscripts ""  (string)
[
10:28:03
[
10:28:03Server Plugins
[10:28:03] --------------
[
10:28:03]  Loading pluginstreamer.so
[10:28:03
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
10:28:03]   Loaded.
[
10:28:03]  Loading pluginsscanf.so
[10:28:03
[
10:28:03]  ===============================
[
10:28:03]       sscanf plugin loaded.     
[
10:28:03]          Version:  2.8.1        
[10:28:03]    (c2012 Alex "******" Cole  
[10:28:03]  ===============================
[
10:28:03]   Loaded.
[
10:28:03]  Loading plugincrashdetect.so
[10:28:03]   crashdetect v4.8.5 is OK.
[
10:28:03]   Loaded.
[
10:28:03]  Loading pluginnativechecker.so
[10:28:03]   Loaded.
[
10:28:03]  Loaded 4 plugins.
[
10:28:03
[
10:28:03Filter Scripts
[10:28:03] ---------------
[
10:28:03]   Loaded 0 filter scripts.
[
10:28:03Script[gamemodes/gm.amx]: Run time error 19"File or function is not found"
[10:28:03Number of vehicle models
Logs gerados pelo pluing Crash Detector
PHP код:
[10:28:03] [debugRun time error 19"File or function is not found"
[10:28:03] [debug]  HTTP
[10:28:03] [debug]  GetPVarInt
[10:28:03] [debug]  CreatePlayerTextDraw
[10:28:03] [debug]  PlayerTextDrawUseBox
[10:28:03] [debug]  PlayerTextDrawLetterSize
[10:28:03] [debug]  PlayerTextDrawFont
[10:28:03] [debug]  PlayerTextDrawSetShadow
[10:28:03] [debug]  PlayerTextDrawSetOutline
[10:28:03] [debug]  PlayerTextDrawColor
[10:28:03] [debug]  PlayerTextDrawShow
[10:28:03] [debug]  PlayerTextDrawBoxColor
[10:28:03] [debug]  PlayerTextDrawBackgroundColor
[10:28:03] [debug]  PlayerTextDrawSetSelectable
[10:28:03] [debug]  PlayerTextDrawAlignment
[10:28:03] [debug]  PlayerTextDrawTextSize
[10:28:03] [debug]  PlayerTextDrawSetPreviewModel
[10:28:03] [debug]  PlayerTextDrawSetPreviewRot
[10:28:03] [debug]  PlayerTextDrawDestroy
[10:28:03] [debug]  GetPVarFloat
[10:28:03] [debug]  PlayerTextDrawSetString
[10:28:03] [debug]  SetPVarInt
[10:28:03] [debug]  SelectTextDraw
[10:28:03] [debug]  CancelSelectTextDraw
[10:28:03] [debug]  DeletePVar
[10:28:03] [debug]  EditObject
[10:28:03] [debug]  EditPlayerObject
[10:28:03] [debug]  LimitPlayerMarkerRadius
[10:28:03] [debug]  SetPlayerAttachedObject
[10:28:03] [debug]  RemovePlayerAttachedObject
[10:28:03] [debug]  EditAttachedObject
[10:28:03] [debug]  SetVehicleParamsEx
[10:28:03] [debug]  TextDrawSetSelectable
[10:28:03] [debug]  RemoveBuildingForPlayer
[10:28:03] [debug]  UpdateVehicleDamageStatus
[10:28:03] [debug]  GetVehicleDamageStatus
[10:28:03] [debug]  SelectObject 
Logs gerados pelo pluing nativechecker
PHP код:

[10:28:03]    Error: Function not registered'HTTP'
[10:28:03]    Error: Function not registered'GetPVarInt'
[10:28:03]    Error: Function not registered'CreatePlayerTextDraw'
[10:28:03]    Error: Function not registered'PlayerTextDrawUseBox'
[10:28:03]    Error: Function not registered'PlayerTextDrawLetterSize'
[10:28:03]    Error: Function not registered'PlayerTextDrawFont'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetShadow'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetOutline'
[10:28:03]    Error: Function not registered'PlayerTextDrawColor'
[10:28:03]    Error: Function not registered'PlayerTextDrawShow'
[10:28:03]    Error: Function not registered'PlayerTextDrawBoxColor'
[10:28:03]    Error: Function not registered'PlayerTextDrawBackgroundColor'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetSelectable'
[10:28:03]    Error: Function not registered'PlayerTextDrawAlignment'
[10:28:03]    Error: Function not registered'PlayerTextDrawTextSize'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetPreviewModel'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetPreviewRot'
[10:28:03]    Error: Function not registered'PlayerTextDrawDestroy'
[10:28:03]    Error: Function not registered'GetPVarFloat'
[10:28:03]    Error: Function not registered'PlayerTextDrawSetString'
[10:28:03]    Error: Function not registered'SetPVarInt'
[10:28:03]    Error: Function not registered'SelectTextDraw'
[10:28:03]    Error: Function not registered'CancelSelectTextDraw'
[10:28:03]    Error: Function not registered'DeletePVar'
[10:28:03]    Error: Function not registered'EditObject'
[10:28:03]    Error: Function not registered'EditPlayerObject'
[10:28:03]    Error: Function not registered'LimitPlayerMarkerRadius'
[10:28:03]    Error: Function not registered'SetPlayerAttachedObject'
[10:28:03]    Error: Function not registered'RemovePlayerAttachedObject'
[10:28:03]    Error: Function not registered'EditAttachedObject'
[10:28:03]    Error: Function not registered'SetVehicleParamsEx'
[10:28:03]    Error: Function not registered'TextDrawSetSelectable'
[10:28:03]    Error: Function not registered'RemoveBuildingForPlayer'
[10:28:03]    Error: Function not registered'UpdateVehicleDamageStatus'
[10:28:03]    Error: Function not registered'GetVehicleDamageStatus'
[10:28:03]    Error: Function not registered'SelectObject' 



Re: Run Time Error 19 - bruxo00 - 09.09.2013

Isso й um erro de falta de plugins.


Re: Run Time Error 19 - PT - 09.09.2013

falta as includes, e atualiza para a versao 0.3x do samp


Re: Run Time Error 19 - havenevak - 09.09.2013

ja baixei as includes e os plugins compilei de novo e ja baixei
a versao 0.3x do samp mas o erro continua oque pode ser?


Re: Run Time Error 19 - havenevak - 10.09.2013

Ninguem mas sabe oque pode ser?


Re: Run Time Error 19 - PT - 10.09.2013

tem certeza que tem a include a_samp?


Re: Run Time Error 19 - havenevak - 10.09.2013

tenho o gm compila e liga de boa no windows so quando passa pro linux que acontece isso


Re: Run Time Error 19 - Kuddy - 10.09.2013

Dк as permissхes 777 para os plugins.


Re: Run Time Error 19 - PT - 10.09.2013

tambem tem de ter os plugins no linux, com a terminaзгo .so, mas acho que nao daria esses erros que vc teve acima.., mas confirme


Re: Run Time Error 19 - havenevak - 11.09.2013

eu dei a permiзao chmod 777 para todos os plugins e os plugins estao com a terminaзгo .so
e o problema continua mas alguma coisa que pode ser?