Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminating with uncaught exception of type NSException #19

Open
lordsocke opened this issue Apr 5, 2023 · 0 comments
Open

terminating with uncaught exception of type NSException #19

lordsocke opened this issue Apr 5, 2023 · 0 comments

Comments

@lordsocke
Copy link

lordsocke commented Apr 5, 2023

2023-04-05 16:08:00.490 Python[5022:102501] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the Main Thread!'
*** First throw call stack:
(
0 CoreFoundation 0x000000019fda4418 __exceptionPreprocess + 176
1 libobjc.A.dylib 0x000000019f8eeea8 objc_exception_throw + 60
2 AppKit 0x00000001a2f80020 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2872
3 libSDL2-2.0.0.dylib 0x000000013f9c9a74 Cocoa_PumpEventsUntilDate + 88
4 libSDL2-2.0.0.dylib 0x000000013f9c9d10 Cocoa_PumpEvents + 56
5 libSDL2-2.0.0.dylib 0x000000013f924f1c SDL_PumpEvents_REAL + 40
6 event.cpython-311-darwin.so 0x000000011cf05f20 _pg_event_wait + 64
7 event.cpython-311-darwin.so 0x000000011cf03c84 pg_event_wait + 132
8 Python 0x0000000102d64ad8 cfunction_call + 60
9 Python 0x0000000102d10fbc _PyObject_MakeTpCall + 128
10 Python 0x0000000102e0a184 _PyEval_EvalFrameDefault + 48252
11 Python 0x0000000102e0f4cc _PyEval_Vector + 116
12 Python 0x0000000102d14714 method_vectorcall + 388
13 Python 0x0000000102e0c2ac _PyEval_EvalFrameDefault + 56740
14 Python 0x0000000102e0f4cc _PyEval_Vector + 116
15 Python 0x0000000102d14714 method_vectorcall + 388
16 Python 0x0000000102ee3aa8 thread_run + 148
17 Python 0x0000000102e70e8c pythread_wrapper + 48
18 libsystem_pthread.dylib 0x000000019fc4a06c _pthread_start + 148
19 libsystem_pthread.dylib 0x000000019fc44e2c thread_start + 8
)
libc++abi: terminating with uncaught exception of type NSException
zsh: abort pyremoteplay-gui 192.168.178.57

Operating System: Mac OSX M1
Version: 13.0.1 (22A400) Ventura
Python Version: 3.11

Window starts and ends directly with a little noise. No more error messages.
Only happens with GUI Version, the normal one works perfectly without the picture its not working for my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant