Compiler crashes every time - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compiler crashes every time (
/showthread.php?tid=635992)
Compiler crashes every time -
Eoussama - 17.06.2017
Howdy,
so before you jump talking all rude and telling me to search on ******, I already
DID and didn't find anything similar to the problem I have,
everything was perfect, no errors were showing, I paused scripting, then I resumed after few minutes, but then when I compiled, the compiler crashed after 10/25 seconds, I continuously tried compiling it, but it won't stop crashing every time I do so, I'm using Sublime Text 3, I even recreated the build file, but the problem appeared to have remained,
I thought something was up with the third party editor, so I went ahead and tried to compile the code in the standard pawno editor, however the issue still occurred once again
Re: Compiler crashes every time -
Bolex_ - 17.06.2017
Have you look at some of the threads below ? or something is messed up with your code ( check the last steps you did )!
Re: Compiler crashes every time -
Meller - 17.06.2017
Quote:
Originally Posted by Bolex_
Have you look at some of the threads below ? or something is messed up with your code ( check the last steps you did )!
|
Have you read his thread? He clearly stated he's already searched for similar issues.
@OP:
If I were you, I'd remove part by part what you've edited and compile until it works. Have had this happen lots of times to me when I've made some small error which resulted in failing to comply until I removed 50% of all the code. Had to look through thousands of codes to find the error.
Good luck. :3
Re: Compiler crashes every time -
Eoussama - 17.06.2017
Fixed, apparently I had a tremendous long line of code, I just had to split it up evenly, thanks for the feedback