This repository was archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
LogUtil can't initialize #28
Comments
Non pas AuthInfos, mais GameInfos |
Salut ! Tu n'aurais pas une suite à l'erreur ? |
Non, je n'ai pas d'autres erreurs que celle-ci, elle m'empêche de créer le profil pour lancer le jeu |
J'ai comme l'impression que je ne peux pas appeler la class de manière static, j'ai le même résultat avec une class de test que j'ai créée |
Tu utilises quelle version de Java ? Et tu es sur quel OS ? |
Java JDK 14 sous windows |
Tu as toujours ce problème ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lorsque je créer un AuthInfos , j'obtiens l'erreur suivante :
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class fr.theshark34.openlauncherlib.util.LogUtil at fr.theshark34.openlauncherlib.minecraft.MinecraftLauncher.createInternalProfile(MinecraftLauncher.java:63) at fr.elnathoune.timelia.launcher.Launcher.<init>(Launcher.java:30) at fr.elnathoune.timelia.launcher.LauncherPanel.onEvent(LauncherPanel.java:97) at fr.theshark34.swinger.abstractcomponents.AbstractButton.mouseReleased(AbstractButton.java:81) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6636) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) at java.desktop/java.awt.Component.processEvent(Component.java:6401) at java.desktop/java.awt.Container.processEvent(Container.java:2263) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4919) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4548) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4489) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2764) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) 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.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) 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:742) 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)
Je ne peut donc pas lancer le jeu par la suite.
The text was updated successfully, but these errors were encountered: