> Le 3 févr. 2020 à 16:10, Christian Schmitz <supp...@monkeybreadsoftware.de> a 
> écrit:
> 
> Maybe run it from Terminal and see if you get an error there.

Ah yes, I always forgot this way…
Great, I finally got an error returned; thank you!

Here's the result I got:
NSInternalInconsistencyException.

NSWindow drag regions should only be invalidated on the Main Thread!
Please report to the application developer.
2020-02-05 15:27:17.234 RemoteObserverServer[12740:412035] callStackSymbols: (
        0   CoreFoundation                      0x00007fff3f7f9b79 
__exceptionPreprocess + 256
        1   libobjc.A.dylib                     0x00007fff69f6d3c6 
objc_exception_throw + 48
        2   CoreFoundation                      0x00007fff3f8139cd 
-[NSException raise] + 9
        3   AppKit                              0x00007fff3cdab5ca 
-[NSWindow(NSWindow_Theme) 
_postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 317
        4   AppKit                              0x00007fff3cda89f7 -[NSWindow 
_initContent:styleMask:backing:defer:contentView:] + 1479
        5   AppKit                              0x00007fff3cda842a -[NSWindow 
initWithContentRect:styleMask:backing:defer:] + 45
        6   AppKit                              0x00007fff3d609753 -[NSWindow 
init] + 75
        7   MBS_MacCocoa_NSCursor_Plugin_20159.dylib 0x0000000111dde747 
_ZL19currentSystemCursorv + 215
        8   RemoteObserverServer                0x000000010d93f4a8 
NSCursorMBS.!currentSystemCursor%o<NSCursorMBS>% + 40
        9   RemoteObserverServer                0x000000010d9dee64 
CThreadPictureComputation.GetMacCursor%o<Pair>%o<CThreadPictureComputation> + 
1796
        10  RemoteObserverServer                0x000000010d9d78d3 
CThreadPictureComputation.Event_Run%%o<CThreadPictureComputation> + 31155
        11  XojoFramework                       0x000000010e17f674 threadRun + 
695
        12  XojoFramework                       0x000000010e038da5 
_ZN4xojo11SpawnThreadEmPFvPvES0_ + 457
        13  libsystem_pthread.dylib             0x00007fff6b9262eb 
_pthread_body + 126
        14  libsystem_pthread.dylib             0x00007fff6b929249 
_pthread_start + 66
        15  libsystem_pthread.dylib             0x00007fff6b92540d thread_start 
+ 13

So it's not possible to grab the mouse cursor from a non-main thread, or it's a 
problem with my system? I don't get any crash with the same app on another 
computer…
_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to