framefield / tooll

Tooll is a new multi-purpose application for creating interactive 3d content and animations. It combines the best aspects of animation, compositing, and coding into a lightweight and intuitive UI. Your designs can be shared as executable or rendered to movies.
http://www.tooll.io
MIT License
638 stars 53 forks source link

Crash on launch - Missing SharpDX? #31

Open lamarqua opened 8 years ago

lamarqua commented 8 years ago

Here's the log:

Version: 0.2.6.1.666 (master, 66bc75e)
Date:          09/09/2016 22:48:02
Version:       0.2.6.1

System.IO.FileNotFoundException
-------------------------------
Could not load file or assembly 'SharpDX, Version=2.6.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Le fichier spécifié est introuvable.

                                  Framefield.Tooll.App.SetupApplication()
                App.xaml.cs  446  Framefield.Tooll.App.OnStartup(StartupEventArgs e)
                                  System.Windows.Application.<.ctor>b__1_0(Object unused)
                                  System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
                                  System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
                                  System.Windows.Threading.DispatcherOperation.InvokeImpl()
                                  System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
                                  System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
                                  System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
                                  MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
                                  System.Windows.Threading.DispatcherOperation.Invoke()
                                  System.Windows.Threading.Dispatcher.ProcessQueue()
                                  System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
                                  MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
                                  MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
                                  System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
                                  System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
                                  System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
                                  MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
                                  MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
                                  System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
                                  System.Windows.Application.RunDispatcher(Object ignore)
                                  System.Windows.Application.RunInternal(Window window)
                App.xaml.cs  461  Framefield.Tooll.App.Run()
zejji commented 8 years ago

Have you tried starting with the 0.2.6.0 release and then copying the 0.2.6.1 preview files over the existing files in the directory? (I ran into this same problem when trying out tooll for the first time a few days ago. I think the 0.2.6.1 preview files are effectively just a patch, as the full 0.2.6.0 release zip is many times larger.)