Filebot won't run.

Support for Windows users
Post Reply
sma
Posts: 2
Joined: 06 Mar 2020, 06:59

Filebot won't run.

Post by sma »

Hi :)

I downloaded the msi package from the website and installed it. But when I try to open it, nothing happens. Here are my system info and the cmd error:

Code: Select all

PS C:\WINDOWS\system32> filebot -script fn:sysinfo
FileBot 4.8.5 (r????)
JNA Native: 5.2.2
MediaInfo: 18.12
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-05-15 (r565)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 11.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 70 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
License: UNREGISTERED
Done ?(?????)?

Code: Select all

PS C:\WINDOWS\system32> filebot
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Malformed UnitValue: '??px'
        at net.miginfocom.layout.ConstraintParser.parseUnitValue(Unknown Source)
        at net.miginfocom.layout.ConstraintParser.parseBoundSize(Unknown Source)
        at net.miginfocom.layout.ConstraintParser.parseAxisConstraint(Unknown Source)
        at net.miginfocom.layout.ConstraintParser.parseColumnConstraints(Unknown Source)
        at net.miginfocom.swing.MigLayout.setColumnConstraints(Unknown Source)
        at net.miginfocom.swing.MigLayout.<init>(Unknown Source)
        at net.filebot.ui.MainFrame.<init>(MainFrame.java:69)
        at net.filebot.Main.startUserInterface(Main.java:227)
        at net.filebot.Main.lambda$main$1(Main.java:159)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.IllegalArgumentException: Unknown keyword: ??px
        at net.miginfocom.layout.UnitValue.parseUnitString(Unknown Source)
        at net.miginfocom.layout.UnitValue.<init>(Unknown Source)
        at net.miginfocom.layout.UnitValue.<init>(Unknown Source)
        at net.miginfocom.layout.ConstraintParser.parseUnitValue(Unknown Source)
        ... 21 more
PS C:\WINDOWS\system32>
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot won't run.

Post by rednoah »

Please try the latest beta and report back if it works better. 🙏

viewtopic.php?t=1609
:idea: Please read the FAQ and How to Request Help.
sma
Posts: 2
Joined: 06 Mar 2020, 06:59

Re: Filebot won't run.

Post by sma »

rednoah wrote: 06 Mar 2020, 11:42 Please try the latest beta and report back if it works better. 🙏

viewtopic.php?t=1609
The 4.9.0 portable Beta runs fine.
Post Reply