godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.17k stars 20.21k forks source link

ERROR: FATAL when adding a new SkeletonProfileHumanoid #89751

Open lviardcretat opened 6 months ago

lviardcretat commented 6 months ago

Tested versions

v4.2.1.stable.official [b09f793f5]

System information

Windows 11 Pro - 23H2 - AtlasOS - Vulkan API 1.3.277

Issue description

Godot crash when I want to add a new SkeletonProfileHumanoid : ERROR: FATAL: Index p_index = 2 is out of bounds (size() = 2). at: get (./core/templates/cowdata.h:158)

Steps to reproduce

  1. Download the gltf model here : https://sketchfab.com/3d-models/curious-skeleton-757d9863b3504a75a439b2b99a530454#download
  2. Add it to the project folder
  3. In Godot, select the "scene.gltf" and click on the "Advecement..." button in the import tab
  4. Select the Skeleton3D and add a new BoneMap
  5. Add a new SkeletonProfileHumanoid to the BoneMap Godot_v4 2 1-stable_win64_ySG4QHo5WH

Minimal reproduction project (MRP)

game.zip

SaracenOne commented 3 weeks ago

Found an error, but couldn't reproduce the crash itself. Can anyone confirm this still causes a crash?