-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error locating destination directory for project #149
Comments
Does opening an existing project work? |
It'll take me a bit to get to testing this because I run Linux and booting into Windows is a hassle, but I'll take a look into this |
I have no idea, I don't think I'm able to check since I don't have any existing project on my computer. |
The problem is a but more complicated than that- Luminol has an internal filesystem that's supposed to accept paths that either contain |
Interesting, opening a pre-existing project works just fine (even one without the .luminol folder) |
What if you try to save the pre-existing project that did not have .luminol folder? I suspect it will try to write the .luminol/config at save time. |
It actually writes when opening a project without the config file present. This is because the editor has to guess the script path, which will tweak the project, and we'd rather guess the script path only once |
Describe the bug
Creating a new project fails on Windows with message : "Error locating destination directory for project".
I suspect the problem to be simply an UNIX-style path for the
.luminol/config
file instead of a platform-agnostic path.Trying to re-open the project will fail.
To Reproduce
Steps to reproduce the behavior:
Backtrace
When I tried re-opening the project:
Expected behavior
Creating a new project without errors :)
Desktop
Additional context
Just grabbed the windows build from the latest autobuild deployment pipeline.
I'm a developer, I'll try to take a look, see if I can find the problem and open a PR for it.
The text was updated successfully, but these errors were encountered: