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

Not showing function name where's occourring error. #68

Closed brunorsch closed 5 years ago

brunorsch commented 6 years ago

CrashDetect is showing this:


[trace] public OnGameModeInit ()
[debug] Run time error 19: "File or function is not found"
[debug]
[debug]  î
[trace] main ()
[debug] Run time error 19: "File or function is not found"
[debug]
[debug]  î

I can't understand what it means. Can anyone help, please!

brunorsch commented 6 years ago

NativeChecker is showing this too:


   Error: Function not registered: ''
   Error: Function not registered: 'î  '
Zeex commented 6 years ago

Your *.amx file could be damaged, have you tried recompiling your script?

brunorsch commented 6 years ago

Yes, various times, with the flag -d3.

I've found the problem: Was YSI. When I changed my YSI version with another one, the error has stopped to appear. But I don't know where the error is.