Page 1 of 1

GUI visual replication

Posted: 13 Feb 2017, 16:38
by deersew
Dealing with some very significant GUI replication. Get so bad that I can't function in the app. I have uninstalled and reinstalled the app. The only thing that temporarily fixes the problem is to resize the app's window. The problem returns the moment I mouse over something. Suggestions?

Image

Image

FileBot 4.7.7 (r4678)
JNA Native: 4.0.1
MediaInfo: 0.7.88
7-Zip-JBinding: 9.20
Chromaprint: 1.1.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-02-10 (r480)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_111
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 12 Core / 14 GB Max Memory / 180 MB Used Memory
OS: Windows 10 (amd64)
Package: APPX
Data: C:\Users\deersew\AppData\Roaming\FileBot
Done ?(?????)?

Re: GUI visual replication

Posted: 13 Feb 2017, 17:30
by rednoah
What GPU do you have? Are you using the latest drivers?
FAQ wrote:Q: UI is glitching. FileBot won't start. What's wrong?
Graphics glitching all over? FileBot not working via remote desktop (RDP)? You may need to tell Java Swing to turn off Direct3D rendering:

Code: Select all

setx J2D_D3D false
Setting the J2D_D3D environment variable to false should solve the problem.