any ideas on how to solve this???
Most likely you have an infinite loop in your blocks code. Are you using the "while" event block ? If so, replace it with an if/else block (if necessary, with a clock timer).
Or he/she is switching screens in the wrong way and that's why he/she runs out of memory.
See tip 2 here
Taifun
OOM errors like this tend to occur when there are a lot of images. The requested chunk of memory is about 145 kb, which suggests it's trying to allocate an image and running out of space.