Fuse crashes on startup on MacOS

I just downloaded fuse app on my Mac, I created an app using the command line, “fuse create app hikr,” then I used the command, “fuse preview,” as stated in the tutorial. The app opens up and asks if I want to set my editor plugin, everything is blocked, I cannot click on anything and then it crashes. The icon still appears in the tray though. Any ideas?


Terminal Log:

fuse: unhandled exception: One or more errors occurred.
  at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) <0x6a6fed8 + 0x00043> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) <0x4985d28 + 0x000bb> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait () <0x4985c58 + 0x00027> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain.Preview (Outracks.Fuse.Preview.PreviewArguments args) <0x47e36d8 + 0x0010f> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.RunInternal (System.String[] args) <0x47ded00 + 0x005df> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.Run (System.String[] args, CancellationToken ct) <0x47debc8 + 0x00027> in <filename unknown>:0 
Inner exception: Sequence contains no matching element.
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x6a6ea18 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x6a6e6f0 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x6a6e470 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x4dd6670 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x6a6fa50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x6a6f908 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4d01920 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x6a6f8f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x47eb800 + 0x005af> 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 () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x6a6ea18 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x6a6e6f0 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x6a6e470 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x4dd6670 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x6a6fa50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x6a6f908 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4d01920 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x6a6f8f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x47eb800 + 0x005af> in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) <0x6a6fed8 + 0x00043> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) <0x4985d28 + 0x000bb> in <filename unknown>:0 
  at System.Threading.Tasks.Task.Wait () <0x4985c58 + 0x00027> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain.Preview (Outracks.Fuse.Preview.PreviewArguments args) <0x47e36d8 + 0x0010f> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.RunInternal (System.String[] args) <0x47ded00 + 0x005df> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewCliCommand.Run (System.String[] args, CancellationToken ct) <0x47debc8 + 0x00027> in <filename unknown>:0 
---> (Inner Exception #0) System.InvalidOperationException: Sequence contains no matching element.
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow (System.Exception exception) <0x6a6ea18 + 0x0001f> in <filename unknown>:0 
  at System.Reactive.ExceptionHelpers.ThrowIfNotNull (System.Exception exception) <0x6a6e6f0 + 0x0002f> in <filename unknown>:0 
  at System.Reactive.Subjects.AsyncSubject`1[T].GetResult () <0x6a6e470 + 0x00153> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<SubscribeForProjectClosed>c__async1.MoveNext () <0x4dd6670 + 0x0021b> in <filename unknown>:0 
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x6a6ed90 + 0x0002b> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x6a6fa50 + 0x000bb> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x6a6f908 + 0x0007f> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4d01920 + 0x00033> in <filename unknown>:0 
  at System.Runtime.CompilerServices.TaskAwaiter.GetResult () <0x6a6f8f0 + 0x00013> in <filename unknown>:0 
  at Outracks.Fuse.Preview.PreviewMain+<LaunchDesignerAndSubscribe>c__async0.MoveNext () <0x47eb800 + 0x005af> in <filename unknown>:0