Really? What is this
#4

You need more ram, or, as in Emmet_'s tutorial on runtime errors:

Quote:

Runtime error 3
Your script has apparently ran out of local memory. The stack is where any local variables are allocated and stored, in terms of memory. This means that the stack and the heap are colliding with each other, which could effectively corrupt data in the long run.

Solution: Try to use less cells for local declaration. For example, huge strings can be declared using "static" so it isn't allocated every function call. Alternatively, there's "#pragma dynamic x" but that's only if you're lazy.

Reply


Messages In This Thread
Really? What is this - by JessThompson - 20.08.2014, 21:35
Re: Really? What is this - by AdHaM612 - 12.10.2014, 15:31
Re: Really? What is this - by Vince - 12.10.2014, 15:49
Re: Really? What is this - by TakeiT - 12.10.2014, 15:54

Forum Jump:


Users browsing this thread: 2 Guest(s)