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 Could not find stylesheet

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
I swear to god if this happens all the time like on the old versions imma kill you
Code:
Feb 10, 2016 2:02:55 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileg
ed
INFO: Could not find stylesheet: file:/C:/Users/aidden/RuneMate/temp/PrimaryStag
e.css
Feb 10, 2016 2:02:55 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileg
ed
INFO: Could not find stylesheet: file:/C:/Users/aidden/RuneMate/temp/PrimaryStag
e.css
Feb 10, 2016 2:02:55 PM com.sun.javafx.css.StyleManager loadStylesheetUnPrivileg
ed
INFO: Could not find stylesheet: file:/C:/Users/aidden/RuneMate/temp/PrimaryStag
e.css
@Arbiter
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Explain when this happens better @Aidden. I have a hunch that is happens when two clients are trying to read/write/delete the same file. This can happen when one quickly closes a running client and starts a new one. If this can be confirmed then @Cloud has to find a more graceful way of handling this. Could be as simple as not trying to delete the resource and simply overwriting at startup (and silently failing if the file is in use and using the existing file).
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Unfortunately I don't know when it occurred. I'll see if I can reproduce it later.

Sent from my HUAWEI G7-L02 using Tapatalk
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Unfortunately I don't know when it occurred. I'll see if I can reproduce it later.

Sent from my HUAWEI G7-L02 using Tapatalk
Assuming it's not an issue anymore. Please repost if it occurs again (with reproduction steps if consistently reproducible).
 
Top