yes! Save your changes before you open another project.
sometimes, when I think of whether I want to save my project, I think, "Nah. "
it would help me debug this issue if you could open an error console when you get this, and show me what's in there. The "Backup failed" dialog pops up when your browser's local storage is full, or when the project you're working on is too big for your browser's local storage. This might be a low-memory situation on your computer, in which some low-level canvas apis also fail. In my personal experience this kind of graphics failure happens more often in Firefox, whereas Chrome usually just crashes the whole tab. From time to time it's good to actually refresh the tab that's running Snap, or - better yet - restart your browser.
Uncaught TypeError: Cannot set properties of null (setting 'isDraggable')
at block (objects.js?version=2025-01-13:3523:30)
at SpriteMorph.blockTemplates (objects.js?version=2025-01-13:3585:21)
at SpriteMorph.getPrimitiveTemplates (objects.js?version=2025-01-13:4228:23)
at SpriteMorph.freshPalette (objects.js?version=2025-01-13:4383:23)
at SpriteMorph.palette (objects.js?version=2025-01-13:4240:44)
at IDE_Morph.createPalette (gui.js?version=2025-01-22:1895:43)
at IDE_Morph.selectSprite (gui.js?version=2025-01-22:3382:10)
at IDE_Morph.switchToScene (gui.js?version=2025-01-22:7109:10)
at IDE_Morph.openProject (gui.js?version=2025-01-22:7030:10)
at IDE_Morph.newProject (gui.js?version=2025-01-22:5867:10)
Thank you! Investigating....
Can you let me know which browser and OS you're using for this?
[edit:] nevermind, I found a way to reproduce it myself, thanks for the report!
[update:] I've tried to fix this, please let me know if you encounter this - or any other issues