SDL icon indicating copy to clipboard operation
SDL copied to clipboard

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

Open John-Lluch opened this issue 1 year ago • 4 comments

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

John-Lluch avatar May 20 '24 15:05 John-Lluch

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

xavierraffin avatar Jun 19 '24 21:06 xavierraffin

+1 . It would be nice to have it fixed :-)

rajivmg avatar Sep 02 '24 20:09 rajivmg

SDL doesn't use TUINSRemoteViewController, so I'm not sure where that error is coming from. Feel free to submit a PR if you figure it out!

slouken avatar Sep 03 '24 19:09 slouken

I encountered the same error, but it runs normally.

chunqian avatar Oct 12 '24 01:10 chunqian