Link Search Menu Expand Document

Godot crashing on startup

Disable the plugin:

  • Open project folder.
  • Edit project.godot
  • Erase lines in [autoload] section.
  • In [editor_plugins] section, empty enabled:
    Before
      enabled=PackedStringArray("res://addons/sooty_engine/plugin.cfg")
    

    After

      enabled=PackedStringArray()
    

    Now try boot again and re-enable plugin.

x not found

After enabling the plugin, restart Godot.


Table of contents