TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
83 stars 74 forks source link

Project errors out in turbowarp but not in scratch #226

Open Mickmick21 opened 1 month ago

Mickmick21 commented 1 month ago

I think this is a compiler issue, that's why i post this in scratch-vm

Project : https://scratch.mit.edu/projects/98147844/

Expected Behavior

Please describe what should happen

Project should load normally as usual

Actual Behavior

Describe what actually happens

"Error: Unknown extension: sbxspeechtotext Component stack: in nk in Connect(nk)"

While the project was made with Scratch X (confirmation needed), it should follow scratch's behavior, ignoring the extension

Steps to Reproduce

Explain what someone needs to do in order to see what's described in Actual behavior above

Load the project in turbowarp

Operating System and Browser

e.g. Mac OS 10.11.6 Safari 10.0

Windows 11 Build 26120.1542 Brave v1.70.119

SharkPool-SP commented 1 month ago

the error is caused by your project having a unknown extension "Speech To Text". Theres a warning in scratch too, but it doesnt do anything

Mickmick21 commented 1 month ago

the error is caused by your project having a unknown extension "Speech To Text". Theres a warning in scratch too, but it doesnt do anything

It's not mine.