MikeSchulze / gdUnit4

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

GD-483: Godot crash at exit on `macOS` #483

Closed MikeSchulze closed 1 month ago

MikeSchulze commented 1 month ago

The used GdUnit4 version

4.3.0 (Pre Release/Master branch)

The used Godot version

v4.2.2.stable.official [15073afe3]

Operating System

MacOS

Describe the bug

With the version v4.3.0 the Godot editor crashes on exit on MacOS

Steps to Reproduce

Example:

  1. Upgrade GdUnit4 to version v4.3.0
  2. Restart Godot
  3. Exit Godot crashes

Minimal reproduction project

No response

MikeSchulze commented 1 month ago

https://github.com/godotengine/godot/issues/92727