[BUG] Short description.
Describe the bug A clear and concise description of what the bug is.
SRC
new Thread() {
@Override
public void run() {
final MicrosoftAuthenticator authenticator = new MicrosoftAuthenticator();
try {
MicrosoftAuthResult result = new MicrosoftAuthenticator().loginWithWebview();
} catch (MicrosoftAuthenticationException e) {
}
}
}.start();
Error
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: fr/litarvan/openauth/microsoft/LoginFrame
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithAsyncWebview(MicrosoftAuthenticator.java:150)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at fr.litarvan.openauth.microsoft.MicrosoftAuthenticator.loginWithWebview(MicrosoftAuthenticator.java:137)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.testclient.ui.client.altmanager.menus.GuiLoginIntoAccount$1.run(GuiLoginIntoAccount.java:146)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: fr.litarvan.openauth.microsoft.LoginFrame
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[02:05:43] [Thread-18/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 3 more
[02:05:43] [Thread-18/INFO]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.IllegalArgumentException
[02:05:43] [Thread-18/INFO]: [java.lang.Throwable:printStackTrace:643]: at org.objectweb.asm.ClassReader.
Desktop (please complete the following information, if Self-Hosted):
- Version: Maven 1.1.4
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 1.8.0_202, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation