Werid Warn
#1

Help me with this error.

Code:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          28916 bytes
Code size:          5784668 bytes
Data size:         33094492 bytes
Stack/heap size:      64000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:38972076 bytes
I have been searched around well i added

Code:
#pragma dynamic 16000
under the a_samp

and also added
Code:
Pawn.cfg
in side my PAWNO but how to remove it?
Reply
#2

Code:
#pragma dynamic 4500
It worked for me before.. And I never heard of Pawn.cfg.
Reply
#3

Getting this
Code:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          28916 bytes
Code size:          5784668 bytes
Data size:         33094492 bytes
Stack/heap size:      18000 bytes; estimated max. usage: unknown, due to recursion
Total requirements:38926076 bytes
Reply
#4

You think its my pawn.cfg?
Reply
#5

Edit: nvm
Reply
#6

Lol? thats not a warning nor an error its nothing..
Reply
#7

It's just because i got a host, and to upload script it have to be clean i mean with no warnings or errors. Do you think i can keep that?
Reply
#8

Quote:
Originally Posted by TonyNames
View Post
It's just because i got a host, and to upload script it have to be clean i mean with no warnings or errors. Do you think i can keep that?
Yes, its not a warning/error.. But you can remove it by #pragma I don't know any other solutions for it.
Reply
#9

I told you thats no warning nor an error it just shows your scripting size and stuff.
Reply
#10

Quote:
Originally Posted by Zamora
View Post
Yes, its not a warning/error.. But you can remove it by #pragma I don't know any other solutions for it.
There are other solutions; use less cells!

PAWN is limited in terms of local memory - allocating too much local memory will cause a stack and heap collision, which will overwrite vital information on the stack and crash your server!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)