MikeSchulze / gdUnit4

A Godot Unit Test Framework. Support for GDScript and C# unit testing
MIT License
490 stars 28 forks source link

GD-490: Icon image size errors when using custom editor display scale #490

Closed MikeSchulze closed 1 month ago

MikeSchulze commented 1 month ago

The used GdUnit4 version

4.3.1 (Latest Release)

The used Godot version

v4.2.2.stable.official [15073afe3]

Operating System

all

Describe the bug

When changing the Editor display scale to a custom value, the plugin shows image size errors on startup image

Godot Engine v4.2.2.stable.official (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors.

  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
  core/variant/variant_utility.cpp:1091 - invalid height:16 vs 24
  Invalid image: null
Loading GdUnit4 Plugin success

Steps to Reproduce

Minimal reproduction project

No response