-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Unable to launch jabref 4.2 with overriden font settings #3986
Comments
Probably because we removed the jgoodies stuff. Try resetting your preferences, with |
You may have a bad download. Check the filesize. Happened to me the first two times I tried (right click, k to choose location). 245 kb. When I just clicked on the link and sent the file to /Downloads, the full 56 MB file arrived. |
The file's SHA256 checksum is correct. The problem is indeed the Look&Feel. But |
I had the same problem with. Changing |
Ok, I can reproduce it with clean preferences. When I use "NimbusLookAndFeel" and set "Override default font settings" in preferences I get
Platform is Linux. |
Thanks for reporting, this. Fix is in progress |
There is a version that should fix this at https://builds.jabref.org/removeGTK/ Please try it out. |
JabRef version on
4.2
Steps to reproduce:
I'm not able to launch jabref and the above command hang with this error:
Log File
``` 11:39:11.538 [AWT-EventQueue-0] ERROR org.jabref.FallbackExceptionHandler - Uncaught exception occurred in Thread[AWT-EventQueue-0,6,main] java.lang.ClassCastException: java.awt.Font cannot be cast to javax.swing.plaf.FontUIResource at org.jabref.JabRefGUI.setLookAndFeel(JabRefGUI.java:288) ~[JabRef-4.2.jar:?] at org.jabref.JabRefGUI.openWindow(JabRefGUI.java:87) ~[JabRef-4.2.jar:?] at org.jabref.JabRefGUI.(JabRefGUI.java:60) ~[JabRef-4.2.jar:?] at org.jabref.JabRefMain.lambda$start$0(JabRefMain.java:182) ~[JabRef-4.2.jar:?] at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[?:1.8.0_151] at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) ~[?:1.8.0_151] at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_151] at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_151] at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_151] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_151] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) ~[?:1.8.0_151] at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) ~[?:1.8.0_151] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [?:1.8.0_151] at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_151] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_151] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_151] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_151] at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_151] ```The same command works with jabref-4.1 and I'm using jdk 1.8.0-151 on CentOS 6.9
The text was updated successfully, but these errors were encountered: