https://bugs.winehq.org/show_bug.cgi?id=56760
Bug ID: 56760 Summary: MIT Scratch cannot save projects Product: Wine Version: 9.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aramsinbox@gmail.com Distribution: ---
Created attachment 76553 --> https://bugs.winehq.org/attachment.cgi?id=76553 error output
Hi,
MIT Scratch (a visual programming environment: https://scratch.mit.edu/download) can be installed and run normally, but when you are trying to save the project it gives an error "save interrupted". It is also was hard for me to track the error message in the terminal as it outputs there lots of stuff without stopping. Anyways i think experienced developer can spot this error easily. This would be nice to have fixed so kids can use this in our lab.
Thanks!
https://bugs.winehq.org/show_bug.cgi?id=56760
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Obviously not a blocker.
https://bugs.winehq.org/show_bug.cgi?id=56760
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |dark.shadow4@web.de Status|UNCONFIRMED |NEW
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Not a blocker, please check https://bugs.winehq.org/page.cgi?id=fields.html#importance for details.
Note that this is chromium/cef based and sometimes randomly refuses to start up. Doesn't seem to work without wine-staging for me either.
But at least I can reproduce the issue.
https://bugs.winehq.org/show_bug.cgi?id=56760
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shell32
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- It most likely needs file_operation_SetOperationFlags file_operation_MoveItem file_operation_PerformOperations file_operation_GetAnyOperationsAborted
Then it complains that it can't the file "C:\users\fabian\Temp\Scratch Project.sb3". The file kinda exists, but it's called "Scratch Project.sb3:Zone.Identifier"
https://bugs.winehq.org/show_bug.cgi?id=56760
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://downloads.scratch.m | |it.edu/desktop/Scratch%20Se | |tup.exe
https://bugs.winehq.org/show_bug.cgi?id=56760
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |xerox.xerox2000x@gmail.com
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Fabian Maurer from comment #3)
It most likely needs file_operation_SetOperationFlags file_operation_MoveItem file_operation_PerformOperations file_operation_GetAnyOperationsAborted
Then it complains that it can't the file "C:\users\fabian\Temp\Scratch Project.sb3". The file kinda exists, but it's called "Scratch Project.sb3:Zone.Identifier"
I tested and it seems to work (save and load) with the patches from https://gitlab.winehq.org/wine/wine/-/merge_requests/4817 which somehow just got ignored, although they were approved by Esme.
Maybe you could ask what needs to done to get them upstream? (I suspect there are more affected apps)