Re: My server, again
Posted: Wed Jan 31, 2018 8:18 pm
That makes sense, and yeah, my pc is at 200% scaling.Rapsey wrote:Thank you, that's very helpful.
Earlier today we released a "fix" which disables Java 9's internal scaling mechanism. It was causing everything (text in particular) to look distorted on most scaling factors (125%, 150% etc). It looks like you're running 200% scaling which is probably why everything looks fine for you. I'm pretty sure the Java manifest files you have aren't doing anything right now, it's just Java 9's own scaling at work.
We'll have to figure out how to fix this properly so you won't be screwed again when the next client update hits. I think we'll probably make it jump to the nearest round scaling factor as a quickfix (so 125% becomes x1, 175% becomes x2 etc).
Thank you, Rapsey.