NzbDrone.Mono missing

This discussion was created from comments split from: NzbDrone Crash (Linux / Mono).

I’m also getting a crash on Linux - although they don’t appear to be related - is NzbDrone.Mono missing from the latest update package?:

matt@linux-mtv5:~/tmp/nzbdrone_update/NzbDrone> mono NzbDrone.exe
[Info] Bootstrap: Starting NzbDrone Console. Version 2.0.0.1097
[Fatal] WindowsApp: EPIC FAIL: Could not load file or assembly ‘NzbDrone.Mono’ or one of its dependencies. The system cannot find the file specified.

System.IO.FileNotFoundException: Could not load file or assembly ‘NzbDrone.Mono’ or one of its dependencies. The system cannot find the file specified.
File name: 'NzbDrone.Mono’
at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] in :0
at System.AppDomain.Load (System.String assemblyString) [0x00000] in :0
at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string)
at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] in :0
at NzbDrone.Common.Composition.ContainerBuilderBase…ctor (IStartupContext args, System.String[] assemblies) [0x00000] in :0
at NzbDrone.Host.MainAppContainerBuilder…ctor (NzbDrone.Common.EnvironmentInfo.StartupContext args, System.String[] assemblies) [0x00000] in :0
at NzbDrone.Host.MainAppContainerBuilder.BuildContainer (NzbDrone.Common.EnvironmentInfo.StartupContext args) [0x00000] in :0
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, IUserAlert userAlert, System.Action`1 startCallback) [0x00000] in :0
at NzbDrone.WindowsApp.Main (System.String[] args) [0x00000] in :0

The zip does not contain NzbDrone.Mono, but the tar.gz does. What file are you trying to use?

What flavour of Linux?

Was using the zip on opensuse. Has been working fine up until the last update using the zip. I’ll try the tarball.

Where is the tarball? Can only see an Ubuntu repo.

The latest tar.gz is always here: http://update.nzbdrone.com/v2/master/latest/

We’ll also be releasing versioned ones at some point.

Thanks Markus. Works like a charm.