Hello,
When i execute the .jar of utiliti on the macOS , i have some error when the application is launch (the screen appear with nothing on). This is the message i found on crash.txt :
Tue Jan 04 17:54:22 CET 2022 AWT-EventQueue-0 threw an exception:
java.lang.IllegalAccessError: class com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUIBridge (in unnamed module @0x28c71909) cannot access class sun.swing.DefaultLookup (in module java.desktop) because module java.desktop does not export sun.swing to unnamed module @0x28c71909
at com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUIBridge.getInputMap(DarkTabbedPaneUIBridge.java:860)
at com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUIBridge.installKeyboardActions(DarkTabbedPaneUIBridge.java:782)
at com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUIBridge.installUI(DarkTabbedPaneUIBridge.java:228)
at com.github.weisj.darklaf.ui.tabbedpane.DarkTabbedPaneUI.installUI(DarkTabbedPaneUI.java:129)
at java.desktop/javax.swing.JComponent.setUI(JComponent.java:685)
at java.desktop/javax.swing.JTabbedPane.setUI(JTabbedPane.java:253)
at java.desktop/javax.swing.JTabbedPane.updateUI(JTabbedPane.java:269)
at java.desktop/javax.swing.JTabbedPane.<init>(JTabbedPane.java:231)
at java.desktop/javax.swing.JTabbedPane.<init>(JTabbedPane.java:196)
at de.gurkenlabs.utiliti.swing.UI.initBottomPanel(UI.java:279)
at de.gurkenlabs.utiliti.swing.UI.initRenderSplitPanel(UI.java:230)
at de.gurkenlabs.utiliti.swing.UI.setupInterface(UI.java:181)
at de.gurkenlabs.utiliti.swing.UI.init(UI.java:121)
at de.gurkenlabs.utiliti.Program.lambda$main$1(Program.java:40)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Regards.