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

_err_print_error exception (gdextension_interface_print_error is 0x0000000) #1125

Closed
RonYanDaik opened this issue May 30, 2023 · 1 comment · Fixed by #1129
Closed

_err_print_error exception (gdextension_interface_print_error is 0x0000000) #1125

RonYanDaik opened this issue May 30, 2023 · 1 comment · Fixed by #1129
Labels
bug This has been identified as a bug regression
Milestone

Comments

@RonYanDaik
Copy link

Godot version

godotengine/godot#77578

godot-cpp version

#1113

System information

Win10 x64

Issue description

image

librim.windows.template_debug.dev.x86_64.dll!godot::_err_print_error(const char * p_function, const char * p_file, int p_line, const char * p_error, bool p_editor_notify, bool p_is_warning) Line 46 C++
librim.windows.template_debug.dev.x86_64.dll!godot::Curve3D::sample_baked(double offset, bool cubic) Line 238 C++
librim.windows.template_debug.dev.x86_64.dll!ImpPath3D::sample_with_time(double time) Line 80 C++

image

Steps to reproduce

try to call Curve3D::sample_baked

Minimal reproduction project

n/a

@dsnopek
Copy link
Collaborator

dsnopek commented May 31, 2023

Thanks!

I've made a PR would should fix this issue: #1129

@akien-mga akien-mga added this to the 4.1 milestone Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This has been identified as a bug regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants