Page 1 of 1

[Windows] Corrupt and messy GUI

Posted: 15 Aug 2018, 10:44
by HotKgon
Thanks for FileBot. I've been using it for a while and it is great.

Recently I've started to experience an issue with my GUI where buttons go missing and previous screens get replicated.
I initially experienced this in the pre-microsoft store version. This was fixed by running the platform version of the executable file.

I never experienced this after installing the microsoft store version until now.

How do I fix this? Can I run a 'platform' version of the application? If so, how do I do this?

Please see the screenshot below for an example.

Thanks for the assistance in advance!

Image

Code: Select all

FileBot 4.8.3 (r5812)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-08-14 (r534)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 35 MB Used Memory
OS: Windows 10 (amd64)
Package: APPX
License: Microsoft Store License
Done ?(?????)?

Re: Corrupt and messy GUI

Posted: 15 Aug 2018, 17:38
by rednoah
This looks like a graphics acceleration issue. While it's probably possible to fix it by fixing driver / graphics settings / etc it's probably much easier to just turn off graphics acceleration within FileBot (which is what the fail-safe platform launcher does by default).

Run this command in CMD to set the FILEBOT_OPTS environment variable to -Dsun.java2d.d3d=false -Dprism.order=sw and then restart FileBot:

Code: Select all

setx FILEBOT_OPTS "-Dsun.java2d.d3d=false -Dprism.order=sw"
:idea: This will tell Java Swing and JavaFX to use software rendering instead of HW accelerated rendering.

Re: [Windows] Corrupt and messy GUI

Posted: 16 Aug 2018, 10:17
by HotKgon
Thanks rednoah. No issues so far. Great quick support!