Page 1 of 1

Graphical glitch in the GUI version Windows 10

Posted: 09 Nov 2018, 09:00
by Daemon88
I've just recently moved to Windows 10 and I've noticed these graphical glitches (typically when hovering over action buttons) whilst using the GUI. The program works fine otherwise, though it can get a little difficult to navigate. Any idea's as to how I might go about rectifying this issue?

Code: Select all

FileBot 4.8.2 (r5789)
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-10-05 (r536)
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: 12 Core / 3 GB Max Memory / 76 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI

Image

Re: Graphical glitch in the GUI version Windows 10

Posted: 09 Nov 2018, 11:18
by rednoah
rednoah wrote:Q: UI is glitching. FileBot crashes on startup. 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
This should do the trick. Just turn off graphics acceleration via the environment variable mentioned above.

Re: Graphical glitch in the GUI version Windows 10

Posted: 09 Nov 2018, 11:43
by Daemon88
rednoah wrote: 09 Nov 2018, 11:18 This should do the trick. Just turn off graphics acceleration via the environment variable mentioned above.
Thanks, that did it!

Re: Graphical glitch in the GUI version Windows 10

Posted: 07 Jan 2019, 16:12
by Sirillion
Thanks, have had this issue for a while now and never figured I could go here ask about it >_<

I had it worked down to it happening when the mouse over tip displays and that maximizing the window and/or moving it to another monitor would "fix" it for a while.

Re: Graphical glitch in the GUI version Windows 10

Posted: 07 Jan 2019, 16:18
by rednoah
Sirillion wrote: 07 Jan 2019, 16:12 Thanks, have had this issue for a while now and never figured I could go here ask about it >_<

I had it worked down to it happening when the mouse over tip displays and that maximizing the window and/or moving it to another monitor would "fix" it for a while.
For the sake of statistics. Are you using MSI installer or Windows Store? What graphics card / drivers are you using?

Re: Graphical glitch in the GUI version Windows 10

Posted: 07 Jan 2019, 16:29
by Sirillion
I am using the one from the Windows Store with version number 4,8,4,0 and I have a ASUS Strix GTX1080Ti and are currently on nVidia 417.35 drivers with the GeForce Experience software.

I can also mention that when finding the Preset thing you mentioned earlier today this happened instantly when I clicked the Presets button on the main screen.

Re: Graphical glitch in the GUI version Windows 10

Posted: 07 Jan 2019, 16:40
by rednoah
Got it. It seems to be more common for the Windows Store version somehow. Future Windows Store version will disable graphics acceleration by default.

Re: Graphical glitch in the GUI version Windows 10

Posted: 02 Feb 2019, 06:09
by rednoah
AFAIK, Chrome does not use Java, so environment variables such as J2D_D3D have no effect on Chrome. Most likely, Chrome crashes for reasons other than what you might think.