Skip to content

Duplicating a Decal (or Light3D) node crashes Godot #100629

Closed
@novemberist

Description

Tested versions

reproducible in Godot v4.4.dev (89001f9)
not reproducible in v4.3.stable.fedora [77dcf97]

System information

Godot v4.4.dev (89001f9) - Arch Linux 20240101.0.204074 on Wayland - Wayland display driver, Single-window, 2 monitors - Vulkan (Forward+) - dedicated Intel(R) Arc(tm) A750 Graphics (DG2) - AMD Ryzen 5 3600 6-Core Processor (12 threads)

Issue description

Duplicating any Decal node immediately crashes godot

================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.4.dev.custom_build (89001f91d21ebd08b59756841426f540b154b97d)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
[1] /usr/lib/libc.so.6(+0x3d1d0) [0x7f5ceb90b1d0] (??:0)
[2] /usr/bin/godot(+0x3254cf5) [0x558ef8734cf5] (??:0)
[3] /usr/bin/godot(+0x329293b) [0x558ef877293b] (??:0)
[4] /usr/bin/godot(+0x4d1b59a) [0x558efa1fb59a] (??:0)
[5] /usr/bin/godot(+0x4d63b5c) [0x558efa243b5c] (??:0)
[6] /usr/bin/godot(+0x54c0c82) [0x558efa9a0c82] (??:0)
[7] /usr/bin/godot(+0x2d98542) [0x558ef8278542] (??:0)
[8] /usr/bin/godot(+0x2d985fb) [0x558ef82785fb] (??:0)
[9] /usr/bin/godot(+0x1f0053a) [0x558ef73e053a] (??:0)
[10] /usr/bin/godot(+0x1f027ca) [0x558ef73e27ca] (??:0)
[11] /usr/bin/godot(+0x2da2e98) [0x558ef8282e98] (??:0)
[12] /usr/bin/godot(+0x2da3bc3) [0x558ef8283bc3] (??:0)
[13] /usr/bin/godot(+0x2e1444d) [0x558ef82f444d] (??:0)
[14] /usr/bin/godot(+0x2e486b9) [0x558ef83286b9] (??:0)
[15] /usr/bin/godot(+0x55e66d0) [0x558efaac66d0] (??:0)
[16] /usr/bin/godot(+0x704810) [0x558ef5be4810] (??:0)
[17] /usr/bin/godot(+0x4a42a41) [0x558ef9f22a41] (??:0)
[18] /usr/bin/godot(+0x4a4414d) [0x558ef9f2414d] (??:0)
[19] /usr/bin/godot(+0x64031c) [0x558ef5b2031c] (??:0)
[20] /usr/lib/libc.so.6(+0x25e08) [0x7f5ceb8f3e08] (??:0)
[21] /usr/lib/libc.so.6(__libc_start_main+0x8c) [0x7f5ceb8f3ecc] (??:0)
[22] /usr/bin/godot(+0x66a6c5) [0x558ef5b4a6c5] (??:0)
-- END OF BACKTRACE --
================================================================

Steps to reproduce

  • create a new project and add a decal node
  • select the node and duplicate it (ctrl+d)

Minimal reproduction project (MRP)

see steps to reproduce

Activity

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      Release Blocker

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions