[Win10] Constant Visual Glitches

All your suggestions, requests and ideas for future development
Post Reply
dccfoux
Posts: 7
Joined: 06 Apr 2019, 22:07

[Win10] Constant Visual Glitches

Post by dccfoux »

sysinfo:
FileBot 4.8.4 (r5829)
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: 2019-02-26 (r552)
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 / 56 MB Used Memory
OS: Windows 10 (amd64)
Package: APPX
License: Microsoft Store License
Done ?(?????)?
Image

Lately I've been getting a LOT of visual glitching when trying to match content. The only way to get it to render correctly again is to re-size the window but even that only fixes it temporarily.
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Win10] Constant Visual Glitches

Post by rednoah »

Graphics glitches are typically caused by Direct3D glitches. You can disable Direct3D and thus solve the problem for FileBot via Windows Environment Variables:
rednoah wrote: 16 Nov 2011, 16:46 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
Are you using ZoneAlarm or MSI Afterburner or RivaTuner? Software that interferes with Windows internals (especially filesystem / registry access or Direct3D render pipeline) can cause applications to crash.
:idea: viewtopic.php?f=3&t=7
:idea: Please read the FAQ and How to Request Help.
dccfoux
Posts: 7
Joined: 06 Apr 2019, 22:07

Re: [Win10] Constant Visual Glitches

Post by dccfoux »

rednoah wrote: 07 Apr 2019, 04:16 Graphics glitches are typically caused by Direct3D glitches. You can disable Direct3D and thus solve the problem for FileBot via Windows Environment Variables:
rednoah wrote: 16 Nov 2011, 16:46 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
Are you using ZoneAlarm or MSI Afterburner or RivaTuner? Software that interferes with Windows internals (especially filesystem / registry access or Direct3D render pipeline) can cause applications to crash.
:idea: viewtopic.php?f=3&t=7
Thanks! It seems to be working normally now.
Post Reply