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

Print correct path when unable to find GDExtension library #89677

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

enetheru
Copy link
Contributor

When loading an extension, the library_path isn't set till later when it actually attempts to load the file on line 767.
So its printing out a blank string when it should be printing the location it expects to find the extension.dll

@enetheru enetheru requested a review from a team as a code owner March 19, 2024 13:26
@AThousandShips AThousandShips added this to the 4.3 milestone Mar 19, 2024
@AThousandShips
Copy link
Member

Should be added to line 753 too probably

@akien-mga akien-mga changed the title Print correct string when unable to find extension.dll Print correct path when unable to find GDExtension library Mar 25, 2024
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amended the commit to fix the other error, should be fine now.

@akien-mga akien-mga merged commit 23f55c0 into godotengine:master Mar 26, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants