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

Crash on extending bool socket from branch node (4.2.1 mono 2.0 dev 2 ) #82

Closed
TheBricktop opened this issue Jan 23, 2024 · 3 comments · Fixed by #83
Closed

Crash on extending bool socket from branch node (4.2.1 mono 2.0 dev 2 ) #82

TheBricktop opened this issue Jan 23, 2024 · 3 comments · Fixed by #83
Labels
bug/confirmed Bug/regression has been confirmed. kind/bug A bug or regression in expected behavior.
Milestone

Comments

@TheBricktop
Copy link

Describe the bug

While clicking on a bool socket on branch node and then clicking to create a node to connect it to im experiencing a crash to desktop. Branch node is connected to physic process event node.

Expected behavior

Creates a new node and doesnt crash

Actual behavior

Crashes to desktop

How to Reproduce?

  1. Create fresh empty project in Godot 421 mono
  2. create a new node 3d
  3. add new script
  4. create processing event node
  5. connect it to new branch node
  6. extend bool socket to create new node
  7. crash ensues

Godot full version

4.2.1 Mono

Orchestrator version

2.0 dev 2

Additional information

No response

@TheBricktop TheBricktop added the kind/bug A bug or regression in expected behavior. label Jan 23, 2024
@Naros Naros added this to the 2.0 milestone Jan 24, 2024
@Naros Naros added the bug/confirmed Bug/regression has been confirmed. label Jan 24, 2024
@Naros
Copy link
Member

Naros commented Jan 24, 2024

As a work around, can you try creating the node that you want to connect to the bool port manually and then connect from the newly placed node to the branch's bool port, does that work @TheBricktop ?

Naros added a commit to Naros/godot-orchestrator that referenced this issue Jan 24, 2024
@Naros
Copy link
Member

Naros commented Jan 24, 2024

I've attached a build based on the linked PR. Could you replace the contents of your project's addons\orchestrator folder with the contents of the attached plugin bundle and let me know if it solves your problem @TheBricktop?

godot-orchestrator-v2.0-dev2-plugin-windows-fix.zip
godot-orchestrator-v2.0-dev2-plugin-macos-fix.zip
godot-orchestrator-v2.0-dev2-plugin-linux-fix.zip

@TheBricktop
Copy link
Author

That fixed it thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/confirmed Bug/regression has been confirmed. kind/bug A bug or regression in expected behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants