-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This is weird, look at what my terminal spewed me:
pygame 2.1.2 (SDL 2.0.18, Python 3.10.5)
Hello from the pygame community. https://www.pygame.org/contribute.html
2022-11-26 07:41:23.878 Python[21252:584118] -[SDLApplication macOSVersion]: unrecognized selector sent to instance 0x122e6bd20
2022-11-26 07:41:23.880 Python[21252:584118] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SDLApplication macOSVersion]: unrecognized selector sent to instance 0x122e6bd20'
*** First throw call stack:
(
0 CoreFoundation 0x000000018d4b01cc __exceptionPreprocess + 240
1 libobjc.A.dylib 0x000000018d2017b8 objc_exception_throw + 60
2 CoreFoundation 0x000000018d5431a0 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x000000018d410360 forwarding + 1728
4 CoreFoundation 0x000000018d40fbe0 _CF_forwarding_prep_0 + 96
5 libtk8.6.dylib 0x0000000120388a1c GetRGBA + 64
6 libtk8.6.dylib 0x00000001203884a8 SetCGColorComponents + 140
7 libtk8.6.dylib 0x00000001203888e0 TkpGetColor + 544
8 libtk8.6.dylib 0x00000001202ea454 Tk_GetColor + 220
9 libtk8.6.dylib 0x00000001202ddaa0 Tk_Get3DBorder + 204
10 libtk8.6.dylib 0x00000001202dd8ac Tk_Alloc3DBorderFromObj + 144
11 libtk8.6.dylib 0x00000001202eb810 DoObjConfig + 832
12 libtk8.6.dylib 0x00000001202eb3cc Tk_InitOptions + 348
13 libtk8.6.dylib 0x00000001202eb2c8 Tk_InitOptions + 88
14 libtk8.6.dylib 0x0000000120312cf0 CreateFrame + 1448
15 libtk8.6.dylib 0x0000000120312fe8 TkListCreateFrame + 156
16 libtk8.6.dylib 0x000000012030bec0 Initialize + 1848
17 _tkinter.cpython-310-darwin.so 0x0000000106fa22d4 Tcl_AppInit + 92
18 _tkinter.cpython-310-darwin.so 0x0000000106fa1f6c Tkapp_New + 548
19 _tkinter.cpython-310-darwin.so 0x0000000106fa1d44 _tkinter_create_impl + 268
20 _tkinter.cpython-310-darwin.so 0x0000000106fa197c _tkinter_create + 240
21 Python 0x0000000105205978 cfunction_vectorcall_FASTCALL + 88
22 Python 0x00000001052d43c8 call_function + 132
23 Python 0x00000001052cc70c _PyEval_EvalFrameDefault + 23764
24 Python 0x00000001052c51b4 _PyEval_Vector + 360
25 Python 0x000000010519e210 _PyObject_FastCallDictTstate + 96
26 Python 0x00000001052324c8 slot_tp_init + 196
27 Python 0x00000001052292c8 type_call + 312
28 Python 0x000000010519df58 _PyObject_MakeTpCall + 136
29 Python 0x00000001052d44c0 call_function + 380
30 Python 0x00000001052cae08 _PyEval_EvalFrameDefault + 17360
31 Python 0x00000001052c51b4 _PyEval_Vector + 360
32 Python 0x000000010532f9f0 pyrun_file + 308
33 Python 0x000000010532f134 _PyRun_SimpleFileObject + 336
34 Python 0x000000010532e780 _PyRun_AnyFileObject + 216
35 Python 0x000000010535a9bc pymain_run_file_obj + 180
36 Python 0x000000010535a05c pymain_run_file + 72
37 Python 0x0000000105359644 pymain_run_python + 300
38 Python 0x00000001053594d8 Py_RunMain + 24
39 Python 0x000000010535ab64 pymain_main + 56
40 Python 0x000000010535ae28 Py_BytesMain + 40
41 dyld 0x00000001046250f4 start + 520
)
libc++abi: terminating with uncaught exception of type NSException