-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
"java.lang.NoSuchMethodError: accessibilityHitTest" but the program functions properly #408
Comments
Created by: benfry Yeah, I saw the error when exporting just recently, and already fixed it here: 1bb5b3e so that'll be resolved for 4.0 beta 6. The I'm trying to get beta 6 out now, which will have 17.0.2, so give that a shot and see if it happens again. |
Created by: NRShao Oh beautiful. Thanks for the quick reply! |
Created by: dkBrazz this is a possibly relevant issue reported on StackOverflow |
Created by: NRShao I updated to 4.0b6, and the exporting works!! however, it seems like the accessibilityHitTest issue with on click events is still happening. |
Created by: benfry Nuts, ok. Thanks for reporting back. |
Created by: NRShao ofc! It doesnt seem to impact the functionality of the programs I'm running, so after exporting I guess out of sight out of mind? |
Created by: benfry Yeah, fingers crossed… But also odd that it's listed as “fixed” in JDK 17.0.2 b1 (https://bugs.openjdk.java.net/browse/JDK-8274604). |
Created by: benfry Closing this one as duplicate of #368. |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: NRShao
Description
As title says, this error pops up in console, even on a really simple program.
In my more complicated project, the project itself works perfectly fine, but still throws errors.
Expected Behavior
Expected no errors
Current Behavior
Currently, error pops up whenever I click the display window, and error pops up whenever I try to export the project.
Side note: Also expected that I can export, but it says "Error during export" with no additional details aside from
Steps to Reproduce
Your Environment
Possible Causes / Solutions
I've tried to search for as many solutions as possible, and what people seem to think it boils down to in other applications, is a Java bug, but I installed JDK 17.0.2, and updated my java version. Not sure what other steps to take or other potential causes.
I haven't been able to find much information about this kind of error. Thanks in advance for your time, and if this is just something that I'm doing wrong, sorry for taking up time!
The text was updated successfully, but these errors were encountered: