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
Linux Lubuntu 20.04 i3 1st gen mobile, intel igpu [supports latest vulkan]
Issue description
crash and error during project launch and then if you launch the project manager again the error shows up with a crash.
handle_crash: Program crashed with signal 4
Engine version: Godot Engine v4.0.2.stable.official (7a0977ce2c558fe6219f0a14f8bd4d05aea8f019)
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)
Steps to reproduce
Launch the Engine with the --rendering-driver vulkan
Create a project and it will crash while launching the editor
It's not necessarily a duplicate, there are many possible causes for this error message which aren't related. The error just means out if bounds read on an array. The other bug is about using the LSP, this one doesn't mention it.
i3 1st gen mobile, intel igpu [supports latest vulkan]
First-gen Intel IGPs from 2009-2010 definitely don't support Vulkan. They don't even support OpenGL 3.3 which is required for the Compatibility rendering method.
You'll have to stick to Godot 3.x and its GLES2 renderer, which only requires OpenGL 2.1. That said, expect low performance and driver bugs to be common given how old these integrated graphics are.
Godot version
4.0.2.stable.official
System information
Linux Lubuntu 20.04 i3 1st gen mobile, intel igpu [supports latest vulkan]
Issue description
crash and error during project launch and then if you launch the project manager again the error shows up with a crash.
Steps to reproduce
Launch the Engine with the --rendering-driver vulkan
Create a project and it will crash while launching the editor
Minimal reproduction project
project.zip
The text was updated successfully, but these errors were encountered: