-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Broken Dependencies on Fresh Imports #108
Comments
What godot version it is? and what os? |
Thanks for info. As for 4.2.2 - this looks to be not supported yet, as I'm still on 4.2. |
I'm running Ubuntu 24.04. I cloned godot-open-rts from the repository and attempted to open the project using Godot versions 4.2-stable, 4.2.1-stable and 4.2.2-stable. Unfortunately it failed in every case. With Godot 4.2 and 4.2.1 I saw these errors:
With Godot 4.2.2 the errors were similar, but it displayed more information about the missing dependencies in Logos.tscn, as visible in the screenshot at the top of this page. |
In Godot 4.2.2, after all those errors that occur while opening the project, if I try to run the project I see this error:
However, if I cancel the run, and then run the game a second time, it works fine! |
Ok, looks like I need to check this, thanks! |
Ok, I can confirm this problem myself. Interestingly, if I quit the project and enter again, the errors are gone. Therefore it must be something related to initial project loading... I'll cross check with Godot 4.3. |
The text was updated successfully, but these errors were encountered: