PAWNCC Compiler crashing, though making the new files
#1

So I have a kind of an annoying problem here, every time I compile the script, at the last millisecond the compiler crashes, but the new files are made.



Translation:
"Pawn Compiler libary werkt niet meer" = Pawn Compiler libary stopped working
"Er wordt naar een oplossing voor het probleem gezocht" = We're searching to a solution for your problem.
Anyone got a clue why this is happening?
Reply
#2

Hm. I see you have a lot of stack information. Perhaps allocate more memory to the compiler..? (At least, I think that's what this does)

#pragma dynamic <value>
Reply
#3

Added this to the code:

pawn Код:
#pragma dynamic 200000
Still comes up with the same. though the headersize texts aren't showing up anymore.

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

[Finished in 12.4s with exit code 255]
Reply
#4

Like RealCop told ya.

Use #pragma dynamic 3996516

Value is in bytes.
Reply
#5

Quote:
Originally Posted by ******
Посмотреть сообщение
Have you tried with the standard editor instead of third party ones?
It's sublime text 2, when I press F5 as in Pawno, it just lets the pawncc.exe compile which is located in a different folder, though this has always been working normally, I haven't changed anything lately to the script, just wanted to compile it, and this came up.

Quote:
Originally Posted by gtakillerIV
Посмотреть сообщение
Like RealCop told ya.

Use #pragma dynamic 3996516

Value is in bytes.
Tested that, didn't work.
Reply
#6

This is kinda funky, I tried it with Pawno, no problems. Compiles fine.

I'll take a look into it why Sublime Text 2 is acting so weird. Might try reinstalling it.

Though thanks for all the help.
Reply
#7

I have the same problem sometimes... Fixed by switching encoding with notepad++ (iso to utf, utf to iso).
Did someone found a solution ?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)