21.11.2011, 11:26
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.
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.