Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
Simply it's too big
WTH are you trying to do anyway ?
Posts: 882
Threads: 50
Joined: Jun 2012
Reputation:
0
Just remove that.The compiler knows better than programmers how much to set the stack,heap size.So allow it for the compiler.
Or do you have any specific reason of you defining the size??
Actually you have crossed the limit and thats the problem.
Its better you let the compiler do that job.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
If your total requirements are 18284696, why on earth have you set it to 10000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000
Posts: 221
Threads: 20
Joined: Apr 2011
Reputation:
0
Because your gamemode is not optimized /at all/.
Remove that #pragma string, first of all.
Then decrease arrays' size on local variables.
Posts: 91
Threads: 24
Joined: Oct 2010
Reputation:
0
And also, my GM still crash...