scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

Can't save project from Firefox #161

Closed rileyjshaw closed 1 year ago

rileyjshaw commented 5 years ago

Firefox Developer Edition, 66.0b12 (64-bit) MacOS Mojave, 10.14.3 (18D109)

When trying to save, I get the following error in the console:

10:39:39 AM | err | [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]
towerofnix commented 5 years ago

Unfortunately I think this is a change in how Firefox works with Flash, since I know I used to be able to save ScratchX files and I can't anymore (same error). In order to workaround it in s2online (a Scratch 2.0 mod for loading existing projects into 2.0), I had to create an external JS function and call that instead of using Flash's builtin file download tool. But I don't think ScratchX's SWF is open source, so you might have trouble making a fix yourself (and ScratchX is in maintenance mode / being phased out, with 3.0's extension system on the rise, so the ST likely won't get around to fixing this).