Matheus de Aguiar Luz
Matheus de Aguiar Luz
I noticed that when connecting my server using Pawn.RakNet with sampvoice it generated the following errors: ``` [04:53:13] Server crashed due to an unknown error [04:53:13] Native backtrace: [04:53:13] #0...
``` [05:37:24] [debug] Long callback execution detected (hang or performance issue) [05:37:24] [debug] AMX backtrace: [05:37:24] [debug] #0 0003c054 in Malloc_Free (Alloc:slot=6694182) at C:\Users\MASTER-PC\Desktop\Brasil-New-Start\dependencies\YSI-Includes\YSI_Coding\y_timers\..\y_malloc\y_malloc_funcs.inc:900 [05:37:24] [debug] #1 0003db90 in _Timer_F...
I'm getting this message in all my 'timer' codes after plugin update. Example: ``` timer t_inviteEvento[150](playerid) { if (percetInviteEvento[playerid] >= 100.0) { HideTextInviteEvento(playerid); stop timerInviteEvento[playerid]; } else percetInviteEvento[playerid]++; return true;...
Fixes an error for those who use the YSI library
[04:53:13] Server crashed due to an unknown error [04:53:13] Native backtrace: [04:53:13] #0 f73d5f7f in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so [04:53:13] #1 f73ce81d in _ZN11CrashDetect20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so [04:53:13] #2 f73cee48...
``` [26/02/2022 05:19:49] Long callback execution detected (hang or performance issue) [26/02/2022 05:19:49] AMX backtrace: [26/02/2022 05:19:49] #0 0017b020 in fwritechars (File:handle=260068432, c[]=@01127964 "orgVIPDate = 61") at ../legacy/DOF2.inc:1355 [26/02/2022 05:19:49]...
When I add crashdetect.so under "plugins" in pawn.json it correctly starts the server. If you don't, crashdetect is started before the chrono plugin and generates the error message loading after...
This error appears right on the call. ``` [08:39:15] Long callback execution detected (hang or performance issue) [08:39:15] AMX backtrace: [08:39:15] #0 00009ea0 in Opcode:UnrelocateOpcode (Opcode:opcode=-147921579) at C:\Users\Pichau\Desktop\SA-MP\dependencies\Pawn.RakNet\src\..\..\amx_assembly\opcode.inc:744 [08:39:15] #1...
My server is receiving numerous errors in the crashdetect log; however, it was mentioned that these errors don't cause the server to crash. Nevertheless, my server is randomly crashing. It...
I am currently using "pawn-lang/YSI-Includes#862a56d6bc684e100f5a72bd3fefa36e03e132ee" with sampctl. Because when I update to the latest version, I receive numerous warnings about it: `tag mismatch: expected tag "Timer" , but found none...