Stack Error?
I am getting this strange stack error. I don't know why this happens but it just happens. It spams up the server console and prevents the function from fully executing. I have isolated it to be sqlrows[65][128]. How would I fix this?
Code:
|
Re: Stack Error?
Although it is not recommended, you can place this line at the top of the plugin to increase the memory size.
This doubles it I think: #pragma dynamic 32768 Should work though. Just be careful because usually once this happens it means your plugin is on the verge of becoming laggy. |
Re: Stack Error?
sqlrows[65][128] seems very unreasonable.
|
Re: Stack Error?
There are only two other ways of doing this. Having 65 string variables or 64 more sql queries. This is the most reasonable way.
|
Re: Stack Error?
Quote:
|
Re: Stack Error?
Code:
|
| All times are GMT -4. The time now is 22:21. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.