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 Run script UI fails to load skins from CSS files.

The only thing Alpha about me is my bots
Joined
Sep 22, 2014
Messages
618
Seemingly quite randomly...
Image here:
http://gyazo.com/aae6388ab7f46cff48f082a24ac40b6c

This is the error:

(03:03:34) INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find stylesheet: file:/C:/Users/RuneMate/temp/502264824.css
(03:03:34) INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find stylesheet: file:/C:/Users/RuneMate/temp/510925466.css
(03:05:09) INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find stylesheet: file:/C:/Users/RuneMate/temp/1133560152.css
(03:05:09) INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find stylesheet: file:/C:/Users/RuneMate/temp/502264824.css
(03:05:09) INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find stylesheet: file:/C:/Users//RuneMate/temp/510925466.css

As you can see, once it's occurred once, it will keep occurring.


@Arbiter apparently @Cloud knows how to fix this.
 
Last edited:
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Steve Jobs is rolling over in his grave right now... (because of the UX nightmare)
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
This has been somewhat resolved although we are currently looking for a better solution.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Still an issue
Code:
Nov 10, 2014 12:40:08 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivile
ged
INFO: Could not find stylesheet: file:/C:/Users/Aidden/RuneMate/temp/510925466.c
ss
@Cloud @Arbiter
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Still an issue
Code:
Nov 10, 2014 12:40:08 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivile
ged
INFO: Could not find stylesheet: file:/C:/Users/Aidden/RuneMate/temp/510925466.c
ss
@Cloud @Arbiter
It's far rarer than it used to be and it's rather difficult to fix because JavaFX doesn't give us full control over stylesheets.
 
Top