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 Missing stylesheets

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
So at seemingly random times during a session, i'll end a script and open the script selector to get the following output and view.
Code:
INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/1133560152.css
INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/502264824.css
INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
Screenshot%202014-08-09%2010.10.46.png
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
It is probably because that folder is being cleared by your operating system. @Cloud I highly suggest you choose a different place to cache things that will be re-used, like cloud resources.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Code:
INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/1133560152.css
INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/502264824.css
WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
ster-background' while resolving lookups for '-fx-background-color' from rule '*
#master' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.but
ton' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.lab
el' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.but
ton' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
ster-selected' while resolving lookups for '-fx-background-color' from rule '*#m
aster *#selected' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/5109254
66.css
@Cloud
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Why not include them in the client itself?
Defeats the purpose of putting them in the cloud in the first place. :p Some benefits off the top of my head: 1) Ninja changes without needing a full client re-download. 2) Minimizing the size of the client.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It should be resolved in the next release, I was just marking things as resolved and got a bit ahead of myself.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
It should be resolved in the next release, I was just marking things as resolved and got a bit ahead of myself.
Didn't even notice it was marked resolved lol, just noticed it happening again so i thought i'd remind you :)
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Now i'm receiving this:
Code:
(12:12:29) WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not reso
lve '-fx-master-selected' while resolving lookups for '-fx-background-color' fro
m rule '*#master *.button:hover' in stylesheet file:/C:/Users/Eithen/RuneMate/te
mp/1155169848.css
and it still happens.
@Cloud
 
Top