Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GD-486: Error in the output console at the startup of the addin #486

Closed
didierGuieu opened this issue May 30, 2024 · 1 comment · Fixed by #488
Closed

GD-486: Error in the output console at the startup of the addin #486

didierGuieu opened this issue May 30, 2024 · 1 comment · Fixed by #488
Assignees
Labels
bug Something isn't working godot related issue Its a bug by Godot engine and can't be fixed by GdUnit UI
Milestone

Comments

@didierGuieu
Copy link

The used GdUnit4 version

4.3.0 (Pre Release/Master branch)

The used Godot version

V4.2.2 stable official

Operating System

MacOS Sonoma 14.5

Describe the bug

I have the following message inside the output console.

Godot Engine v4.2.2.stable.official (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors.
--- Debug adapter server started ---
--- GDScript language server started on port 6005 ---
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
core/variant/variant_utility.cpp:1091 - invalid height:16 vs 32
Invalid image: null
Loading GdUnit4 Plugin success
GdUnit4: Test server successfully started checked port: 31002

Steps to Reproduce

Just enable the plugin the errors are inside the output console.
I removed .Godot folder and the error is still here

Minimal reproduction project

No response

@didierGuieu didierGuieu added the bug Something isn't working label May 30, 2024
@didierGuieu didierGuieu changed the title GD-XXX: Error in the output console at the startup of the addin GD-486: Error in the output console at the startup of the addin May 30, 2024
@MikeSchulze MikeSchulze linked a pull request Jun 1, 2024 that will close this issue
@MikeSchulze
Copy link
Owner

The root cause it Godot icon image size are different on macOS
godotengine/godot#92628

@MikeSchulze MikeSchulze added godot related issue Its a bug by Godot engine and can't be fixed by GdUnit UI labels Jun 1, 2024
@MikeSchulze MikeSchulze added this to the v4.3.1 milestone Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working godot related issue Its a bug by Godot engine and can't be fixed by GdUnit UI
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants