GUI Issues, Win 10 Store and 4.7.9 Standalone

All your suggestions, requests and ideas for future development
Post Reply
Nashable
Posts: 2
Joined: 14 May 2017, 16:55

GUI Issues, Win 10 Store and 4.7.9 Standalone

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

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Post 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
:idea: Please read the FAQ and How to Request Help.
Nashable
Posts: 2
Joined: 14 May 2017, 16:55

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Post by Nashable »

Sorry if I missed anything obvious, how do I run commands on the win store version?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Post 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. ;)
:idea: Please read the FAQ and How to Request Help.
MaximusCZ
Posts: 1
Joined: 06 Sep 2018, 06:54

Re: GUI Issues, Win 10 Store and 4.7.9 Standalone

Post by MaximusCZ »

Had same issue, fix worked great at windows 10.
Thanks!
Post Reply