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 creating popup dialog

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
Code:
(05:56:05) [Session Expired] If <a href="https://www.RuneMate.com/">https://www.
RuneMate.com/</a> is unavailable, please try again later. Otherwise, contact the
Staff for more specific information.
Exception in thread "JavaFX Application Thread" (05:56:05) java.lang.RuntimeExce
ption: Error creating popup dialog
(05:56:05)      at app.ZI.<init>(gfb:13)
(05:56:05)      at app.ZI.case(gfb:84)
(05:56:05)      at app.ZI.case(gfb:109)
(05:56:05)      at app.ZI.case(gfb:145)
(05:56:05)      at app.ZI.case(gfb:197)
(05:56:05)      at app.HI.float(obb:152)
(05:56:05)      at app.HI$$Lambda$430/898559481.run(Unknown Source)
(05:56:05)      at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unkno
wn Source)
(05:56:05)      at com.sun.javafx.application.PlatformImpl$$Lambda$56/641325727.
run(Unknown Source)
(05:56:05)      at java.security.AccessController.doPrivileged(Native Method)
(05:56:05)      at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(U
nknown Source)
(05:56:05)      at com.sun.javafx.application.PlatformImpl$$Lambda$55/1935513017
.run(Unknown Source)
(05:56:05)      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Sou
rce)
(05:56:05)      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(05:56:05)      at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown S
ource)
(05:56:05)      at com.sun.glass.ui.win.WinApplication$$Lambda$44/29606812.run(U
nknown Source)
(05:56:05)      at java.lang.Thread.run(Unknown Source)
Mar 28, 2015 7:06:39 PM javafx.scene.CssStyleHelper transitionToState
WARNING: Failed to set css [-fx-underline] on [BooleanProperty [bean: Hyperlink[
id=upgradeLink, styleClass=hyperlink alert]'(Upgrade)', name: underline, value:
false]] due to 'null'
@Cloud
 
Last edited:
Top