HyperQuark / hyperquark

compile scratch projects to webassembly
https://hyperquark.github.io/hyperquark/
Apache License 2.0
9 stars 0 forks source link

Scratch Project Loading Issue #12

Open SuperSonic472 opened 3 months ago

SuperSonic472 commented 3 months ago

error: Invalid project.json at project.json:1:1228077 at src/sb3.rs:457:35

The project does work on vanilla scratch, turbowarp, and (almost) perfectly in forkphorus (to be expected) This does happen when uploading the SB3 directly

pufferfish101007 commented 3 months ago

Hi, which project does this happen with? (I need either a project id or an sb3 file to be able to debug)

SuperSonic472 commented 3 months ago

whoops forgot to paste it. it's probably the same problem as the other issue I saw as the project uses most of the default blocks in the editor

pufferfish101007 commented 3 months ago

The specific error in #11 was fixed before you made this issue iirc. If the error you were seeing was solely down to unimplemented blocks you'd get a more helpful error message like unimplemented block procedures_call, so this is an issue with the project loading mechanism itself, and may well affect some projects that hyperquark should support.