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

Error Index = p_index = 1 is out of bounds (size() = 0) #76900

Closed
gooficat opened this issue May 10, 2023 · 5 comments
Closed

Error Index = p_index = 1 is out of bounds (size() = 0) #76900

gooficat opened this issue May 10, 2023 · 5 comments

Comments

@gooficat
Copy link

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.

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

Minimal reproduction project

project.zip

@AThousandShips

This comment was marked as outdated.

@AThousandShips

This comment was marked as outdated.

@akien-mga
Copy link
Member

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.

@Calinou
Copy link
Member

Calinou commented Jun 19, 2023

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.

@Calinou
Copy link
Member

Calinou commented Jul 3, 2023

Closing in favor of #58927.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants