You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The editor chrashes when launching with the following error (Empty project):
================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.0.3.stable.flathub (5222a99f5d38cd5346254cefed8f65315bca4fcb)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
ERROR: FATAL: Index p_index = 1 is out of bounds (size() = 0).
at: get (./core/templates/cowdata.h:155)
================================================================
handle_crash: Program crashed with signal 4
Engine version: Godot Engine v4.0.3.stable.flathub (5222a99f5d38cd5346254cefed8f65315bca4fcb)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
ERROR: FATAL: Index p_index = 1 is out of bounds (size() = 0).
at: get (./core/templates/cowdata.h:155)
I expected it to not crash.
I am using the sway windowmanager.
Steps to reproduce
Download the 4.0.3 flatpak version of Godot.
Launch it in swaywm
Choose a game to edit that has graphics higher than the compatibility setting.
Editor crashes
It does not crash with the compatibility graphics.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Choose a game to edit that has graphics higher than the compatibility setting.
What graphics card model do you have, and how recent are your graphics drivers? Forward+ and Mobile require Vulkan 1.1 support, which means you need compatible hardware and up-to-date drivers.
As for why it crashes instead of displaying an error message, this is because #58927 isn't implemented yet.
Godot version
v4.0.3.stable.flathub
System information
Rhino linux (Based on ubuntu)
Issue description
The editor chrashes when launching with the following error (Empty project):
I expected it to not crash.
I am using the sway windowmanager.
Steps to reproduce
It does not crash with the compatibility graphics.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: