SA-MP Forums Archive
[Ajuda] File or function is not found - 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] File or function is not found (/showthread.php?tid=618576)



File or function is not found - Magic11 - 07.10.2016

Fiz um sistema de registro/login usando a MySQL R41. Por algum motivo o servidor nгo estava conseguindo ler o plugin da R41 entгo coloquei o da R33-3 e agora o servidor estб lendo o plugin. Mas o GameMode nгo carrega, ele dб "File or function is not found" jб vi muita coisa mas ainda nгo entendi porque. Alguйm tem alguma ideia?


Re: File or function is not found - Whoo - 07.10.2016

certifique-se que esta com o plugin e a include na mesma versгo e que o plugin esta na pasta plugins e no server.cfg, use o crashdetect para saber se й problema no script.


Re: File or function is not found - Magic11 - 07.10.2016

Entгo, coloquei o plugin da R41 (como eu disse o servidor nгo estб lendo o plugin) e esse foi o debug do crashdetect:

O resultado foi esse:

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[15:21:25] filterscripts = ""  (string)
[15:21:25] 
[15:21:25] Server Plugins
[15:21:25] --------------
[15:21:25]  Loading plugin: mysql.dll
[15:21:25]   Failed.
[15:21:25]  Loading plugin: crashdetect
[15:21:25]   CrashDetect v4.16 is OK.
[15:21:25]   Loaded.
[15:21:25]  Loaded 1 plugins.

[15:21:25] 
[15:21:25] Filterscripts
[15:21:25] ---------------
[15:21:25]   Loaded 0 filterscripts.

[15:21:25] [debug] Run time error 19: "File or function is not found"
[15:21:25] [debug]  mysql_init_options
[15:21:25] [debug]  mysql_set_option
[15:21:25] [debug]  mysql_connect
[15:21:25] [debug]  mysql_errno
[15:21:25] [debug]  mysql_close
[15:21:25] [debug]  orm_create
[15:21:25] [debug]  orm_addvar_int
[15:21:25] [debug]  orm_addvar_string
[15:21:25] [debug]  orm_addvar_float
[15:21:25] [debug]  orm_setkey
[15:21:25] [debug]  orm_select
[15:21:25] [debug]  orm_errno
[15:21:25] [debug]  orm_save
[15:21:25] [debug]  orm_destroy
[15:21:25] [debug]  orm_update
[15:21:25] [debug] Run time error 19: "File or function is not found"
[15:21:25] [debug]  mysql_init_options
[15:21:25] [debug]  mysql_set_option
[15:21:25] [debug]  mysql_connect
[15:21:25] [debug]  mysql_errno
[15:21:25] [debug]  mysql_close
[15:21:25] [debug]  orm_create
[15:21:25] [debug]  orm_addvar_int
[15:21:25] [debug]  orm_addvar_string
[15:21:25] [debug]  orm_addvar_float
[15:21:25] [debug]  orm_setkey
[15:21:25] [debug]  orm_select
[15:21:25] [debug]  orm_errno
[15:21:25] [debug]  orm_save
[15:21:25] [debug]  orm_destroy
[15:21:25] [debug]  orm_update
[15:21:25] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"
[15:21:25] Number of vehicle models: 0



Re: File or function is not found - Whoo - 07.10.2016

veja que o plugin mysql.dll nгo esta carregando, delete o mysql.dll da pasta plugins e coloque novamente o plugin da mesma versгo da include, instale o NetFramework e Microsoft Visual C++ 2015 Redistributable Package.


Re: File or function is not found - Magic11 - 07.10.2016

Jб instalei tudo isso ontem e continua sem funcionar.


Re: File or function is not found - n0minal - 07.10.2016

Instala o Microsoft Visual C++ redistributable x86 e x64 tambйm


Re: File or function is not found - Magic11 - 07.10.2016

Instalei ontem tambйm nominal, mesma coisa.


Re: File or function is not found - n0minal - 07.10.2016

Quote:
Originally Posted by Magic11
Посмотреть сообщение
Instalei ontem tambйm nominal, mesma coisa.
Instalou os 2? Ou sу o x64?

@Edit instala o .NET Framework 4.5 tambйm


Re: File or function is not found - Magic11 - 07.10.2016

Resolvido, obrigado a todos que ajudaram.