Discuss Scratch

banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

ThiefOfBreath wrote:

Hello, I'd like to report a new bug.


Topic Creator: ThiefOfBreath (me)
Name Of Topic: Falsely detecting items which are not in the list
Link: https://scratch.mit.edu/projects/285335140/
Category: Editior
Misc.: The numbers detected are multiples of six, and the amount of falsely detected numbers (FDN) is length/5. If there is a remainder, then the FDNs are multiples of six+remainder. I don't know why it's so specific.
Yeah sorry, I'm currently investigating an easier method. I'm perfectly happy for anyone to make a temporary directory whilst I build this.

Banana
lisa_wolfgang
Scratcher
100+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

I have a list. It's not really a directory, but it's close enough.
https://scratch.mit.edu/discuss/topic/331595
banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

lisa_wolfgang wrote:

I have a list. It's not really a directory, but it's close enough.
https://scratch.mit.edu/discuss/topic/331595
Nice!

Banana
geek62
Scratcher
100+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Another fix for “my project won't save”:

Username: geek62
Bug: “My project won't save”
Fix: delete the comment that contains \b
Seriously. At first I didn't believe it, but it is 100% reproducible. The project I was having so much trouble saving suddenly saved easily when I deleted one (rather strange) comment. When I put that comment back, it refused to save again - it would sit-and-spin, but never finish saving. Back out (confirm that I want to leave the page with unsaved changes), re-load, make any change and save okay. Add that comment and it has trouble saving again.
By trial and error I eventually found that it was just the two-character sequence backslash b that causes the problem.

Last edited by geek62 (April 5, 2019 05:43:22)

geek62
Scratcher
100+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

geek62 wrote:

Another fix for “my project won't save”:

Username: geek62
Bug: “My project won't save”
Fix: delete the comment that contains \b
Seriously. At first I didn't believe it, but it is 100% reproducible. The project I was having so much trouble saving suddenly saved easily when I deleted one (rather strange) comment. When I put that comment back, it refused to save again - it would sit-and-spin, but never finish saving. Back out (confirm that I want to leave the page with unsaved changes), re-load, make any change and save okay. Add that comment and it has trouble saving again.
By trial and error I eventually found that it was just the two-character sequence backslash b that causes the problem.


Oh wow, it is not just in comments. Putting backslash-b anywhere in the code seems to prevent it from saving.
It won't save if I have this block in my project:
set [var v] to [\\b]

It will save with this block, but only if I have never run it. After I run it, it refuses to save again!
Just having backslash-b stored in a variable also causes the problem!
set [var v] to (join [\\] [b])

So the fix is now: remove \b from your code everywhere!

Last edited by geek62 (April 5, 2019 05:46:14)

PkmnQ
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Topic creator: Me
Name of topic: Why can I make a Vector Detector?
Link: https://scratch.mit.edu/discuss/topic/352748/
Category: Player?
Miscellaneous: The if on edge block makes vector extend…somehow.

come on 60 second rule
banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

PkmnQ wrote:

Topic creator: Me
Name of topic: Why can I make a Vector Detector?
Link: https://scratch.mit.edu/discuss/topic/352748/
Category: Player?
Miscellaneous: The if on edge block makes vector extend…somehow.

come on 60 second rule
Sorry, I've lately not had enough time to snap into action.

Banana
MrSquirrelDeDuck
Scratcher
100+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Topic creator: Me
Name of topic: Backpack Going Behind and In front of things
Link: https://scratch.mit.edu/discuss/topic/354363/
Category: Editor
Miscellaneous: Backpack being weird
lisa_wolfgang
Scratcher
100+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Are all of the bugs listed Scratch 3.0 bugs?
banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

lisa_wolfgang wrote:

Are all of the bugs listed Scratch 3.0 bugs?
Nope. I've been a bit busy lately.

Banana
NYCDOT
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Topic creator: NYCDOT
Name of topic: All Studio Messages Coming In ~8:30pm EDT Every Night
Link: https://scratch.mit.edu/discuss/topic/364715/
Category: Website
Miscellaneous:
leonid2009
Scratcher
13 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Is the two switch backdrop to bug report exist?
banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

leonid2009 wrote:

Is the two switch backdrop to bug report exist?
need to update it big time.

Banana
animaloverload
Scratcher
23 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

User: animaloverload
Bug: Project won't save.
I know this has been “resolved” but I've eliminated those possibilities.
“This might just be caused by a bad internet connection, so wait a few minutes and try again.”
I've done this over the course of the day, so about 8 hours now.
“If you have a large amount of data in lists this may cause the project not to save. Try emptying the lists.” my project contains no data
“If nothing else works, download your project so you don't lose your work.” When I uploaded it later, it was blank. Luckily my coding was very minimal so it didn't matter much.
“This might also be because you are on the wrong account.” I haven't swapped accounts.

If I sounded aggressive, I'm very sorry! I'm just really confused as to what's happening. I just want to post this project without having to link to DeviantArt because I don't want to risk a ban or strike of some sort.
xXNanoDevXx
Scratcher
23 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Cloud variables either reset to -1 or 0 if they are -2

when green flag clicked
set [☁ score v] to [-2]
set [☁ score2 v] to [-2]

One of them should be 0 or -1
Sylveona21
Scratcher
26 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

Thanks a lot!
banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

xXNanoDevXx wrote:

Cloud variables either reset to -1 or 0 if they are -2

when green flag clicked
set [☁ score v] to [-2]
set [☁ score2 v] to [-2]

One of them should be 0 or -1
Please make a separate topic per bug report.

Banana
FireEmeraldAnimator
Scratcher
31 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

I have 2 bugs here. One is for the sound editor and one is for the website.

Last edited by FireEmeraldAnimator (Sept. 14, 2019 01:53:54)

banana439monkey
Scratcher
1000+ posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

FireEmeraldAnimator wrote:

I have 2 bugs here. One is for the sound editor and one is for the website.
Unfortunately, school's being painful and I need to allocate less time to the Bugs and Glitches forum.

Banana
FireEmeraldAnimator
Scratcher
31 posts

PLEASE READ BEFORE MAKING A TOPIC - MySQL Bugs - The directory of bugs

banana439monkey wrote:

FireEmeraldAnimator wrote:

I have 2 bugs here. One is for the sound editor and one is for the website.
Unfortunately, school's being painful and I need to allocate less time to the Bugs and Glitches forum.

Banana
I understand. Btw bug #2 got fixed

Powered by DjangoBB