That's what I have to do every time I add filebot. Runs fine, moves files fine, and then gets stuck. Kill process, and start again if I want to add more.
OS: Win 10.10.0.19045 Build 19045
FB: 5.2.0
I dug into Windows Event Viewer and found this, but it's unclear to me why it's hanging. I've tried uninstalling and reinstalling filebot, but the behavior is the same. Ideas?
Code: Select all
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Hang" />
<EventID Qualifiers="0">1002</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>101</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2025-11-11T02:23:45.9074158Z" />
<EventRecordID>374627</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>MYCOMP</Computer>
<Security />
</System>
- <EventData>
<Data>javaw.exe</Data>
<Data>21.0.4.0</Data>
<Data>7784</Data>
<Data>01dc52b15b2d59d6</Data>
<Data>4294967295</Data>
<Data>C:\Program Files\FileBot\jre\bin\javaw.exe</Data>
<Data>66ad89ca-f263-4745-8165-42ba3a1a3ce7</Data>
<Data />
<Data />
<Data>Top level window is idle</Data>
<Binary>54006F00700020006C006500760065006C002000770069006E0064006F0077002000690073002000690064006C00650000000000</Binary>
</EventData>
</Event>