SA-MP Forums Archive
How to find out which plugin is causing the crash? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to find out which plugin is causing the crash? (/showthread.php?tid=641846)



How to find out which plugin is causing the crash? - ax1 - 21.09.2017

I used to test a server on my own laptop, but now im using VPS which uses Linux and I need to change my windows plugins to linux ones. So I did that and recompiled my gamemode with them. But when I launch my server on linux I get this

Код:
[17:58:23] Script[gamemodes/gmm.amx]: Run time error 19: "File or function is not found"
[17:58:23] Number of vehicle models: 0
[17:58:56] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:58:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:58:58] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:58:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:58:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:58:59] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:59:01] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:59:02] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:59:04] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:59:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[17:59:05] [sampgdk:error] Too many callback arguments (at most 32 allowed)
I assume one of the plugins is causing this, but how do I know which one? I use 7 different plugins.
note:if I try to launch empty gamemode that doesnt use these plugins and they're just in server.cfg it works fine


Re: How to find out which plugin is causing the crash? - Kaperstone - 21.09.2017

crashdetect ?


Re: How to find out which plugin is causing the crash? - ax1 - 21.09.2017

Код:
[18:19:24] [18:23:45] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[18:23:45] [debug] Run time error 19: "File or function is not found"
[18:23:45] [debug]  WP_Hash
[18:23:45] [debug] Run time error 19: "File or function is not found"
[18:23:45] [debug]  WP_Hash
[18:23:45] Script[gamemodes/gmm.amx]: Run time error 19: "File or function is not found"
[18:23:45] Number of vehicle models: 0
[18:23:45] [sampgdk:error] Too many callback arguments (at most 32 allowed)
[18:23:46] [sampgdk:error] Too many callback arguments (at most 32 allowed)
Got this with crashdetect.


Re: How to find out which plugin is causing the crash? - SyS - 21.09.2017

whirlpool plugin...


Re: How to find out which plugin is causing the crash? - ax1 - 21.09.2017

Quote:
Originally Posted by SyS
Посмотреть сообщение
whirlpool plugin...
thanks brother