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

Exception in thread "AppKit Thread" java.lang.NoSuchMethodError: accessibilityHitTest #2

Open
misterfocusth opened this issue Apr 3, 2023 · 0 comments
Labels
invalid This doesn't seem right

Comments

@misterfocusth
Copy link
Owner

2023-04-04 00:04:36.680 java[26403:1792501] Bad JNI lookup accessibilityHitTest
2023-04-04 00:04:36.683 java[26403:1792501] (
0 libawt_lwawt.dylib 0x000000012b1e89dd -[CommonComponentAccessibility accessibilityHitTest:] + 173
1 libawt_lwawt.dylib 0x000000012b1a32e0 -[AWTView accessibilityHitTest:] + 176
2 AppKit 0x00007ff80749268b -[NSWindow(NSWindowAccessibility) accessibilityHitTest:] + 302
3 AppKit 0x00007ff806f61c2a -[NSApplication(NSApplicationAccessibility) accessibilityHitTest:] + 285
4 AppKit 0x00007ff806f22bab CopyElementAtPosition + 138
5 HIServices 0x00007ff809257efa _AXXMIGCopyElementAtPosition + 399
6 HIServices 0x00007ff80927a128 _XCopyElementAtPosition + 355
7 HIServices 0x00007ff8092374c9 mshMIGPerform + 182
8 CoreFoundation 0x00007ff803aa95a3 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 41
9 CoreFoundation 0x00007ff803aa94e3 __CFRunLoopDoSource1 + 540
10 CoreFoundation 0x00007ff803aa8161 __CFRunLoopRun + 2694
11 CoreFoundation 0x00007ff803aa7071 CFRunLoopRunSpecific + 560
12 HIToolbox 0x00007ff80d50ffcd RunCurrentEventLoopInMode + 292
13 HIToolbox 0x00007ff80d50fc14 ReceiveNextEventCommon + 199
14 HIToolbox 0x00007ff80d50fb38 _BlockUntilNextEventMatchingListInModeWithFilter + 64
15 AppKit 0x00007ff806b397a0 _DPSNextEvent + 858
16 AppKit 0x00007ff806b3864a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1214
17 libosxapp.dylib 0x000000010859456a -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
18 AppKit 0x00007ff806b2acb8 -[NSApplication run] + 586
19 libosxapp.dylib 0x0000000108594339 +[NSApplicationAWT runAWTLoopWithApp:] + 169
20 libawt_lwawt.dylib 0x000000012b208b90 +[AWTStarter starter:headless:] + 496
21 libosxapp.dylib 0x000000010859600f +[ThreadUtilities invokeBlockCopy:] + 15
22 Foundation 0x00007ff804952923 __NSThreadPerformPerform + 177
23 CoreFoundation 0x00007ff803aa906a CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
24 CoreFoundation 0x00007ff803aa900c __CFRunLoopDoSource0 + 157
25 CoreFoundation 0x00007ff803aa8de5 __CFRunLoopDoSources0 + 217
26 CoreFoundation 0x00007ff803aa7a6f __CFRunLoopRun + 916
27 CoreFoundation 0x00007ff803aa7071 CFRunLoopRunSpecific + 560
28 libjli.dylib 0x00000001079380b2 CreateExecutionEnvironment + 386
29 libjli.dylib 0x0000000107933c15 JLI_Launch + 1413
30 java 0x00000001078cac09 main + 393
31 dyld 0x00007ff80367341f start + 1903
)
Exception in thread "AppKit Thread" java.lang.NoSuchMethodError: accessibilityHitTest

@misterfocusth misterfocusth added the invalid This doesn't seem right label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant