oomek / attractplus

Attract-Mode Plus
GNU General Public License v3.0
46 stars 16 forks source link

[MacOS] can't run attractplus after 'Makefile and CI: support SFML as an extlib' commit. #41

Closed djhan closed 1 year ago

djhan commented 1 year ago

Description

attractplus build can't run normally on MacOS, both Apple Sillicon / Intel. It show error following as:

2023-06-15 08:42:38.045 attractplus[74536:2073038] -[SFOpenGLView enableKeyRepeat]: unrecognized selector sent to instance 0x7fc59d216220
2023-06-15 08:42:38.050 attractplus[74536:2073038] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SFOpenGLView enableKeyRepeat]: unrecognized selector sent to instance 0x7fc59d216220'

It occurs after 'Makefile and CI: support SFML as an extlib' commit (May 8). I think it's fault of built-in SFML library. So I tried to uncomment 'USE_SYSTEM_SFML=1' in MakeFile. But it's not work.

Please check this issue, thanks.

estefan3112 commented 1 year ago

I think that we can close that one ☺️