
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>