Page 1 of 1

GUI Issues, Win 10 Store and 4.7.9 Standalone

Posted: 14 May 2017, 17:10
by Nashable
The GUI seems to break upon clicking on any of the buttons. This issue is for the Win10 store version and the standalone I installed. I am running Win10 Creators update and latest Nvidia drivers. I'm a new customer so never had filebot installed previously. I have tried reinstalling the software as well with the same issue.

Image

filebot -script fn:sysinfo

Code: Select all

PS C:\Program Files\FileBot-4.7.9> filebot -script fn:sysinfo
FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-04-03 (r494)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_91
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 14 GB Max Memory / 25 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\[i]<local user>[/i]\AppData\Roaming\FileBot
Done ?(?????)?

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Posted: 14 May 2017, 19:46
by rednoah
Looks like a graphics issue. Please see Q: UI is glitching. FileBot won't start. What's wrong? in the FAQ for details:
viewtopic.php?f=3&t=7

Running this command to turn off graphics acceleration and then restarting FileBot should resolve the issue:

Code: Select all

setx J2D_D3D false

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Posted: 14 May 2017, 21:23
by Nashable
Sorry if I missed anything obvious, how do I run commands on the win store version?

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Posted: 15 May 2017, 00:02
by rednoah
1. Start CMD
2. Run setx J2D_D3D false

It's got nothing to do with the Windows Store, or FileBot. You're just setting an environment variable. ;)

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Posted: 06 Sep 2018, 06:55
by MaximusCZ
Had same issue, fix worked great at windows 10.
Thanks!