Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Error creating popup dialog

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,468
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:
Engineer
Joined
Jul 28, 2013
Messages
2,776
Is that the most recent stack trace? I really can't reproduce it...
 
Top