hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
11.1k stars 665 forks source link

warnings are shown on macOS Sequoia 15.0.1 #3146

Closed hajimehoshi closed 1 month ago

hajimehoshi commented 1 month ago

Ebitengine Version

v2.9.0-alpha.2

Operating System

Go Version (go version)

go version go1.23.1 darwin/arm64

What steps will reproduce the problem?

Run an example go run ./examples/blocks

What is the expected result?

No warnings are shown

What happens instead?

Warnings are shown

2024-10-26 02:43:38.592 windowsize[10373:60724] +[IMKClient subclass]: chose IMKClient_Legacy
2024-10-26 02:43:38.592 windowsize[10373:60724] +[IMKInputSession subclass]: chose IMKInputSession_Legacy

Anything else you feel useful to add?

No response

hajimehoshi commented 1 month ago

https://discussions.apple.com/thread/255761734

hajimehoshi commented 1 month ago

This seems not fixable