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

[BUG] Error during startup #1880

Open
RanzEckenklauer opened this issue Jun 2, 2023 · 3 comments
Open

[BUG] Error during startup #1880

RanzEckenklauer opened this issue Jun 2, 2023 · 3 comments
Milestone

Comments

@RanzEckenklauer
Copy link

Describe the bug
Every time I try to start two or more Ho-Databases (teams) at one time there is an error:
The startup responds with an error window...
"Starting error: An error has occurred during startup":
java.lang.UnsatisfiedLinkError: 'void com.github.weisj.darklaf.platform.windows.JNIDecorationsWindows.init()'
at com.github.weisj.darklaf.platform.windows.JNIDecorationsWindows.init(Native Method)
at com.github.weisj.darklaf.platform.windows.WindowsLibrary.afterLoad(WindowsLibrary.java:44)
at com.github.weisj.darklaf.nativeutil.AbstractLibrary.updateLibrary(AbstractLibrary.java:49)
at com.github.weisj.darklaf.platform.windows.WindowsDecorationsProvider.initialize(WindowsDecorationsProvider.java:54)
at com.github.weisj.darklaf.platform.decorations.NativeDecorationsManager.initialize(NativeDecorationsManager.java:96)
at com.github.weisj.darklaf.DarkLaf.setupDecorations(DarkLaf.java:146)
at com.github.weisj.darklaf.DarkLaf.initialize(DarkLaf.java:138)
at java.desktop/javax.swing.UIManager.setLookAndFeel(UIManager.java:592)
at java.desktop/javax.swing.UIManager.setLookAndFeel(UIManager.java:639)
at core.gui.theme.light.SolarizedLightTheme.loadTheme(SolarizedLightTheme.java:29)
at core.gui.theme.ThemeManager.setCurrentTheme(ThemeManager.java:354)
at core.HO.main(HO.java:164)
at core.HOLauncher.main(HOLauncher.java:81)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)

There never is any problem when I only start one Database, and the next when the first Startup completely finished.
best regards
Ranz Eckenklauer - Leo

@github-actions
Copy link

github-actions bot commented Jun 2, 2023

Hey, thanks for opening your first issue! 🙂
Be sure to check out the wiki and the HT forum for support.

@wsbrenk wsbrenk changed the title [BUG] [BUG] Error during startup Jun 3, 2023
@wsbrenk
Copy link
Collaborator

wsbrenk commented Jun 3, 2023

@RanzEckenklauer when i try to reproduce this error i changed my theme from Nimbus to Solarized Light and startet all of my 4 HO database instances in parallel without any problems or longer waiting times.
the task manager shows a workspace memory from 350 up to 430 MBytes for each HO process which seems to be no problem on my computer. Memory usage of Nimbus theme (my favorite setting) is a little lower.
Before the team is selected (and the database is opened) the memory usage is around 60MBytes.

image

@wsbrenk
Copy link
Collaborator

wsbrenk commented Jun 4, 2023

possible workaround: use of Nimbus skin instead of Solarized light

@wsbrenk wsbrenk added this to the 8.0 milestone Jun 4, 2023
@wsbrenk wsbrenk modified the milestones: 8.0, 9.0 Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants