Run time error 7: "Stack underflow"
#4

Do you get any warnings or other messages when you compile (I'm thinking specifically verbose output after the "compilation complete" message).
Nope.

Stack and heap problems are generally caused by calling too many functions with lots of local variables inside each other - PAWN just runs out of memory to store them.
Oh I know what you are talking about like when you have strings reaching 2000, all I have is MySQL Connect, Server Stats (Name, Version, Map, Website, Time, Date ...), Server Saving, and Server Loading.

String sizes are fair (I literally counted the sizes for max highest, 877 on MySQL Saving), only two custom callbacks SaveServer(); LoadServer();

So this error is very strange.
Reply


Messages In This Thread
Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 04:06
Re: Run time error 7: "Stack underflow" - by Calgon - 21.11.2011, 04:10
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 04:13
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 11:26
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 11:31
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 11:40
Re: Run time error 7: "Stack underflow" - by TopSecret - 21.11.2011, 12:03
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 12:11
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 12:52
Re: Run time error 7: "Stack underflow" - by TheLazySloth - 21.11.2011, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)