I’m getting this error when trying to create new project in Fuse on Windows. Any idea what it could be?
************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at Outracks.Fuse.TrayApplication_Windows.TrayUtils.ShowInExplorer(AbsoluteDirectoryPath path)
at Outracks.Fuse.TrayApplication_Windows.Program.CreateProject(String path)
at Outracks.Fuse.TrayApplication_Windows.Program.StartCreateProjectDialog()
at Outracks.Fuse.TrayApplication_Windows.Program.<BuildMenuItems>b__12(Object s, EventArgs a)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItem.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.Command.DispatchID(Int32 id)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I’ve pasted the rest of the error message here: https://gist.github.com/tmn/47315afc2421fb65173e
Running on Windows 8.1.