
Is there any information I need to provide or any procedures I could try?
Code: Select all
filebot
What about the unnecessary extra complexity of finding filebot on the internet, downloading the correct installer package, verifying the sha256 hash, running the installer package as administrator, correctly installing all dependencies, restarting all programs that need filebot in the $PATH, and repeating most of that for each and every new version? You'll find hundreds of threads here in the forums from users having trouble every step of the way for one reason or another. Note that I didn't even go into potential licensing and payment issues at all.zymurgy42 wrote:An extra layer of unnecessary complexity by using Windows Store.
Yes, it does. I would love to get this Load icon crash sorted though if possible.rednoah wrote:I see. That is very strange indeed.
1.
Open CMD or PowerShell and run filebot to open the GUI and check if there's any errors in the console output:Result:Code: Select all
filebot
C:\Users\hjay>filebot
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000056336adf, pid=2180, tid=0x00000000000028b0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.121-b13 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [msvcr100.dll+0x36adf]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\hjay\hs_err_pid2180.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
The log mentioned is HERE.
2.
What happens if you use drag-and-drop to load files? Does that work?
Code: Select all
setx JAVA_OPTS -Dnet.filebot.UserFiles.fileChooser=JavaFX
The only antivirus I run is the built-in Defender. Why would all of this start happening? I've been using it successfully until that update. Also, thank you so far for the assistance - may I ask what the above is for? If I 'change the file dialog implementation by setting the JAVA_OPTS environment variable' what will that do?rednoah wrote:Thanks for the logs. It does indeed crash deep down in the Windows APIs. Could be anything. My first guess would be things like antivirus or performance monitoring software interfering with Windows API calls.
I've submitted your logs with a bug report to Microsoft and Oracle. I won't be able to fix the underlying problem, but I have an idea for a workaround, that may or may not suffer from the same internal problem.
You can change the file dialog implementation by setting the JAVA_OPTS environment variable. Run this in CMD and then restart FileBot:Code: Select all
setx JAVA_OPTS -Dnet.filebot.UserFiles.fileChooser=JavaFX