Pawno's compiler freezes -
CopKing123 - 04.06.2015
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!
Re: Pawno's compiler freezes -
J0sh... - 04.06.2015
How big is your script?
Re: Pawno's compiler freezes -
Battlezone - 04.06.2015
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)
Re: Pawno's compiler freezes -
CopKing123 - 04.06.2015
@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!
Re: Pawno's compiler freezes -
J0sh... - 04.06.2015
Well, let it sit it'll compile.
Re: Pawno's compiler freezes -
CopKing123 - 04.06.2015
@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
Re: Pawno's compiler freezes -
Battlezone - 04.06.2015
One can simply do CTRL+F then type "format" and check every result
Re: Pawno's compiler freezes -
CopKing123 - 05.06.2015
Checked it but still same
Re: Pawno's compiler freezes -
Battlezone - 05.06.2015
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
Re: Pawno's compiler freezes -
CopKing123 - 05.06.2015
Tried doing it,theres nothing wrong... please help me !!