Fuse (beta) release 0.8.4

0.8.4

Fuse

  • Improved support for OS X Mavericks.
  • Improved status bar in the Dashboard for OS X with integrated build log viewer that can be toggled by clicking the status bar.
  • Updates to OS X first-run experience to clarify that Sublime Text is not required, and also changing the wording in the Sublime Text setup wizard to clarify that exiting the wizard does not exit the Dashboard entirely.
  • Update checks are now daily rather than constant on OS X, unless invoked by selecting “Check for updates” in the tray menu.
  • Guarded against possible issue where exiting Fuse from the OS X tray menu might not kill the correct Fuse process, leaving a zombie daemon (which is way duller than it sounds).
  • Added support for custom Android SDK, Android NDK, Ant and Java paths in the installer.
  • Monitor will now show you the last 5 minutes of messages no matter when you open it (they are buffered).
  • You can now add and remove shadows on any Fuse Element from the Inspector (experimental feature).

Fuselibs

  • LayoutChange in the Move and Resize animators now requires that X and Y (or Vector) are specified. It previously assumed those values were 1 which is a defect, and was not intended to work. The default is 0 meaning the transform will have no effect.
    <Move RelativeTo="LayoutChange"/>
    <Resize RelativeTo="LayoutChange"/>

Becomes:

    <Move RelativeTo="LayoutChange" Vector="1"/>
    <Resize RelativeTo="LayoutChange" Vector="1"/>

This is to facilitate values other than 1 during layout transitions (for example, to animate X and Y independently).

  • IResizeMode.GetSizeChange has new parameters, expressed as a base size and delta instead of old and new size.
  • Node.IsRooted has a new meaning now. It becomes true only after the OnRooted function is called on the Node. This is most likely what code meant when checking this status, thus no change is anticipated to be necessary.
  • Rooting stages are now clearer and children will not be rooted until their parent is essentially finished rooting.
  • Fuse.iOS has been restructured for clarity. Native views are now in the Fuse.iOS.NativeViews namespace and leaf implementations are in the Fuse.iOS.Controls packages, where the names match the Fuse control of the same name.
  • Uno.GraphicsContext is deprecated and should no longer be used. Use only DrawContext to retain a consistent GL state.
  • DrawContext.ViewportPixelSize renamed to GLViewportPixelSize to better reflect what it is – as it is not the same as the IViewport.PixelSize in all situations. You should avoid using the GLVuiewportPixelSize, it usually isn’t the value actually wanted.
  • Fixed: multi-line text-input on iOS. Earlier, the multi-line flag was ignored on iOS.
  • Fixed: custom fonts in simulator should now load correctly.

Unolibs

  • Replaced IPAdddress.IPAddress(string) with IPAddress.Parse(string)

thanks for killing those zombie daemons!

Thanks for holding them off until we could!

This bug doesn’t fix too. Can you fix it in next version?

file

Hey,

Did you try what I said at the bottom of this thread? Post

We are not using %JAVA_HOME%, since the environment variable often points to a wrong path. We use another system for finding third-party softwares required for Android export. So in your case it looks like fuse install android has failed to set the paths properly. Could you please try to run it again. Here is a link to our Android setup guide

Also after you have ran fuse install android please run a uno clean in your project directory. To make sure there are no cache of the old JDK path.

Thank you very much! I’ve resolved it! I post this topic. :slight_smile:

Since yesterday I have a problem when creating a fuse project.

When creating it from the dashboard it says “Could not create project. Invalid or prohibited path.” although the permissions should be correct (and are no different than before, when it worked). When creating from the cli I get a more detailled error message wich seems to boil down to “could not connect to daemon”.

In both cases, three files are created: devices.json, MainView.ux and myapp.unoproj

Here is the error message:

fuse: unhandled exception: One or more errors occurred.

at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task1[Outracks.Fuse.Protocol.IMessagingService].GetResultCore (Boolean waitCompletionNotification) [0x00034] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:568 at System.Threading.Tasks.Task1[Outracks.Fuse.Protocol.IMessagingService].get_Result () [0x00000] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:535 at Outracks.Fuse.Create.CreateCliCommand.Create (IList1 args) [0x0021f] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:121 at Outracks.Fuse.Create.CreateCliCommand.Run (System.String[] args) [0x00023] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:60 at Outracks.CLI.CliProgram+<Main>c**AnonStorey0.<>m**0 (System.String arg) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Common.CLI/CliProgram.cs:39 at Outracks.Optional1[System.String].Do (System.Action1 some, System.Action none) [0x00000] in <filename unknown>:0 at Outracks.CLI.CliProgram.Main (System.String[] args) [0x00014] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Common.CLI/CliProgram.cs:38 Inner exception: One or more errors occurred. at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218 at System.Threading.Tasks.Task.Wait (TimeSpan timeout) [0x00028] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3117 at Outracks.TaskExtensions.GetResult[IMessagingService] (System.Threading.Tasks.Task1 task, TimeSpan timeSpan) [0x00000] in :0 at Outracks.Fuse.Protocol.MessagingServiceSpawner.ConnectOrSpawn (IMessagingServiceSpawner spawner, System.String identifier, IEnumerable1 events, TimeSpan timeout, Optional1 eventFilter) [0x00000] in :0 at Outracks.Fuse.Create.CreateCliCommand+cAnonStorey0.<>m0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:83 at System.Threading.Tasks.Task1[Outracks.Fuse.Protocol.IMessagingService].InnerInvoke () [0x00012] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:686 at System.Threading.Tasks.Task.Execute () [0x00016] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2523 Inner exception: Exception of type 'Outracks.Fuse.FailedToConnectToDaemon' was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+<ConnectOrSpawn>c**AnonStorey7+<ConnectOrSpawn>c**async6.MoveNext () [0x00000] in <filename unknown>:0 Unhandled exception: One or more errors occurred. [ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> Outracks.Fuse.FailedToConnectToDaemon: Exception of type 'Outracks.Fuse.FailedToConnectToDaemon' was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+<ConnectOrSpawn>c**AnonStorey7+<ConnectOrSpawn>c**async6.MoveNext () [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218 at System.Threading.Tasks.Task.Wait (TimeSpan timeout) [0x00028] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3117 at Outracks.TaskExtensions.GetResult[IMessagingService] (System.Threading.Tasks.Task1 task, TimeSpan timeSpan) [0x00000] in :0 at Outracks.Fuse.Protocol.MessagingServiceSpawner.ConnectOrSpawn (IMessagingServiceSpawner spawner, System.String identifier, IEnumerable1 events, TimeSpan timeout, Optional1 eventFilter) [0x00000] in :0 at Outracks.Fuse.Create.CreateCliCommand+cAnonStorey0.<>m0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:83 at System.Threading.Tasks.Task1[Outracks.Fuse.Protocol.IMessagingService].InnerInvoke () [0x00012] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:686 at System.Threading.Tasks.Task.Execute () [0x00016] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2523 ---> (Inner Exception #0) Outracks.Fuse.FailedToConnectToDaemon: Exception of type 'Outracks.Fuse.FailedToConnectToDaemon' was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+<ConnectOrSpawn>c<strong>AnonStorey7+<ConnectOrSpawn>c</strong>async6.MoveNext () [0x00000] in <filename unknown>:0 &lt;---</p> <p> --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task<code>1[Outracks.Fuse.Protocol.IMessagingService].GetResultCore (Boolean waitCompletionNotification) [0x00034] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:568 at System.Threading.Tasks.Task</code>1[Outracks.Fuse.Protocol.IMessagingService].get_Result () [0x00000] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:535 at Outracks.Fuse.Create.CreateCliCommand.Create (IList<code>1 args) [0x0021f] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:121 at Outracks.Fuse.Create.CreateCliCommand.Run (System.String[] args) [0x00023] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:60 at Outracks.CLI.CliProgram+&lt;Main&gt;c**AnonStorey0.&lt;&gt;m**0 (System.String arg) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Common.CLI/CliProgram.cs:39 at Outracks.Optional</code>1[System.String].Do (System.Action<code>1 some, System.Action none) [0x00000] in &lt;filename unknown&gt;:0 at Outracks.CLI.CliProgram.Main (System.String[] args) [0x00014] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Common.CLI/CliProgram.cs:38 ---&gt; (Inner Exception #0) System.AggregateException: One or more errors occurred. ---&gt; Outracks.Fuse.FailedToConnectToDaemon: Exception of type &#39;Outracks.Fuse.FailedToConnectToDaemon&#39; was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable</code>1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable<code>1 messageTypes) [0x00000] in &lt;filename unknown&gt;:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+&lt;ConnectOrSpawn&gt;c**AnonStorey7+&lt;ConnectOrSpawn&gt;c**async6.MoveNext () [0x00000] in &lt;filename unknown&gt;:0 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218 at System.Threading.Tasks.Task.Wait (TimeSpan timeout) [0x00028] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3117 at Outracks.TaskExtensions.GetResult[IMessagingService] (System.Threading.Tasks.Task</code>1 task, TimeSpan timeSpan) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner.ConnectOrSpawn (IMessagingServiceSpawner spawner, System.String identifier, IEnumerable<code>1 events, TimeSpan timeout, Optional</code>1 eventFilter) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Create.CreateCliCommand+<Create>c<strong>AnonStorey0.&lt;&gt;m</strong>0 () [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Create/CreateCliCommand.cs:83 at System.Threading.Tasks.Task<code>1[Outracks.Fuse.Protocol.IMessagingService].InnerInvoke () [0x00012] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:686 at System.Threading.Tasks.Task.Execute () [0x00016] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2523 ---&gt; (Inner Exception #0) Outracks.Fuse.FailedToConnectToDaemon: Exception of type &#39;Outracks.Fuse.FailedToConnectToDaemon&#39; was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable</code>1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+cAnonStorey7+casync6.MoveNext () [0x00000] in :0 <— <—

When I try to preview a project I get:

fuse: unhandled exception: One or more errors occurred.

at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218 at System.Threading.Tasks.Task.Wait (TimeSpan timeout) [0x00028] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3117 at Outracks.TaskExtensions.GetResult[IMessagingService] (System.Threading.Tasks.Task1 task, TimeSpan timeSpan) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner.ConnectOrSpawn (IMessagingServiceSpawner spawner, System.String identifier, IEnumerable1 events, TimeSpan timeout, Optional1 eventFilter) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Preview.PreviewWithDaemon.Preview (Outracks.Fuse.Preview.PreviewArguments argument) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/PreviewWithDaemon.cs:42 at Outracks.Fuse.Preview.CLI.PreviewCliCommand.RunInternal (System.String[] args) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/CLI/PreviewCliCommand.cs:111 at Outracks.Fuse.Preview.CLI.PreviewCliCommand.Run (System.String[] args) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/CLI/PreviewCliCommand.cs:81 Inner exception: Exception of type 'Outracks.Fuse.FailedToConnectToDaemon' was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+<ConnectOrSpawn>c**AnonStorey7+<ConnectOrSpawn>c**async6.MoveNext () [0x00000] in <filename unknown>:0 Unhandled exception: One or more errors occurred. [ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: One or more errors occurred. ---> Outracks.Fuse.FailedToConnectToDaemon: Exception of type 'Outracks.Fuse.FailedToConnectToDaemon' was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+<ConnectOrSpawn>c**AnonStorey7+<ConnectOrSpawn>c**async6.MoveNext () [0x00000] in <filename unknown>:0 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (Boolean includeTaskCanceledExceptions) [0x00014] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2168 at System.Threading.Tasks.Task.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00052] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3218 at System.Threading.Tasks.Task.Wait (TimeSpan timeout) [0x00028] in /private/tmp/source-mono-mac-4.0.0-bug-33585-hotfix/bockbuild-mono-4.0.0-branch/profiles/mono-mac-xamarin/build-root/mono-4.0.4/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:3117 at Outracks.TaskExtensions.GetResult[IMessagingService] (System.Threading.Tasks.Task1 task, TimeSpan timeSpan) [0x00000] in :0 at Outracks.Fuse.Protocol.MessagingServiceSpawner.ConnectOrSpawn (IMessagingServiceSpawner spawner, System.String identifier, IEnumerable1 events, TimeSpan timeout, Optional1 eventFilter) [0x00000] in :0 at Outracks.Fuse.Preview.PreviewWithDaemon.Preview (Outracks.Fuse.Preview.PreviewArguments argument) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/PreviewWithDaemon.cs:42 at Outracks.Fuse.Preview.CLI.PreviewCliCommand.RunInternal (System.String[] args) [0x0000d] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/CLI/PreviewCliCommand.cs:111 at Outracks.Fuse.Preview.CLI.PreviewCliCommand.Run (System.String[] args) [0x00000] in /Users/outracks/buildAgent1/work/b939dc4c6ac331f9/Source/Outracks.Fuse.Preview/CLI/PreviewCliCommand.cs:81 —> (Inner Exception #0) Outracks.Fuse.FailedToConnectToDaemon: Exception of type ‘Outracks.Fuse.FailedToConnectToDaemon’ was thrown. at Outracks.Fuse.DaemonSpawner.ConnectForSure (IEnumerable1 messageTypes) [0x00000] in <filename unknown>:0 at Outracks.Fuse.DaemonSpawner.ConnectOrSpawn (IEnumerable1 messageTypes) [0x00000] in :0 at Outracks.Fuse.Protocol.MessagingServiceSpawner+cAnonStorey7+casync6.MoveNext () [0x00000] in :0 <—

It does not make a difference if I try to preview the newly created project or an old one which already worked.

Thank you for your help!

Hi, it looks like the Fuse daemon has got stuck in some way. Please try the following:

  • Control-click on the Fuse icon in the menu bar, click “Quit”
  • A fresh daemon will then start automatically the next time you interact with Fuse.
  • If that did not help, please try logging out of and back in to OS X.
  • If that did not help, please try to reboot your computer.