I have just made a project I want to post soon but a little icon appeared and said something about Space is Low and it shut don't Scratch... what on earth happen? I tried again and the same thing happened. How do I fix it?
Offline
Something like this?
Warning! Squeak is almost out of memory!
Low space detection is now disabled. It will be restored when you close or proceed from this error notifier. Don't panic, but do proceed with caution.
Here are some suggestions:
If you suspect an infinite recursion (the same methods calling each other again and again), then close this debugger, and fix the problem.
If you want this computation to finish, then make more space available (read on) and choose "proceed" in this debugger. Here are some ways to make more space available...
> Close any windows that are not needed.
> Get rid of some large objects (e.g., images).
> Leave this window on the screen, choose "save as..." from the screen menu, quit, restart the Squeak VM with a larger memory allocation, then restart the image you just saved, and choose "proceed" in this window.
If you want to investigate further, choose "debug" in this window. Do not use the debugger "fullStack" command unless you are certain that the stack is not very deep. (Trying to show the full stack will definitely use up all remaining memory if the low-space problem is caused by an infinite recursion!).
SystemDictionary>>signalLowSpace
Bitmap class(Behavior)>>basicNew:
Bitmap class(Behavior)>>new:
Form>>setExtent:depth:
Form class>>extent:depth:
FormCanvas class>>extent:depth:
CBlockMorph(BlockMorph)>>updateCachedForm
CBlockMorph>>containsPoint:
CBlockMorph(Morph)>>morphsAt:addTo:
[] in CBlockMorph(Morph)>>morphsAt:addTo:
You can actually just do what it says (the bolded part).
Last edited by mathematics (2010-04-24 08:21:30)
Offline
Warning! Squeak is almost out of memory!
Low space detection is now disabled. It will be restored when you close or proceed from this error notifier. Don't panic, but do proceed with caution.
Here are some suggestions:
If you suspect an infinite recursion (the same methods calling each other again and again), then close this debugger, and fix the problem.
If you want this computation to finish, then make more space available (read on) and choose "proceed" in this debugger. Here are some ways to make more space available...
> Close any windows that are not needed.
> Get rid of some large objects (e.g., images).
> Leave this window on the screen, choose "save as..." from the screen menu, quit, restart the Squeak VM with a larger memory allocation, then restart the image you just saved, and choose "proceed" in this window.
If you want to investigate further, choose "debug" in this window. Do not use the debugger "fullStack" command unless you are certain that the stack is not very deep. (Trying to show the full stack will definitely use up all remaining memory if the low-space problem is caused by an infinite recursion!).
SystemDictionary>>signalLowSpace
Bitmap class(Behavior)>>basicNew:
Bitmap class(Behavior)>>new:
Form>>setExtent:depth:
Form class>>extent:depth:
FormCanvas class>>extent:depth:
CBlockMorph(BlockMorph)>>updateCachedForm
CBlockMorph>>containsPoint:
CBlockMorph(Morph)>>morphsAt:addTo:
[] in CBlockMorph(Morph)>>morphsAt:addTo:
Offline
ThePCKid wrote:
> Get rid of some large objects (e.g., images).
M0N1 wrote:
I didn't even start. I was about to import a 9 kb picture and it froze.
Offline
I've had that problem before, I just don't use scratch for a day
Offline
JSO wrote:
So you can't import sprites from the Scratch media library into a new empty project
![]()
That seems almost impossible...
Well it's happening to me, i tried to import a costume but as soon as i pressed import, the icon popped up and my whole computer froze.
Offline
Well,it's never happened to me before,not on Scratch at least. But once,I got a virus on my computer and it did a similar thing to me except with Microsoft Word,so I couldn't work on my book. The my mom had the computer scan for viruses,and she found the virus. So,she did something to my computer that made it uninstall all the things that had been installed on it from a certain period in time. It woked,but I had to reinstall Scratch and some other things. x3 It might work for you,too.
Offline
M0N1 wrote:
I have just made a project I want to post soon but a little icon appeared and said something about Space is Low and it shut don't Scratch... what on earth happen? I tried again and the same thing happened. How do I fix it?
Uninstall and reinstall Scratch!
Offline
JBEAR wrote:
M0N1 wrote:
I have just made a project I want to post soon but a little icon appeared and said something about Space is Low and it shut don't Scratch... what on earth happen? I tried again and the same thing happened. How do I fix it?
Uninstall and reinstall Scratch!
I did many times, even tried to install different versions but I found out now i can only import bmp now
Offline
Maybe you should try to contact the scratch team with the contact button at the bottom of this page. Try to give as much detail as possible and maybe a link to this topic. They'll probably know what to do.
Offline
I have also just suffered this issue on a 268,738kb project, LOZ Forward Sword. What should I do? I can't even open the program to remove content. It has to be this huge for all the content, mainly MP3 music from LOZ OOT.
Offline