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

Variant encoding errors in Remote scene tree with typed array of resources #90721

Closed
akien-mga opened this issue Apr 15, 2024 · 0 comments · Fixed by #90751
Closed

Variant encoding errors in Remote scene tree with typed array of resources #90721

akien-mga opened this issue Apr 15, 2024 · 0 comments · Fixed by #90751

Comments

@akien-mga
Copy link
Member

Tested versions

System information

Fedora Linux 39 (KDE Plasma) - Wayland - Vulkan (Forward+) - dedicated AMD Radeon RX 7600M XT (RADV NAVI33) () - AMD Ryzen 7 7840HS w/ Radeon 780M Graphics (16 Threads)

Issue description

The attached MRP has a node whose script includes @export var frames: Array[ImageTexture].

When playing the scene and selecting this node in the Remote scene tree, these errors are printed to the output:

ERROR: Condition "!p_full_objects" is true. Returning: ERR_UNAVAILABLE
   at: encode_variant (./core/io/marshalls.cpp:1316)
ERROR: Condition "!p_full_objects" is true. Returning: ERR_UNAVAILABLE
   at: encode_variant (./core/io/marshalls.cpp:1316)
ERROR: Condition "!p_full_objects" is true. Returning: ERR_UNAVAILABLE
   at: encode_variant (./core/io/marshalls.cpp:1316)
ERROR: Condition "err" is true. Returning: err
   at: encode_variant (./core/io/marshalls.cpp:1806)
ERROR: Condition "err" is true. Returning: err
   at: encode_variant (./core/io/marshalls.cpp:1806)
ERROR: Condition "err" is true. Returning: err
   at: encode_variant (./core/io/marshalls.cpp:1806)
ERROR: Condition "err" is true. Returning: err
   at: encode_variant (./core/io/marshalls.cpp:1806)
ERROR: Condition "err != OK || size > out_buf.size() - 4" is true. Continuing.
   at: _write_out (./core/debugger/remote_debugger_peer.cpp:108)

Steps to reproduce

  • Open MRP, run the scene
  • Switch to Remote scene tree
  • Select Main, then select Rabbit
  • See the errors

Minimal reproduction project (MRP)

remote-tree-marshalls.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Very Bad
Development

Successfully merging a pull request may close this issue.

2 participants