Skip to content

"exclude_addons" settings removed in 4.6-dev6: Trying to assign value of type 'Nil' to a variable of type 'bool' on gut_loader.gd line 35 #788

@isaaccp

Description

@isaaccp

Versions

(list all versions where you have replicated the bug)

  • Godot: Godot 4.6-dev6
  • GUT: 9.5.0
  • OS: Windows 11

Since I updated to Godot 4.6-dev6, I am getting the following error when trying to run GuT:
Trying to assign value of type 'Nil' to a variable of type 'bool'.
on

were_addons_disabled = ProjectSettings.get(str(WARNING_PATH, 'exclude_addons'))

Looking at the ProjectSettings doc at HEAD I can see that the exclude_addons setting has been removed:
https://docs.godotengine.org/en/latest/classes/class_projectsettings.html
whereas it is there in 4.5:
https://docs.godotengine.org/en/4.5/classes/class_projectsettings.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions