System.ComponentModel.Win32Exception (0x80004005) (WINDOWS)

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.

It looks like the installer failed to put fuse in your PATH environment variable, so when the tray icon tries to launch some other tool it fails. Could you try to run fuse --version from cmd?

fuse --version gave me Fuse version 0.5.3127

Some new discoveries!! :smiley:

Problem only occurs when creating project on another disk than the main disk where Fuse was installed. So: Fuse is installed on C:, and I’ve been trying to create new projects on D: E: F: and G:, until now. Last try. Put in on Desktop on C:. And it worked! :stuck_out_tongue:

(duplicate post)