pyremoteplay icon indicating copy to clipboard operation
pyremoteplay copied to clipboard

terminating with uncaught exception of type NSException

Open lordsocke opened this issue 1 year ago • 0 comments

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.

lordsocke avatar Apr 05 '23 14:04 lordsocke