-
-
Notifications
You must be signed in to change notification settings - Fork 60
20 compiler errors when booting in 4.4 beta #393
Description
🐛 Description
20 compiler errors when booting in 4.4 beta
Steps to reproduce
- Create an empty netfox project
- Enable the plugin in project settings
Expected behavior
- No error logs should be printed
Observed behavior
ERROR: modules/gdscript/gdscript.cpp:2261 - Condition "!named_globals.has(p_name)" is true.
ERROR: modules/gdscript/gdscript.cpp:2261 - Condition "!named_globals.has(p_name)" is true.
ERROR: modules/gdscript/gdscript.cpp:2261 - Condition "!named_globals.has(p_name)" is true.
ERROR: modules/gdscript/gdscript.cpp:2261 - Condition "!named_globals.has(p_name)" is true.
ERROR: res://addons/netfox/network-time.gd:440 - Compile Error: Identifier not found: NetworkTime
ERROR: modules/gdscript/gdscript.cpp:3036 - Failed to load script "res://addons/netfox/network-time.gd" with error "Compilation failed".
ERROR: Failed to create an autoload, script 'res://addons/netfox/network-time.gd' is not compiling.
ERROR: editor/editor_autoload_settings.cpp:571 - Condition "!info->node" is true. Continuing.
ERROR: res://addons/netfox/rollback/network-rollback.gd:146 - Compile Error: Identifier not found: NetworkTime
ERROR: modules/gdscript/gdscript.cpp:3036 - Failed to load script "res://addons/netfox/rollback/network-rollback.gd" with error "Compilation failed".
ERROR: Failed to create an autoload, script 'res://addons/netfox/rollback/network-rollback.gd' is not compiling.
ERROR: editor/editor_autoload_settings.cpp:571 - Condition "!info->node" is true. Continuing.
ERROR: res://addons/netfox/network-events.gd:76 - Compile Error: Identifier not found: NetworkEvents
ERROR: modules/gdscript/gdscript.cpp:3036 - Failed to load script "res://addons/netfox/network-events.gd" with error "Compilation failed".
ERROR: Failed to create an autoload, script 'res://addons/netfox/network-events.gd' is not compiling.
ERROR: editor/editor_autoload_settings.cpp:571 - Condition "!info->node" is true. Continuing.
ERROR: res://addons/netfox/network-performance.gd:136 - Compile Error: Identifier not found: NetworkTime
ERROR: modules/gdscript/gdscript.cpp:3036 - Failed to load script "res://addons/netfox/network-performance.gd" with error "Compilation failed".
ERROR: Failed to create an autoload, script 'res://addons/netfox/network-performance.gd' is not compiling.
ERROR: editor/editor_autoload_settings.cpp:571 - Condition "!info->node" is true. Continuing.
It looks like there is only 4 actual issues in the netfox gdscript code. the cpp stuff is just downstream.
Versions
- Godot version: 4.4 Beta 1
- netfox version: 1.19.1