Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
Hey guys whatsup!My pawno was working from long ago and like from three or four days it started freezing and not compiling my script,firstly the error was Unable to execute compiler then i just deleted a file called Documents wich was in the compiling place and then that error dissappeared.Now im getting freezed always when trying to compile my script,please help me!
Posts: 1,276
Threads: 6
Joined: Aug 2014
Posts: 805
Threads: 75
Joined: Aug 2013
Reputation:
0
Check for missing brackets or extra ( " ) in your script, you also wanna check all your format s because sometimes when the source is longer than the destination string your compiler will freeze (happened to me)
Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
@Jamester
My script has 30103 lines!
@Battlezone
How im gonna find the bug in 30k lines,it will take me months to do it lol!
Posts: 1,276
Threads: 6
Joined: Aug 2014
Well, let it sit it'll compile.
Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
@Jamester,lol it doesnt compile it at all it just freezes like that.
EDIT:
Checked with missing brackets finder and heres the result
Result:
Opening angle brackets ({): 5157
Closing angle brackets (}): 5157
Everything was fine
Posts: 805
Threads: 75
Joined: Aug 2013
Reputation:
0
One can simply do CTRL+F then type "format" and check every result
Posts: 805
Threads: 75
Joined: Aug 2013
Reputation:
0
Okey then, you gotta start removing small parts from the gamemode and compile it whenever you remove a part, and if it does compile then you will be able to identify the part that causes the compiler to freeze
Posts: 213
Threads: 51
Joined: Jan 2014
Reputation:
0
Tried doing it,theres nothing wrong... please help me !!