Tested versions
master (83d54ab)
System information
Ubuntu 20.04 LTS
Issue description
See title.
Steps to reproduce
I ran the following on Ubuntu in a clean workspace:
git fetch origin master && \
git checkout origin/master && \
scons target=editor opengl3=no && \
./bin/godot.linuxbsd.editor.x86_64
Then click on + Create and watch it crash.
================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.4.dev.custom_build (83d54ab2ad476ae265b323c2b88f4623b922f4c6)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] /lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7fba41e74090] (??:0)
-- END OF BACKTRACE --
================================================================
Aborted (core dumped)
Minimal reproduction project (MRP)
N/A
Tested versions
master (83d54ab)
System information
Ubuntu 20.04 LTS
Issue description
See title.
Steps to reproduce
I ran the following on Ubuntu in a clean workspace:
Then click on
+ Createand watch it crash.Minimal reproduction project (MRP)
N/A