libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
8.69k stars 1.63k forks source link

Weird error messages on Xcode and Mac OS (NSRemoteView, TUINSRemoteViewController) #9840

Open John-Lluch opened 1 month ago

John-Lluch commented 1 month ago

I get the following messages when running SDL2 on Mac OSX

FAULT: <NSRemoteView: 0x127f4b950 com.apple.TextInputUI.xpc.CursorUIViewService TUICursorUIViewService> determined it was necessary to configure <TUINSWindow: 0x117e05d60> to support remote view vibrancy

CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them

I think this started happening after upgrading to Xcode 15.3 and Mac OSX 14.4

It's so far harmless (the app just works fine despite the messages) but I'm concerned this may indicate trouble sometime in the future

Any ideas on how to fix this, or does this need upgrading SDL ?

Thanks

xavierraffin commented 1 week ago

Same issue on Mac OSX 14.5 (arm64). I have this message by intermittence: 2024-06-19 14:54:42.071194-0700 JP[20918:11186043] [miscellany] CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them Does not crash the application but prevent SDL events to propagate (I have to click multiple times)

I updated the SDL to the 2.30.4 it is the same