Samp Plugin Crashdetect Versions Save

Crash/error reporting plugin for SA-MP server

v4.21

1 year ago
  • New feature: Address Naught detection by Y_Less (#111) - see the README file for more information
  • Fixed a bug in the line count overflow detection when loading debug info that could cause a crash on startup (#101)

v4.20

3 years ago
  • Added long call (hang) detection (contribution by @Y-Less)
  • Tiny bug fixes

v4.19.4

5 years ago
  • Fixed an issue with native backtrace on Linux where instead of file name the plugin would sometimes print some random garbage

v4.19.3

5 years ago
  • Fixed a small bug in AMX error reporting where the "AMX backtrace" message was shown despite that there were no AMX calls to show
  • Fixed unnecessary reads of server.cfg, the config is now read only once at plugin loading time
  • Updated README - installation, build instructions, usage, etc

v4.19.2

5 years ago
  • Fixed a bug with incorrect or missing error details when OnRuntimeError() is defined (#63)
  • Improved stack traces - e.g. up to 10 variadic arguments can now be displayed; also see #57
  • Reduced overhead of file API hooks (used for detecting AMX file names)

v4.19.1

5 years ago
  • Fixed a crash in amx_Exec() hook if the function is called with an unregistered AMX instance

v4.19

6 years ago
  • Improved AMX file path detection

v4.18.1

7 years ago
  • Disabled log buffering, stuff should be visible in log file immediately after it's written

v4.18

7 years ago
  • Crash reports now contain additional information such as: registers, stack dump, loaded modules (plugins/libraries)

v4.17

7 years ago
  • Added timestamps in log file (#52)

    You can use logtimeformat to customize the time format.

  • Log file is now opened in append mode, so it's not overwritten on server startup