Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

Execução longa de retorno de chamada detectada (travamento ou problema de desempenho) #124

Open Vecprogramador opened 1 year ago

Vecprogramador commented 1 year ago

estou precisando de ajuda com esse erro.

Loading filterscript 'barrates5t.amx'... Loading filterscript 'Mapascity.amx'... Loaded 2 filterscripts. [debug] Run time error 19: "File or function is not found" [debug] bcrypt_check [debug] bcrypt_is_equal [debug] Run time error 19: "File or function is not found" [debug] bcrypt_check [debug] bcrypt_is_equal Script[gamemodes/maiton.amx]: Run time error 19: "File or function is not found" Number of vehicle models: 0 [debug] Long callback execution detected (hang or performance issue) [debug] AMX backtrace: [debug] #0 00067a70 in public OnFilterScriptInit2 () at C:\Users\wedis\Downloads\novo city\gamemodes\Mapascity.pwn:2749

Zeex commented 1 year ago

It looks like you need to install bcrypt plugin.

As for the "long callback execution" - this is just a warning that says that the code in your OnFilterScriptInit2 callback is doing a lot of work and potentially can slow down the server. But usually it's fine for Init callbacks to take a little bit more time than others.