Discuss Scratch

kirbers
Scratcher
11 posts

Why Does (Message) Crash Scratch?

when I start as a clone
create clone of [ v]
delete this clone

Last edited by kirbers (May 6, 2024 18:12:33)

BigNate469
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

What do you mean? What message?
Nevermind, misread OP. See below post.

Last edited by BigNate469 (May 6, 2024 15:53:02)


Highlight any part of this signature and press ctrl+shift+down arrow to see the rest of it
forever
if <person asks [what's a signature] :: sensing> then
Redirect to [https://en.scratch-wiki.info/wiki/Signature] :: motion
end
end
Please read the list of Officially Rejected Suggestions before posting a suggestion for Scratch! 100th post
This signature is designed to be as helpful as possible.
View all of the topics you've posted in:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=topics
View all of your posts:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=posts
Forum tips:
Don't post in topics where the latest post is over ~2 months old, unless you have something critical to add. Especially in topics that are several years old- it isn't helpful, and is known as necroposting.
Don't post unrelated things in topics, including questions of your own. Make a new topic for your questions.
You can use the
 [color=color name or hexadecimal value here] and [/color] 
tags to color text.
Lesser-known Scratch URLs:
https://scratch.mit.edu/projects/PROJECT ID HERE/remixtree (replace “PROJECT ID HERE” with project id number. Shows all the remixes of the project, and the remixes of those projects, and the remixes of those projects, and so on, as a chart. Link currently redirects to one of my projects)
View a larger list at: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/
1000th post
Codeingit
Scratcher
500+ posts

Why Does (Message) Crash Scratch?

BigNate469 wrote:

What do you mean? What message?
They are asking why does
when I start as a clone
create clone of [ v]
delete this clone
Crash Scratch
To OP: That crashes Scratch because the blocks causes the Scratch project to loop infinitely as the blocks are making Scratch rapidly start, create, and delete clones, resulting in Scratch not being able to finish the script, causing the project to freeze and crash Scratch

Last edited by Codeingit (May 6, 2024 17:10:05)


Hello, I'm a Scratcher who is autistic but some how likes Bill Cipher and FNAF. I really like to: collect Funko pops, collect Sports cards, and play video games. Remember to be moist . I forgot what else to put here .
My 600th form post
—————————————————————————————————————————————————————————————————–
Remember that before making a suggestion, always check The Official List of Rejected Suggestions (TOLORS) to make sure that your suggestion isn't rejected, Also make sure to check if your suggestion is a duplicate or not so you don't post a duplicate of a existing suggestion. And finally, when replying to a forum post (Mainly for Questions about Scratch), always check the date of the forum post so you don't necropost
wnmy
Scratcher
100+ posts

Why Does (Message) Crash Scratch?

- but i was wrooooonnnggg no i never meant anybody harm - /lyr

Last edited by wnmy (May 6, 2024 15:19:32)


shift + down arrow to read

ON HIATUS

she/they/xe prns // lesbian oriented aroace, polyamory & bigender // my current hyperfixation is DF WOAH how could you tell!!!! // please note i may post incorrect information (just like everyone else here) // DANCING BABY IS A TROLL. THEY WILL NECROPOST. REPORT AND MOVE ON. // GUYS ITS TIME TO GRIDDY // dark evil beat // average scratch ban appeal /j

GlitchedThrough
New to Scratch
1000+ posts

Why Does (Message) Crash Scratch?

Basically, to write to memory, it is a bit quicker than slating memory to be cleared. When making a clone, it allocates this to memory that the browser has already asked the operating system to use, which is fine. However, to delete a clone, it tells the browser “Hey, can you remove this information from RAM?”
In this, the browser passes this onto the OS. However, the OS can’t keep up with this. So, instead, it takes all that RAM from the browser, which it then clears and returns. This, in turn, crashes the page.

There's no place like 127.0.0.1
YouTuber, culinary enthusiast, computer scientist, programmer, Engineer, electric enthusiast, legal aficionado, etc
_kethan_110511_
Scratcher
95 posts

Why Does (Message) Crash Scratch?

Codeingit wrote:

BigNate469 wrote:

What do you mean? What message?
They are asking why does
when I start as a clone
create clone of [ v]
delete this clone
Crash Scratch
To OP: That crashes Scratch because the blocks causes the Scratch project to loop infinitely as the blocks are making Scratch rapidly start, create, and delete clones, resulting in Scratch not being able to finish the script, causing the project to freeze and crash Scratch
uhh, I just tried that in a Scratch project, and it didn't crash for me

“_kethan_110511_ is a dedicated and hardworking individual with a passion for coding. They are known for their creativity, attention to detail, and strong work ethic. Outside of work, they enjoy watching YouTube Shorts and spending time with friends and family.”
- Grammarly


lol i got an ai to make my siggy for me
BigNate469
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

_kethan_110511_ wrote:

Codeingit wrote:

BigNate469 wrote:

What do you mean? What message?
They are asking why does
when I start as a clone
create clone of [ v]
delete this clone
Crash Scratch
To OP: That crashes Scratch because the blocks causes the Scratch project to loop infinitely as the blocks are making Scratch rapidly start, create, and delete clones, resulting in Scratch not being able to finish the script, causing the project to freeze and crash Scratch
uhh, I just tried that in a Scratch project, and it didn't crash for me
Good for you. You have a fast computer and/or browser and/or RAM.

Highlight any part of this signature and press ctrl+shift+down arrow to see the rest of it
forever
if <person asks [what's a signature] :: sensing> then
Redirect to [https://en.scratch-wiki.info/wiki/Signature] :: motion
end
end
Please read the list of Officially Rejected Suggestions before posting a suggestion for Scratch! 100th post
This signature is designed to be as helpful as possible.
View all of the topics you've posted in:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=topics
View all of your posts:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=posts
Forum tips:
Don't post in topics where the latest post is over ~2 months old, unless you have something critical to add. Especially in topics that are several years old- it isn't helpful, and is known as necroposting.
Don't post unrelated things in topics, including questions of your own. Make a new topic for your questions.
You can use the
 [color=color name or hexadecimal value here] and [/color] 
tags to color text.
Lesser-known Scratch URLs:
https://scratch.mit.edu/projects/PROJECT ID HERE/remixtree (replace “PROJECT ID HERE” with project id number. Shows all the remixes of the project, and the remixes of those projects, and the remixes of those projects, and so on, as a chart. Link currently redirects to one of my projects)
View a larger list at: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/
1000th post
Create-Scratch101
Scratcher
100+ posts

Why Does (Message) Crash Scratch?

To bypass, you can use this script:

when I start as a clone
create clone of [Myself v]
wait (0) secs
delete this clone

Last edited by Create-Scratch101 (May 6, 2024 18:33:35)

















Hi!!!
BigNate469
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

Create-Scratch101 wrote:

To bypass, you can use this script:

when I start as a clone
create clone of [Myself v]
wait (0) secs
delete this clone
That's because that waits 1/30th of a second, since the minimum framerate for Scratch is 30fps, and the wait block forces a screen refresh

Highlight any part of this signature and press ctrl+shift+down arrow to see the rest of it
forever
if <person asks [what's a signature] :: sensing> then
Redirect to [https://en.scratch-wiki.info/wiki/Signature] :: motion
end
end
Please read the list of Officially Rejected Suggestions before posting a suggestion for Scratch! 100th post
This signature is designed to be as helpful as possible.
View all of the topics you've posted in:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=topics
View all of your posts:
https://scratch.mit.edu/discuss/search/?action=show_user&show_as=posts
Forum tips:
Don't post in topics where the latest post is over ~2 months old, unless you have something critical to add. Especially in topics that are several years old- it isn't helpful, and is known as necroposting.
Don't post unrelated things in topics, including questions of your own. Make a new topic for your questions.
You can use the
 [color=color name or hexadecimal value here] and [/color] 
tags to color text.
Lesser-known Scratch URLs:
https://scratch.mit.edu/projects/PROJECT ID HERE/remixtree (replace “PROJECT ID HERE” with project id number. Shows all the remixes of the project, and the remixes of those projects, and the remixes of those projects, and so on, as a chart. Link currently redirects to one of my projects)
View a larger list at: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/
1000th post
CST1229
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

_kethan_110511_ wrote:

(#6)
uhh, I just tried that in a Scratch project, and it didn't crash for me
It doesn't crash Scratch (and by that I mean it doesn't bring up the blue crash screen), it just freezes it.

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



donotforgetmycode
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

_kethan_110511_ wrote:

uhh, I just tried that in a Scratch project, and it didn't crash for me
Did you also include this script?
when green flag clicked
create clone of [myself v]

This text under the grey line is my signature. It's not part of my post, but it automatically shows up under all of my posts.

I recommend reading jvvg and Sliverus's essays.

She/her


















Stuff at the bottom of my signature:

for \({
set [i v] to [0]
}; <(i) < [10]>; {
change [i v] by (1)
}) \{{
think (i) for (1) secs
}} :: control
https://scratch.mit.edu/discuss/post/6785965/

Paddle2See wrote:

Would you recommend a confirmation dialog box on that action?
________________________________
| Really send missiles? (Y)es (N)o |
——————————————————

Please forgive my crude mock-up.

By the way - this is rejected for safety reasons.

An0therRand0mC0der wrote:

a bully with a big belly steals your moist cheesy beef
music origins
Be horizontal —
(thanks @thugatwoary and @Za-Chary)
Be high contrast
Generation -1: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and decrease the generation by 1. Social experiment.
i ran out of characters
Kumquat lore
The Scratch Forums support bf +-<>[],.
_3thou_
It seems I can still use assets in my signature. test:
;
plantskym2
Scratcher
500+ posts

Why Does (Message) Crash Scratch?

donotforgetmycode wrote:

_kethan_110511_ wrote:

uhh, I just tried that in a Scratch project, and it didn't crash for me
Did you also include this script?
when green flag clicked
create clone of [myself v]
He did, he was just coding in the backdrop.

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make. (Credits to ZaChary) My signature thankfully hasn't been eaten by an evil kumquat yet, so I hope it remains that way. My 100th post!! Be sure to follow after watching my animations!!
Please note that I may sometimes give out incorrect information.
Ever wondered why your project wasn't showing up in the search bar or on trending? Here is an explanation why: https://www.youtube.com/watch?v=3p1zLeGoXLQ
donotforgetmycode
Scratcher
1000+ posts

Why Does (Message) Crash Scratch?

plantskym2 wrote:

He did, he was just coding in the backdrop.
how do you know that?

This text under the grey line is my signature. It's not part of my post, but it automatically shows up under all of my posts.

I recommend reading jvvg and Sliverus's essays.

She/her


















Stuff at the bottom of my signature:

for \({
set [i v] to [0]
}; <(i) < [10]>; {
change [i v] by (1)
}) \{{
think (i) for (1) secs
}} :: control
https://scratch.mit.edu/discuss/post/6785965/

Paddle2See wrote:

Would you recommend a confirmation dialog box on that action?
________________________________
| Really send missiles? (Y)es (N)o |
——————————————————

Please forgive my crude mock-up.

By the way - this is rejected for safety reasons.

An0therRand0mC0der wrote:

a bully with a big belly steals your moist cheesy beef
music origins
Be horizontal —
(thanks @thugatwoary and @Za-Chary)
Be high contrast
Generation -1: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and decrease the generation by 1. Social experiment.
i ran out of characters
Kumquat lore
The Scratch Forums support bf +-<>[],.
_3thou_
It seems I can still use assets in my signature. test:
;

Powered by DjangoBB