Why crashdetect can't detect problem line in GM when I compile it with the "-d2" option?
#1

Why crashdetect can't detect problem line in GM when I compile it with the "-d2" option?
Reply
#2

How many lines does your script have? If it's over 65 thousand then it won't show the lines the errors are at.
Reply
#3

Quote:
Originally Posted by Chenko
Посмотреть сообщение
How many lines does your script have? If it's over 65 thousand then it won't show the lines the errors are at.
Why? My GM over 80 thousand lines.
Reply
#4

Quote:
Originally Posted by ******
Посмотреть сообщение
Because "-d" is the "debug" option so you've removed all the useful information!
What is the best solution?
Reply
#5

You shall use -d3 and if the error persists, try spreading your script in between two parts, to find the error, and keep on doing that until you reach the plugin/include/line.
Reply
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
Use -d3.
I used -d3 and also can't detect the problem line.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)