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
Every time I compile I get the following error requiring me to restart godot.
/Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:393 - Rust function panicked at /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/meta/class_name.rs:216. Context: failed to initialize GDExtension levelScene/Users/jgunzelman/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:407 - [panic] index out of bounds: the len is 0 but the index is 1 /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:393 - Rust function panicked at /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/registry/class.rs:219. Context: failed to initialize GDExtension levelEditor`
/Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:407 - [panic] global lock for loaded classes poisoned; class registration or deregistration may have panicked
`
The text was updated successfully, but these errors were encountered:
It is a duplicate of 871 sorry I am reading it now. So do I have to remove it from the project folder for hot reloading to work? It was working before in 4.2 ever since I switched to 4.3 it hasn't worked.
Every time I compile I get the following error requiring me to restart godot.
/Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:393 - Rust function panicked at /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/meta/class_name.rs:216. Context: failed to initialize GDExtension level
Scene/Users/jgunzelman/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:407 - [panic] index out of bounds: the len is 0 but the index is 1 /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:393 - Rust function panicked at /Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/registry/class.rs:219. Context: failed to initialize GDExtension level
Editor`/Users/<>/.cargo/git/checkouts/gdext-76630c89719e160c/8ad9cb0/godot-core/src/private.rs:407 - [panic] global lock for loaded classes poisoned; class registration or deregistration may have panicked
`
The text was updated successfully, but these errors were encountered: