Not enough memory to compile?
#9

Quote:
Originally Posted by ******
Посмотреть сообщение
Have your players been slowed down?
I have not opened it as a preventive and informative for me especially for the future.

Quote:
Originally Posted by Nero_3D
Посмотреть сообщение
If you didnt compile your mode with debug level 3 (-d3) which also pops up that message

Otherwise it shows that there is a possible heap / stack collision in your code
Usually happens if you used a lot of local variables or stacked a lot of functions

There are two ways to fix it,
first, recheck your code and don't waste memory (you got by default around 16kB local memory ~ 4000 cells)
second, increase the stack / heap memory block
I read a method with the dynamic pragma to fix it, but I want to fix it so "clean" .

Quote:
Originally Posted by Raza2013
Посмотреть сообщение
maybe you're loosing some bracked "{"
No.
There would have been an otherwise error.

EDIT:
Quote:
Originally Posted by ikey07
Посмотреть сообщение
Add this line at top of your script, somewhere at defines

#pragma dynamic Number

where Number is bytes at: Total requirements: 7437444 bytes

vv

#pragma dynamic 7437444
I read a method with the dynamic pragma to fix it, but I want to fix it so "clean" .
Reply


Messages In This Thread
Not enough memory to compile? - by TheSy - 15.01.2014, 15:20
Re: Not enough memory to compile? - by amirab - 15.01.2014, 15:25
Re: Not enough memory to compile? - by Lorenzo! - 15.01.2014, 15:26
Re : Not enough memory to compile? - by TheSy - 15.01.2014, 15:33
AW: Not enough memory to compile? - by Nero_3D - 15.01.2014, 15:36
Re: Not enough memory to compile? - by amirab - 15.01.2014, 15:39
Re: Not enough memory to compile? - by Raza2013 - 15.01.2014, 15:40
Re: Not enough memory to compile? - by ikey07 - 15.01.2014, 15:46
Re : Re: Not enough memory to compile? - by TheSy - 15.01.2014, 15:48
Re: Not enough memory to compile? - by amirab - 15.01.2014, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)