GodotModding / godot-mod-tool

Tool to improve the development experience when creating Godot mod-loader mods.
MIT License
41 stars 3 forks source link

Floods the editor output with errors when the plugin is disabled #72

Closed KANAjetzt closed 1 year ago

KANAjetzt commented 1 year ago

image

Godot Engine v3.5.2.stable.custom_build (c) 2007-2022 Juan Linietsky, Ariel Manzur & Godot Contributors.
--- GDScript language server started ---
 res://addons/mod_tool/scripts/build_zip.gd:7 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/global/input.gd:45 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/global/input_string.gd:13 - Parse Error: The method "get_node" isn't declared in the current class.
 res://addons/mod_tool/interface/create_mod/create_mod.gd:99 - Parse Error: The class "ModToolInterfaceInputString" couldn't be fully loaded (script error or cyclic dependency).
 res://addons/mod_tool/interface/global/input.gd:45 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/global/input_string.gd:13 - Parse Error: The method "get_node" isn't declared in the current class.
 res://addons/mod_tool/interface/global/input.gd:45 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/global/input_options.gd:11 - Parse Error: The method "get_node_or_null" isn't declared in the current class.
 res://addons/mod_tool/interface/manifest_editor/manifest_editor.gd:64 - Parse Error: The class "ModToolInterfaceInputString" couldn't be fully loaded (script error or cyclic dependency).
 res://addons/mod_tool/global/utils.gd:57 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/file_system/file_system_context_actions.gd:153 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/interface/panel/tools_panel.gd:8 - Parse Error: The class "FileSystemContextActions" couldn't be fully loaded (script error or cyclic dependency).
 res://addons/mod_tool/global/utils.gd:57 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
 res://addons/mod_tool/global/store.gd:129 - Parse Error: The class "ModToolUtils" couldn't be fully loaded (script error or cyclic dependency).
 res://addons/mod_tool/global/utils.gd:57 - Parse Error: The identifier "ModToolStore" isn't declared in the current scope.
Switch Scene Tab