Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
So I can't figure out why my Pawno Keeps Crashing.
I downloaded the Missing Bracket Tool, and that didn't give me any legit errors, the brackets missing were on lines that weren't missing brackets.
I am asking what are most common reasons Pawno Crashes? Because can't figure it out to save my life.
Posts: 25
Threads: 3
Joined: Dec 2011
Reputation:
0
I can confirm this it happening's to me to!!!!!
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
I don't get why either,
I changed 1 thing, and I un-did it, and it still crashes!!!!
Posts: 32
Threads: 4
Joined: May 2009
Reputation:
0
Been having the problem for a while.
Posts: 445
Threads: 96
Joined: Jan 2011
Reputation:
0
Because your code must fail in some place. Doesn't happen to me.
Undo the change you have done before crashing.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
i bet $1 that its not pawno, but pawncc.exe. before compiling, po(o)p up the taskmanager. start to compile your script, then watch the pawncc.exe process melting your cpu for some seconds. as soon the (fail) compiling ends, it (the pawncc) will get stuck, will never close. if its the problem, simply force the pawncc.exe to quit - maybe pawno prints out some warnings, but thats not the point. most prolly its a missing } up in the script, so the huge amonts of errors cause it to freeze... (afaik, had this situation countless times ><)
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Comment out entire callbacks until it's fixed. Then you know which callback it is.