- Joined
- Dec 9, 2016
- Messages
- 4,787
- Thread Author
- #1
Recently ran into this errors on the latest .jar build of the client in IntelliJ. The code snippet below is the full error I am receiving immediately from the start of the build.
Running on Mac OSX.
Running on Mac OSX.
Code:
Exception in Application start method
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: com.sun.tools.attach.AttachOperationFailedException.if(Ljava/lang/String;)Ljava/lang/String;
at nul.IiiiIIiIiiIi.<clinit>(eoa:127)
at nul.iiIIiIiiiiiI.<init>(poa:127)
at com.runemate.boot.Boot.start(msb:18)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
java.lang.NoSuchMethodError: com.sun.tools.attach.AttachOperationFailedException.if(Ljava/lang/String;)Ljava/lang/String;
at nul.IIIiiIiiIIII.<clinit>(cra:97)
at nul.IiiiIIiIIiii.<clinit>(kra:68)
at nul.IiiIIIiiiiII.run(zua:20)
An unhandled error occurred while shutting down.
Process finished with exit code 1
Last edited: