Filebot giving an OutOfMemoryError constantly.

Support for Windows users
Post Reply
MaddFlame
Posts: 2
Joined: 20 Nov 2016, 09:20

Filebot giving an OutOfMemoryError constantly.

Post by MaddFlame »

For the past week or so, Filebot has been giving me an OutOfMemoryError whenever I try to match anything. I have tried clean installing Filebot, checking for updates to both filebot and java, and could find nothing on google. Any help would be much appreciated.

Below are the screenshot and 'sysinfo'.

Image

FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: 0.7.78
7-Zip-JBinding: 9.20
Chromaprint: 1.1.0
Extended Attributes: OK
Script Bundle: 2016-11-07 (r458)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_111
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 73 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\Madd\AppData\Roaming\FileBot
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot giving an OutOfMemoryError constantly.

Post by rednoah »

Well, with 3 GB of memory to spare, OutOfMemory really makes no sense at all! :lol:

Please post the error.log you can find in C:\Users\Madd\AppData\Roaming\FileBot as well.
:idea: Please read the FAQ and How to Request Help.
MaddFlame
Posts: 2
Joined: 20 Nov 2016, 09:20

Re: Filebot giving an OutOfMemoryError constantly.

Post by MaddFlame »

Here is the error log as requested..

Code: Select all

Nov 20, 2016 7:33:33 PM net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1 done
WARNING: OutOfMemoryError: Java heap space
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.done(RenamePanel.java:843)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1236)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:351)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:329)
	at net.filebot.media.MediaDetection.mapSeriesNamesByFiles(MediaDetection.java:199)
	at net.filebot.ui.rename.EpisodeListMatcher.match(EpisodeListMatcher.java:99)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(RenamePanel.java:828)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(RenamePanel.java:824)
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot giving an OutOfMemoryError constantly.

Post by rednoah »

Is there an insanely huge *.nfo or *.url file hiding among your files somewhere? Drop all your files into the Filter panel and then check the nfo folder in the Extensions tab.

*.nfo files shouldn't be more than a few kilobytes, but that error indicates that you have a multi-gigabyte nfo files lying around somewhere.
:idea: Please read the FAQ and How to Request Help.
Post Reply