enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 317 forks source link

Cannot open .enso-project files #10282

Closed kazcw closed 5 days ago

kazcw commented 2 weeks ago

When importing a .enso-project file by clicking on it (tested on Mac), Enso opens and the newly imported project appears in the dashboard, but the imported project fails to open.

Screenshot 2024-06-13 at 09 17 16
hubertp commented 1 week ago

Assigning to myself to identify where is the problem.

hubertp commented 1 week ago

I can't reproduce so I assume that this will be a mac-only bug.

hubertp commented 1 week ago

Seems to be Mac-only bug as I couldn't reproduce. Also based on other user logs it doesn't look like backend even gets a request to start the project. So giving back the ticket.

jdunkerley commented 6 days ago

This is happening on Windows as well in current release.

jdunkerley commented 6 days ago

To clarify: Enso projects should always be loaded into the local drive and opened from there if double-clicked. If they want to upload they should drag the project to the cloud drive or click upload button.

somebody1234 commented 6 days ago

@jdunkerley i think that's it... thanks, lol