Skip to content
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

Don't error multiple times when trying to load missing default bus layout #89808

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

timothyqiu
Copy link
Member

If "Load Default" is pressed when res://default_bus_layout.tres is missing, along with the "There is no 'res://default_bus_layout.tres' file." warning dialog, two errors are also printed in the output:

  • Cannot open file 'res://default_bus_layout.tres'.
  • Failed loading resource: res://default_bus_layout.tres. Make sure resources have been imported by opening the project in the editor at least once.

This PR gets rid of these two errors.

@timothyqiu timothyqiu added bug topic:editor cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release labels Mar 23, 2024
@timothyqiu timothyqiu added this to the 4.3 milestone Mar 23, 2024
@akien-mga akien-mga merged commit 17665ec into godotengine:master Apr 11, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@timothyqiu timothyqiu deleted the ok-i-know branch April 11, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release topic:editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants