Skip to content

20 compiler errors when booting in 4.4 beta #393

@WolfEYc

Description

@WolfEYc

🐛 Description

20 compiler errors when booting in 4.4 beta

Steps to reproduce

  1. Create an empty netfox project
  2. Enable the plugin in project settings

Expected behavior

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions