Posts: 46
Threads: 13
Joined: Oct 2014
Reputation:
0
Try using CTRL + Z one by one and compile until you get it.
Posts: 302
Threads: 64
Joined: Feb 2014
Reputation:
0
I think some code problem or wrongly
Posts: 1,839
Threads: 136
Joined: Aug 2012
Reputation:
0
hhmm mabye but how can i know it?
Posts: 302
Threads: 64
Joined: Feb 2014
Reputation:
0
Before you compile, Did you added new code ?
Posts: 342
Threads: 6
Joined: Nov 2011
Reputation:
0
1 - If it started after adding some includes, the most logical and obvious solution would be remove the includes and try again!
2 - if it don't works you'll have to Comment out half of the script, test again and see if you get the same crash, then you know wich side is wrong, then you do the same with that untill you find the error, use /* and */ to comment script.
Posts: 481
Threads: 37
Joined: Feb 2014
Reputation:
0
this same thing happened with me 6 days ago.
Reason = i just forgeted to close 2 breckets and one " .
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
try using brackets finder, it might be useful at this situation!
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by silenthill
1 - If it started after adding some includes, the most logical and obvious solution would be remove the includes and try again!
2 - if it don't works you'll have to Comment out half of the script, test again and see if you get the same crash, then you know wich side is wrong, then you do the same with that untill you find the error, use /* and */ to comment script.
|
This is the method I always follow when this happens... It always turns out to be something dumb that I did wrong... Good luck Team-PRO