[Windows] Corrupt and messy GUI

All your suggestions, requests and ideas for future development
Post Reply
HotKgon
Posts: 2
Joined: 15 Aug 2018, 10:28

[Windows] Corrupt and messy GUI

Post 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 ?(?????)?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Corrupt and messy GUI

Post 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.
:idea: Please read the FAQ and How to Request Help.
HotKgon
Posts: 2
Joined: 15 Aug 2018, 10:28

Re: [Windows] Corrupt and messy GUI

Post by HotKgon »

Thanks rednoah. No issues so far. Great quick support!
Post Reply