-
-
Notifications
You must be signed in to change notification settings - Fork 21.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
Project crashes when using CSGBox and calculating tangents #40506
Comments
Fixed with: #40252 |
Just re-tested this code, now it crashes elsewhere:
The above backtrace was obtained with: 899b900 that doesn't contains the code that caused this regression: #42639. @qarmin feel free to open a new issue. |
For now in master almost all projects with GDscript crashes with this backtrace, because there is a memory corruption. |
Ok ty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version:
4.0.dev.custom_build. 9e34ba4
OS/device including version:
Ubuntu 20.04
Issue description:
Two backtraces - one when running code in _physics() function and one inside _physics_process()
and
Steps to reproduce:
Minimal reproduction project:
TheWorstGodotTestProject.zip
Code
The text was updated successfully, but these errors were encountered: