-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
error: Couldn't find qml root folder #1564
Comments
Unfortunately no. I got almost the same error:
|
Hmm.. but the directory |
Yes. I cloned your repo, switched to the mentioned branch (and merged |
Something with the path must be wrong. I've updated the PR to output the used path into the logs. Can you check again to see which asset path is used? |
Where can I find the logs? |
it should be printed to the console as a message right before the error |
Here is the message: |
The log message sgould pretty print the union path instead of writing
e.g.
maybe that's part of the problem? I'll look into it. |
Can you try the latest updates to #1565 and paste the last console output? It should print a native path now. |
Is it... possible that I still get no visible path? Yes, I double checked if I'm on the right branch and commit, even checked if the changes in file exist. So here is the full error:
|
@zoli111 The thing is there should definitely be a readable path because the file we access are on the file system. The OS should be able to return a native path string. So either this is a permission error (which I doubt because it can load the nyan files fine) or somethings wrong with the path object here that prevents it from accessing the files properly. We might have to do some back ad forth here to figure out what's wrong, since I can't reproduce this at all. |
I can help test on weekends because I'm not home during the week, and my laptop isn't fast enough to build openage multiple times, aand I have to study anyway. |
Okay, new try with #1566 . Can you run that and check the output? It should list all dirs starting with the asset directory.
I'm positive we can still solve this quickly :D @zoli111 |
Resolved itself (see #1566 (comment)) |
From #1562
@zoli111 gets an error saying game couldn't find qml root folder
Originally posted by @zoli111 in #1562 (comment)
The text was updated successfully, but these errors were encountered: