*edit3*
More debugging and i have the same exact error message in sonarr as radarr so i am so I'm almost sure mono is the a cause.
*edit2*
I tried to make mono from a tarbar and i get really far then it crashes about some lib files for mono-mini. I tried to install mono 5.2 by itself in a fresh iocage with its dependencies by just doing a pkg install mono and it installs but some of the dependencies crash due to mono not working correctly. I'm kind of stuck now and I'm think there might be something wrong with my iocage on a fresh install of 11.1 U4, just not sure.
*edit*
I found under http://update.ixsystems.com/FreeNAS/Packages/ older packages, i am going to attempt to use one of these to install an older version of mono.
So i seem to be having a problem with Sonarr. I have installed it in iocage every way that you can on the net and i still get the same error which is below. I ran into a thread
here that states it may be mono 5.2. I am currently on FN 11.1-U4 and have no way to get mono 4.8 like the thread suggested since this is a fresh install. Has anyone else got an iocage sonnar to work on FN 11.1-U4 that wouldn't mind helping a little?
Code:
root@sonarr:/usr/local/share/sonarr # /usr/local/bin/mono --debug /usr/local/share/sonarr/NzbDrone.exe --data=/config --nobrowser
mono_w32file_find_first: error creating find handle
Stacktrace:
at <unknown> <0xffffffff>
at System.IO.FileSystemEnumerableIterator`1<TSource_REF>.CommonInit () [0x00054] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/filesystemenumerable.cs:296
at System.IO.FileSystemEnumerableIterator`1<TSource_REF>..ctor (string,string,string,System.IO.SearchOption,System.IO.SearchResultHandler`1<TSource_REF>,bool) [0x000d6] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/filesystemenumerable.cs:264
at System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (string,string,string,bool,bool,System.IO.SearchOption,bool) [0x00009] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/filesystemenumerable.cs:48
at System.IO.Directory.InternalGetFileDirectoryNames (string,string,string,bool,bool,System.IO.SearchOption,bool) [0x00000] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/directory.cs:836
at System.IO.Directory.InternalGetFiles (string,string,System.IO.SearchOption) [0x00000] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/directory.cs:653
at System.IO.Directory.GetFiles (string,string) [0x0001c] in /wrkdirs/usr/ports/lang/mono/work/mono-mono-5.2.0.215/mcs/class/referencesource/mscorlib/system/io/directory.cs:622
at NLog.Config.ConfigurationItemFactory.GetNLogExtensionFiles (string) [0x00040] in <a273cb27438940d6830e58cd57866c35>:0
at NLog.Config.ConfigurationItemFactory.BuildDefaultFactory () [0x0002e] in <a273cb27438940d6830e58cd57866c35>:0
at NLog.Config.ConfigurationItemFactory.get_Default () [0x00009] in <a273cb27438940d6830e58cd57866c35>:0
at NLog.Layouts.Layout.FromString (string) [0x00001] in <a273cb27438940d6830e58cd57866c35>:0
at NLog.Layouts.Layout.op_Implicit (string) [0x00001] in <a273cb27438940d6830e58cd57866c35>:0
at NLog.Targets.TargetWithLayout..ctor () [0x0000c] in <a273cb27438940d6830e58cd57866c35>:0
at NzbDrone.Common.Instrumentation.Sentry.SentryTarget..ctor (string) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Instrumentation\Sentry\SentryTarget.cs:35
at NzbDrone.Common.Instrumentation.NzbDroneLogger.RegisterSentry (bool) [0x0002d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Instrumentation\NzbDroneLogger.cs:106
at NzbDrone.Common.Instrumentation.NzbDroneLogger.Register (NzbDrone.Common.EnvironmentInfo.IStartupContext,bool,bool) [0x00030] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Instrumentation\NzbDroneLogger.cs:43
at NzbDrone.Console.ConsoleApp.Main (string[]) [0x00007] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Console\ConsoleApp.cs:30
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) [0x00051] in <873a90b5808e407e87a91aca465910c0>:0
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Abort