Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
It's possible to know in what line is crash detect printed error, without compiling with -d3 ?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
The exact line, no. Using public functions will give you the name instead of ?? though.
Posts: 723
Threads: 366
Joined: Jun 2016
Because yes it gives my timer name, but he is so big, i check everything i don't found anywhere mistake..
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Can you post the logs from crashdetect and the code in pastebin so I can look into?
I guess you don't want to compile with -d3 flag and make it easier for you to find a problem because of the .amx size increase?
Posts: 170
Threads: 10
Joined: Sep 2011
Only with -d3, or you can try debug prints inside timer.
Posts: 723
Threads: 366
Joined: Jun 2016
If i compile with -d3 i can't start server due memory, so maybe there is another option which takes less memory, but atleast print error line
Posts: 723
Threads: 366
Joined: Jun 2016
Or maybe there is function i could add in place where i want more information, like in timer callback?
Posts: 723
Threads: 366
Joined: Jun 2016
Yes ,it too takes too much memory to me