[SOLVED] OS X El Capitan (dev beta) Sonarr crash on launch

OS X 10.11 Beta (15A263e)
Latest Sonarr download…

2015-08-24 11:42:35.119 PM com.apple.xpc.launchd[1]: (com.osx.sonarr.tv.189792[621]) Service exited with abnormal code: 1

FYI for Sonarr developers :smile:

What do the logs show?

Success!

Logs showed: “System.Data.SQLite.SQLiteException: database disk image is malformed”

So I checked the “nzbdrone.db” and integrity ok, then the log file, which was the problem.
Because I don’t really think the log file is critical I renamed it, restarted Sonarr and it fired up instantly.

Full disclosure - I had also recompiled Mono from source to make sure that was not the problem.

FWIW to check the db’s:

$ cd /Users/<username>/.config/NzbDrone/
$ sqlite3 nzbdrone.db
$ sqlite> PRAGMA integrity_check;
ok
$ sqlite> .quit
$ sqlite3 logs.db
sqlite> PRAGMA integrity_check;
Error: database disk image is malformed
sqlite> .quit

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.