4ian / GDevelop

🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone.
https://gdevelop.io
Other
9.86k stars 817 forks source link

Broken empty Piskel #3200

Open PascalLadalle opened 2 years ago

PascalLadalle commented 2 years ago

Since a few versions, several forum users report having difficulties with Piskel inside GDevelop. Namely, Piskel opens but doesn't load any files. The problem remains after GDevelop update and reinstall, even with example projects. image

Any troubleshooting steps to recommend to pinpoint the exact issue? I haven't been able to reproduce it on my side. source

Bouh commented 2 years ago

GDevelop cannot be synced with a Onedrive folder. Especially because the writing right is blocked on these synced folders and GDevelop can’t create or read a texture and save it in this folder, that’s why Piskel is buggy. And a one drive folder can also cause problems for audio editor JFXR bundled in GD5, and Yarn the text dialogue editor.

4ian commented 2 years ago

Where do you see the usage of One Drive? We might want to make the editor more robust against read only folders or failure to read/write files maybe?

Bouh commented 2 years ago

I know that because in the past some of the users had a problem because of this. It could totally be something else. I trust it's an issue for reading files.

An update of Piskel would be welcome because there is also a shortcut conflict in Piskel itself. P key for Pen tool and P for Shiftindex.

AlexandreSi commented 2 years ago

I can see only a few commits have been added to Piskel since the version we use: https://github.com/piskelapp/piskel/commits/master

Do you think those few commits could fix the issue?