[Mac App Store] FileBot Not Running on Sonoma (14.3)
[Mac App Store] FileBot Not Running on Sonoma (14.3)
Hi, I am installing FileBot on an MacBook Pro M3 running Sonoma 14.3 and it will not run.
If I install it via homebrew, the app fails with the message "Filebot" is damaged and can't be opened. You should move it to the Trash.
I the ran "brew rm --zap filebot" which deleted all of my prefs and license and attempted to install it from the App Store, but FileBot launches and immediate quits without actually loading.
What can I provide to help troubleshoot this? The Console message for filebot are not particularly illuminating.
If I install it via homebrew, the app fails with the message "Filebot" is damaged and can't be opened. You should move it to the Trash.
I the ran "brew rm --zap filebot" which deleted all of my prefs and license and attempted to install it from the App Store, but FileBot launches and immediate quits without actually loading.
What can I provide to help troubleshoot this? The Console message for filebot are not particularly illuminating.
Re: FileBot Not Running on Sonoma (14.3)

https://www.filebot.net/mac/brew.html

https://www.filebot.net/download.html
The Mac App Store version seems to just not work for some users. No idea why. Somehow related to Rosetta x86 to ARM translation layer would be my first guess?

Re: FileBot Not Running on Sonoma (14.3)
The same to me. Just downloaded from the app store, FileBot launches and immediate quits without actually loading
No way to use it
No way to use it
Re: FileBot Not Running on Sonoma (14.3)
To give it a try I downloaded FileBot_5.1.3_arm64.pkg from the site, it opens perfectly. How come the version from the App store doesn't work?
Re: FileBot Not Running on Sonoma (14.3)

Shell: Select all
/Applications/FileBot.app/Contents/MacOS/filebot.launcher
Re: FileBot Not Running on Sonoma (14.3)
Code: Select all
An unexpected error occurred during startup: IOPrimaryInterface
java.lang.IllegalStateException: Receipt Hash: IOPrimaryInterface
at net.filebot.platform.mac.MASReceipt.verifyHash(Unknown Source)
at net.filebot.platform.mac.MASReceipt.check(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Caused by: java.lang.IllegalStateException: IOPrimaryInterface
at net.filebot.platform.mac.MASReceipt.getGUID(Unknown Source)
... 3 more
Re: FileBot Not Running on Sonoma (14.3)


rednoah wrote: ↑11 Nov 2021, 03:06 You can use ioreg -l > ioreg.txt to save your device tree to a text file so you can check it:Code: Select all
ioreg -l > ioreg.txt
There should be one network interface where "IOPrimaryInterface" = Yes and that would typically be en0 on normal hardware:
Code: Select all
ioreg -l | grep IOPrimaryInterface
Re: FileBot Not Running on Sonoma (14.3)
Nothing unusual, just bought my new MacBook Pro, transferred the configuration of the old one
Re: FileBot Not Running on Sonoma (14.3)
Only the App Store version doesn't work, if i download Filebot from the site it works perfectly. The problem is that i bought the license from app store
Re: FileBot Not Running on Sonoma (14.3)

Shell: Select all
ioreg -l > ioreg.txt
Re: FileBot Not Running on Sonoma (14.3)
I can't, "You have exceeded the maximum size of 512 kilobytes per Paste"
Re: FileBot Not Running on Sonoma (14.3)
Please share via Google Drive / OneDrive / Email / etc instead then.
Re: FileBot Not Running on Sonoma (14.3)
Shared via mail
Re: FileBot Not Running on Sonoma (14.3)
We have not received any email.
Re: FileBot Not Running on Sonoma (14.3)
Sent again
Re: FileBot Not Running on Sonoma (14.3)
I have received your email. Thank you.
Comparing the ioreg from various macOS machines, there is indeed a unique IOEthernetInterface entry without a IOPrimaryInterface property in your ioreg output:
The IllegalStateException: IOPrimaryInterface error that causes FileBot to crash on startup on your machine is likely caused by this entry. Unfortunately, I have no idea why this unusual network interface exists on your machine but not on any of my machines. Maybe a USB hub / USB ethernet adapter?
Anyway, although I cannot test this on my machine, I can at the very least add additional checks to the code to ignore (instead of trip up and crash) unusual network interfaces with the next FileBot release.

Code: Select all
| | | | +-o IOEthernetInterface <class IOEthernetInterface, id 0x1000008ba, registered, matched, active, busy 0 (0 ms), retain 7>
| | | | | {
| | | | | "IOLocation" = ""
| | | | | "IORequiredPacketFilters" = {"IONetworkFilterGroup"=3,"IOEthernetWakeOnLANFilterGroup"=0}
| | | | | "IOInterfaceFlags" = 2082
| | | | | "IOMaxTransferUnit" = 1500
| | | | | "IOMediaAddressLength" = 6
| | | | | "IOInterfaceType" = 6
| | | | | "IOInterfaceState" = 0
| | | | | "IOGeneralInterest" = "IOCommand is not serializable"
| | | | | "IOMediaHeaderLength" = 14
| | | | | "IOActivePacketFilters" = {"IONetworkFilterGroup"=0,"IOEthernetWakeOnLANFilterGroup"=0}
| | | | | "IOInterfaceExtraFlags" = 0
| | | | | "IOInterfaceNamePrefix" = "en"
| | | | | "IOBuiltin" = No
| | | | | "IONetworkData" = {"IONetworkStatsKey"={"Size"=20,"Data"=<0000000000000000000000000000000000000000>,"Access Types"=9},"IOEthernetStatsKey"={"Size"=216,"Data"=<000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000>,"Access Types"=9}}
| | | | | }
Anyway, although I cannot test this on my machine, I can at the very least add additional checks to the code to ignore (instead of trip up and crash) unusual network interfaces with the next FileBot release.
Re: FileBot Not Running on Sonoma (14.3)
I have the exact same problem with the Mac App Store version. Just got a M3 MacBook Pro and FileBot bounces once and immediately quits. I redownloaded the app and have the same problem. If I download from the website it runs great except I would have to pay for it again.
Re: FileBot Not Running on Sonoma (14.3)
this still happens. Has the code been updated? Any hint on how to get it to work?
Re: FileBot Not Running on Sonoma (14.3)
As far as I can tell, you would be the first to re-report this issue (this one) since FileBot 5.1.4 was released in July 2024 and seemingly fixed things for most of the affected users.

