[OLD BUILD] NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

All your suggestions, requests and ideas for future development
Post Reply
davidjames
Posts: 4
Joined: 03 Nov 2018, 04:53

[OLD BUILD] NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by davidjames »

Hello,

I just started getting this error:

Code: Select all

NullPointerException: java.lang.NullPointerException
when trying to rename files. It happens when I drag and drop and when I use the load button. Any idea what's going on? I've checked for logs but nothing in the container in my library.

Cheers
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by rednoah »

How did you install FileBot? Mac App Store? PKG Installer?

Is there any more information in the log file? (see FAQ for details on how to find the log file)

This command will help you find the logs wherever they may be:

Code: Select all

find ~ -name error.log 2>&1 | grep filebot

:idea: viewtopic.php?f=5&t=1868
:idea: Please read the FAQ and How to Request Help.
davidjames
Posts: 4
Joined: 03 Nov 2018, 04:53

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by davidjames »

Thanks for the reply. It was a PKG install from a few years ago.

I tried to go to, $HOME/Library/Containers/net.filebot.FileBot/Data/Library/Application Support/User Data but I don't have a net.filebot.FileBot file or folder.

Not sure what to do with that command? Do I use terminal?
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by rednoah »

davidjames wrote: 06 Nov 2018, 07:33 It was a PKG install from a few years ago.
I'm confused. The new PKG installer didn't exist until FileBot 4.8.2 which was released just a few months ago. Are you using the latest version of FileBot?

Please run filebot -script fn:sysinfo (in Terminal) and post the output. Please also run find ~ -name error.log 2>&1 | grep filebot (in Terminal) and post the output.
:idea: Please read the FAQ and How to Request Help.
davidjames
Posts: 4
Joined: 03 Nov 2018, 04:53

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by davidjames »

Sorry, I downloaded Filebot a while ago from the site and just installed it.

Command not found when I run first one and nothing happens when I run second.
User avatar
rednoah
The Source
Posts: 22984
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by rednoah »

I guess the latest version is worth a try then:
https://www.filebot.net/#download

:arrow: Select the macOS installer link.
:idea: Please read the FAQ and How to Request Help.
davidjames
Posts: 4
Joined: 03 Nov 2018, 04:53

Re: NullPointerException: java.lang.NullPointerException Mac OS 10.10.5

Post by davidjames »

Will do thanks
Post Reply