Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Error launching from intellij

Joined
Dec 28, 2013
Messages
190
Code:
[Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre
[Debug] Java Version: 8u121 x64 (Oracle Corporation)
[Debug] Maximum Heap Size: 3641MB
[Debug] RuneMate Version: 2.23.3
[Debug] Operating System: Mac OS X x64
Exception in Application start method
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
    at nul.iiiiIIiiiiii.catch(boa:23778)
    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.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: 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.AttachPermission.for(Ljava/lang/String;)Ljava/lang/String;
    at nul.iiiiIIiiiIIi.for(rta:41)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.Iterator.forEachRemaining(Iterator.java:116)
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
    at nul.iIiiiIiIIiII.<init>(eva:57)
    at nul.iIiiiIiIIiII.<init>(eva:161)
    at nul.iiiiIIiiiiii.<init>(boa:143)
    at nul.iiiiIIiiiiii.for(boa:131)
    at com.runemate.boot.Boot.start(ksb:191)
    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)
Exception running application com.runemate.boot.Boot

Going to assume it's an issue with my config:

Snaggy - easy screenshots
 
Last edited:
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,584
Your first problem is that you're using an apple device as your main computer. I would highly recommend throwing it in an incinerator asap.
 
Joined
Dec 28, 2013
Messages
190
I'm checking out swift code today :)
I'm just fucking with you tho good luck make sure to follow party's guide
Swift is meh. Make sure any tutorials/documents you view are updated for Swift 3 as there's a plethora of outdated info online since Swift makes breaking changes every revision (which has been happening literally every year). Even most SO answers are outdated.
 
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,584
Swift is meh. Make sure any tutorials/documents you view are updated for Swift 3 as there's a plethora of outdated info online since Swift makes breaking changes every revision (which has been happening literally every year). Even most SO answers are outdated.
I was told to check out swift playground
 
Joined
Dec 28, 2013
Messages
190
In case anyone else has this issue you can fix it by appending "/jre" to the end of your JRE configuration so it would end up as "*/Contents/Home/jre".
 
Top