fuse 0.37.0 preview crashes on OSX 10.9.5

I installed version 0.37.0 over 0.36.1, made uno clean on project and fuse preview crashed with errors:

Mac-Pro-jachu:fuseTimer jachu$ fuse preview
Fuse 0.37.0 (build 12978)
fuse: unhandled exception: One or more errors occurred.
  at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) <0x59b8f78 + 0x00043> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) <0x4c4e690 + 0x000bb> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait () <0x4c4e490 + 0x00027> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain.Preview (Outracks.Fuse.Preview.PreviewArguments args) <0x49ea9d8 + 0x0010f> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.RunInternal (System.String[] args) <0x49e6000 + 0x005df> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.Run (System.String[] args, CancellationToken ct) <0x498ace8 + 0x00027> in <filename unknown>:0 
Inner exception: Sequence contains no matching element.
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x59b7b28 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x59b7a68 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x59b77e8 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x599e000 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x59b8b50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x59b8a08 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x596b9b0 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x59b89f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x49f2808 + 0x00413> in <filename unknown>:0 
Unhandled exception: One or more errors occurred.
[ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Sequence contains no matching element.
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x59b7b28 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x59b7a68 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x59b77e8 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x599e000 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x59b8b50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x59b8a08 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x596b9b0 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x59b89f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x49f2808 + 0x00413> in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) <0x59b8f78 + 0x00043> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) <0x4c4e690 + 0x000bb> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait () <0x4c4e490 + 0x00027> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain.Preview (Outracks.Fuse.Preview.PreviewArguments args) <0x49ea9d8 + 0x0010f> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.RunInternal (System.String[] args) <0x49e6000 + 0x005df> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.Run (System.String[] args, CancellationToken ct) <0x498ace8 + 0x00027> in <filename unknown>:0 
---> (Inner Exception #0) System.InvalidOperationException: Sequence contains no matching element.
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x59b7b28 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x59b7a68 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x59b77e8 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x599e000 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x59b7ea0 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x59b8b50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x59b8a08 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x596b9b0 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x59b89f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x49f2808 + 0x00413> in <filename unknown>:0 <---

I removed version 0.37.0 with script https://gist.github.com/Tapped/daa78c08882f33b0c7c3 and install it once more, but nothing changed. Next I removed 0.37.0 and reinstalled 0.36.1. Everything works, but during build phase I got error:

ERROR: Could not connect to the feed specified at 'https://api.fusetools.com/packages/v1/nuget/v2'. Please verify that the package source (located in the Package Manager Settings) is valid and ensure your network connectivity.
(unknown): E0100: Package Fuse.Scripting.Jurassic:0.47.7 was not found
?: Error E0100: Package Fuse.Scripting.Jurassic:0.47.7 was not found

Despite this error, my app is running properly. This error didn’t appear during first installation of 0.36.1 three weeks ago.