- Joined
- Jul 26, 2013
- Messages
- 3,044
- Thread Author
- #1
Java:
comp:~] user% java -jar /Users/User/Desktop/RuneMate.jar
(08:44:37) [Debug] Started RuneMate V1.0.0 Beta 72.3 with java 1.8.0_31
(08:44:39) Exception in Application start method
(08:44:39) Workaround until RT-13281 is implemented: keep toolkit alive
Exception in thread "main" (08:44:39) java.lang.RuntimeException: Exception in Application start method
(08:44:39) at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:875)
(08:44:39) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(LauncherImpl.java:157)
(08:44:39) at com.sun.javafx.application.LauncherImpl$$Lambda$2/815033865.run(Unknown Source)
(08:44:39) at java.lang.Thread.run(Thread.java:745)
(08:44:39) Caused by: java.lang.NullPointerException
(08:44:39) at com.sun.javafx.font.MacFontFinder.populateFontFileNameMap(MacFontFinder.java:99)
(08:44:39) at com.sun.javafx.font.PrismFontFactory.getFullNameToFileMap(PrismFontFactory.java:1717)
(08:44:39) at com.sun.javafx.font.PrismFontFactory.getFontResource(PrismFontFactory.java:447)
(08:44:39) at com.sun.javafx.font.LogicalFont.getSlot0Resource(LogicalFont.java:194)
(08:44:39) at com.sun.javafx.font.LogicalFont.getDefaultAAMode(LogicalFont.java:409)
(08:44:39) at com.sun.javafx.font.LogicalFont.getStrike(LogicalFont.java:413)
(08:44:39) at com.sun.javafx.font.PrismFont.getStrike(PrismFont.java:73)
(08:44:39) at com.sun.javafx.text.PrismTextLayout.setContent(PrismTextLayout.java:138)
(08:44:39) at javafx.scene.text.Text.getTextLayout(Text.java:229)
(08:44:39) at javafx.scene.text.Text.needsFullTextLayout(Text.java:184)
(08:44:39) at javafx.scene.text.Text.access$200(Text.java:96)
(08:44:39) at javafx.scene.text.Text$5.invalidated(Text.java:498)
(08:44:39) at javafx.beans.property.ObjectPropertyBase.markInvalid(ObjectPropertyBase.java:111)
(08:44:39) at javafx.beans.property.ObjectPropertyBase.set(ObjectPropertyBase.java:145)
(08:44:39) at javafx.css.StyleableObjectProperty.set(StyleableObjectProperty.java:82)
(08:44:39) at javafx.scene.text.Text.setFont(Text.java:471)
(08:44:39) at com.sun.javafx.scene.control.skin.LabeledText.<init>(LabeledText.java:72)
(08:44:39) at com.sun.javafx.scene.control.skin.LabeledSkinBase.<init>(LabeledSkinBase.java:125)
(08:44:39) at com.sun.javafx.scene.control.skin.LabelSkin.<init>(LabelSkin.java:39)
(08:44:39) at javafx.scene.control.Label.createDefaultSkin(Label.java:158)
(08:44:39) at javafx.scene.control.Control.impl_processCSS(Control.java:890)
(08:44:39) at javafx.scene.Parent.impl_processCSS(Parent.java:1267)
(08:44:39) at javafx.scene.Parent.impl_processCSS(Parent.java:1267)
(08:44:39) at javafx.scene.Node.processCSS(Node.java:8858)
(08:44:39) at javafx.scene.Scene.doCSSPass(Scene.java:525)
(08:44:39) at javafx.scene.Scene.preferredSize(Scene.java:1609)
(08:44:39) at javafx.scene.Scene.impl_preferredSize(Scene.java:1686)
(08:44:39) at javafx.stage.Window$9.invalidated(Window.java:765)
(08:44:39) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109)
(08:44:39) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:143)
(08:44:39) at javafx.stage.Window.setShowing(Window.java:841)
(08:44:39) at javafx.stage.Window.show(Window.java:856)
(08:44:39) at javafx.stage.Stage.show(Stage.java:255)
(08:44:39) at javafx.stage.Stage.showAndWait(Stage.java:460)
(08:44:39) at a.Bp.start(dwb:242)
(08:44:39) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$153(LauncherImpl.java:821)
(08:44:39) at com.sun.javafx.application.LauncherImpl$$Lambda$52/1054994038.run(Unknown Source)
(08:44:39) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$166(PlatformImpl.java:323)
(08:44:39) at com.sun.javafx.application.PlatformImpl$$Lambda$48/480013645.run(Unknown Source)
(08:44:39) at com.sun.javafx.application.PlatformImpl.lambda$null$164(PlatformImpl.java:292)
(08:44:39) at com.sun.javafx.application.PlatformImpl$$Lambda$50/422492207.run(Unknown Source)
(08:44:39) at java.security.AccessController.doPrivileged(Native Method)
(08:44:39) at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(PlatformImpl.java:291)
(08:44:39) at com.sun.javafx.application.PlatformImpl$$Lambda$49/1765399806.run(Unknown Source)
(08:44:39) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
@Cloud