Ericdowney / SignalVisualizer

A plugin for Godot 4.x. SignalVisualizer displays the current scene's signals and connections in a easy to read graph and tree dock.
MIT License
290 stars 7 forks source link

crash under 4.1.1 stable #1

Closed Kalamster closed 10 months ago

Kalamster commented 11 months ago

clicking "generate" will freeze Godot for a moment, then unfortunately crash to desktop every time.

Ericdowney commented 11 months ago

Sorry about this! I believe this is due to a call to GraphEdit's arrange_nodes() function. I should have a new version pushed out in the next day to toggle that off.

Kalamster commented 11 months ago

That's great, thank you!

Ericdowney commented 11 months ago

@Kalamster I've published a new version. Please let me know if it doesn't resolve your issue.

Kalamster commented 11 months ago

It works now, thanks for fixing the plugin! To get the autoload singelton to show up however, I had to copy the whole directory (i.e. the dir containing project.godot and all other dirs), not only the /addons folder.

Ericdowney commented 10 months ago

That's great to hear! I'm going to close this issue but I'll start another one for the new problem.