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
If you attach a GlobalDelegate<T> or DelegateProxy<T> component to any slot in a world, it will immediately disconnect all users but the host, and make the world unjoinable forever afterwards.
To Reproduce
Create an empty slot.
Attach either the component GlobalDelegate<T> or DelegateProxy<T>.
Expected behavior
These components should probably not crash people out of the world.
Screenshots
No response
Resonite Version Number
2023.10.13.743
What Platforms does this occur on?
Windows
What headset if any do you use?
No response
Log Files
No response
Additional Context
No response
Reporters
LuxKitty, Nytra
The text was updated successfully, but these errors were encountered:
I think it is specifically when you make these components with an invalid type as T, for example making GlobalDelegate<Slot> or DelegateProxy<Slot> causes an exception
Please follow the best practices for reports on this repo and fill all fields as completely as you can including submission of log files from all participants, @lxw404@Nytra.
Here are two separate sets of logs, they are labeled by the component that was added as well as whether it was the Host of the session or the Guest. In both instances, the guest joins the host in a completely empty world, then the offending component is added and they get disconnected and can never rejoin.
Describe the bug?
If you attach a
GlobalDelegate<T>
orDelegateProxy<T>
component to any slot in a world, it will immediately disconnect all users but the host, and make the world unjoinable forever afterwards.To Reproduce
GlobalDelegate<T>
orDelegateProxy<T>
.Expected behavior
These components should probably not crash people out of the world.
Screenshots
No response
Resonite Version Number
2023.10.13.743
What Platforms does this occur on?
Windows
What headset if any do you use?
No response
Log Files
No response
Additional Context
No response
Reporters
LuxKitty, Nytra
The text was updated successfully, but these errors were encountered: