-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Frequent ClassCastExceptions when handling CSS in JavaFX #12168
Comments
Please provide the build information (about dialog) and the whole stack trace. Otherwise it's hard to diagnose the issue. |
I also have it (always probably). Think, there is a JavaFX issue for it! |
@calixtus , I'm using
There is no stack trace AFAICT, this seems to be an exception caught by JR with only the top message forwarded to log4j or something. I've copied all I can see in the console. Sorry. It seems to me as if there is a toString() method missing somewhere or the counterpart toCSSObject, something that's in the way of an automatic typecast. |
Thanks. |
Some of these exceptions happened before as well. It's some Javafx internal
thing
|
P4 Bug since JavaFX 11: https://bugs.openjdk.org/browse/JDK-8268657 |
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
Linux Mint Debian 12
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
These exceptions appear quite frequently, sometimes several at a time. I can't quite pinpoint when exactly.
Appendix
The text was updated successfully, but these errors were encountered: