1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Missing stylesheets

Discussion in 'Client & Site Support' started by Aidden, Aug 8, 2014.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    So at seemingly random times during a session, i'll end a script bot and open the script bot selector to get the following output and view.
    Code (Text):
    1.  
    2. INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
    3. stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/1133560152.css
    4. INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
    5. stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/502264824.css
    6. INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
    7. stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
    8.  
    [​IMG]
     
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    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.
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Code (Text):
    1.  
    2. INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
    3. stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/1133560152.css
    4. INFO: com.sun.javafx.css.StyleManager loadStylesheetUnPrivileged Could not find
    5. stylesheet: file:/C:/Users/Eithen/AppData/Local/Temp/502264824.css
    6. WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
    7. ster-background' while resolving lookups for '-fx-background-color' from rule '*
    8. #master' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
    9. WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
    10. ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.but
    11. ton' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
    12. WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
    13. ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.lab
    14. el' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
    15. WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
    16. ster-text' while resolving lookups for '-fx-text-fill' from rule '*#master *.but
    17. ton' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/510925466.css
    18. WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not resolve '-fx-ma
    19. ster-selected' while resolving lookups for '-fx-background-color' from rule '*#m
    20. aster *#selected' in stylesheet file:/C:/Users/Eithen/AppData/Local/Temp/5109254
    21. 66.css
    @Cloud
     
  4. Exile

    Joined:
    Jul 24, 2014
    Messages:
    188
    Likes Received:
    23
    Why not include them in the client itself?
     
  5. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    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.
     
  6. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
  7. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It should be resolved in the next release, I was just marking things as resolved and got a bit ahead of myself.
     
  8. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Didn't even notice it was marked resolved lol, just noticed it happening again so i thought i'd remind you :)
     
  9. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,606
    Likes Received:
    990
    Now i'm receiving this:
    Code (Text):
    1.  
    2. (12:12:29) WARNING: com.sun.javafx.css.StyleHelper calculateValue Could not reso
    3. lve '-fx-master-selected' while resolving lookups for '-fx-background-color' fro
    4. m rule '*#master *.button:hover' in stylesheet file:/C:/Users/Eithen/RuneMate/te
    5. mp/1155169848.css
    and it still happens.
    @Cloud
     
  10. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124

Share This Page

Loading...