We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I'd like to run this on my mac. I was wondering if you are seeing the same thing. If so, can this be resolved in the future?
2019-05-21 20:36:07.488 Python[7232:70423] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!' *** First throw call stack: ( 0 CoreFoundation 0x00007fff2ced4f15 __exceptionPreprocess + 256 1 libobjc.A.dylib 0x00007fff59040efb objc_exception_throw + 48 2 CoreFoundation 0x00007fff2ceeec41 -[NSException raise] + 9 3 AppKit 0x00007fff2a3e2c8e -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 324 4 AppKit 0x00007fff2a3e007c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488 5 AppKit 0x00007fff2a3dfaa6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45 6 AppKit 0x00007fff2a6b2ad4 -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 52 7 libopencv_highgui.3.4.dylib 0x0000000109125d02 cvNamedWindow + 419 8 libopencv_highgui.3.4.dylib 0x0000000109125725 cvShowImage + 109 9 libopencv_highgui.3.4.dylib 0x0000000109122d9b _ZN2cv6imshowERKNS_6StringERKNS_11_InputArrayE + 429 10 cv2.cpython-37m-darwin.so 0x00000001077ee4ee ZL18pyopencv_cv_imshowP7_objectS0_S0 + 306 11 Python 0x0000000106f79668 _PyMethodDef_RawFastCallKeywords + 545 12 Python 0x0000000106f78bd3 _PyCFunction_FastCallKeywords + 44 13 Python 0x000000010700e5f0 call_function + 636 14 Python 0x0000000107007231 _PyEval_EvalFrameDefault + 7016 15 Python 0x0000000106f78fae function_code_fastcall + 112 16 Python 0x0000000107007548 _PyEval_EvalFrameDefault + 7807 17 Python 0x0000000106f78fae function_code_fastcall + 112 18 Python 0x000000010700e665 call_function + 753 19 Python 0x0000000107007218 _PyEval_EvalFrameDefault + 6991 20 Python 0x0000000106f78fae function_code_fastcall + 112 21 Python 0x000000010700e665 call_function + 753 22 Python 0x0000000107007218 _PyEval_EvalFrameDefault + 6991 23 Python 0x0000000106f78fae function_code_fastcall + 112 24 Python 0x0000000106f79931 _PyObject_Call_Prepend + 150 25 Python 0x0000000106f78ce1 PyObject_Call + 136 26 Python 0x0000000107075eee t_bootstrap + 71 27 Python 0x000000010703c847 pythread_wrapper + 25 28 libsystem_pthread.dylib 0x00007fff5a2fb305 _pthread_body + 126 29 libsystem_pthread.dylib 0x00007fff5a2fe26f _pthread_start + 70 30 libsystem_pthread.dylib 0x00007fff5a2fa415 thread_start + 13 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6
The text was updated successfully, but these errors were encountered:
might give you some help https://stackoverflow.com/questions/53254763/i-am-creating-a-tkinter-gui-and-i-need-to-make-it-a-thread-but-the-thread-does
Sorry, something went wrong.
Hi, Sorry we don't have the GUI for Linux or Mac right now, but we'll release them in the future.
.. it's tkinter so it runs on Linux as well. This was a point of confusion that I believe was corrected on your site.
No branches or pull requests
Hi I'd like to run this on my mac. I was wondering if you are seeing the same thing. If so, can this be resolved in the future?
2019-05-21 20:36:07.488 Python[7232:70423] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff2ced4f15 __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff59040efb objc_exception_throw + 48
2 CoreFoundation 0x00007fff2ceeec41 -[NSException raise] + 9
3 AppKit 0x00007fff2a3e2c8e -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 324
4 AppKit 0x00007fff2a3e007c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
5 AppKit 0x00007fff2a3dfaa6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
6 AppKit 0x00007fff2a6b2ad4 -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 52
7 libopencv_highgui.3.4.dylib 0x0000000109125d02 cvNamedWindow + 419
8 libopencv_highgui.3.4.dylib 0x0000000109125725 cvShowImage + 109
9 libopencv_highgui.3.4.dylib 0x0000000109122d9b _ZN2cv6imshowERKNS_6StringERKNS_11_InputArrayE + 429
10 cv2.cpython-37m-darwin.so 0x00000001077ee4ee ZL18pyopencv_cv_imshowP7_objectS0_S0 + 306
11 Python 0x0000000106f79668 _PyMethodDef_RawFastCallKeywords + 545
12 Python 0x0000000106f78bd3 _PyCFunction_FastCallKeywords + 44
13 Python 0x000000010700e5f0 call_function + 636
14 Python 0x0000000107007231 _PyEval_EvalFrameDefault + 7016
15 Python 0x0000000106f78fae function_code_fastcall + 112
16 Python 0x0000000107007548 _PyEval_EvalFrameDefault + 7807
17 Python 0x0000000106f78fae function_code_fastcall + 112
18 Python 0x000000010700e665 call_function + 753
19 Python 0x0000000107007218 _PyEval_EvalFrameDefault + 6991
20 Python 0x0000000106f78fae function_code_fastcall + 112
21 Python 0x000000010700e665 call_function + 753
22 Python 0x0000000107007218 _PyEval_EvalFrameDefault + 6991
23 Python 0x0000000106f78fae function_code_fastcall + 112
24 Python 0x0000000106f79931 _PyObject_Call_Prepend + 150
25 Python 0x0000000106f78ce1 PyObject_Call + 136
26 Python 0x0000000107075eee t_bootstrap + 71
27 Python 0x000000010703c847 pythread_wrapper + 25
28 libsystem_pthread.dylib 0x00007fff5a2fb305 _pthread_body + 126
29 libsystem_pthread.dylib 0x00007fff5a2fe26f _pthread_start + 70
30 libsystem_pthread.dylib 0x00007fff5a2fa415 thread_start + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6
The text was updated successfully, but these errors were encountered: