Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on startup #211

Closed
AndresLescano opened this issue Jan 26, 2016 · 4 comments
Closed

Crash on startup #211

AndresLescano opened this issue Jan 26, 2016 · 4 comments

Comments

@AndresLescano
Copy link

I get this exception. The mentioned dlls seem to be in the same dir as the exe.

Version: 1.1.3.283; Variant: Portable; Arch: X86
Path: C:\backup\SyncTrayzorPortable-x86\SyncTrayzor.exe
System.IO.FileNotFoundException: No se puede cargar el archivo o ensamblado 'CefSharp.Core.dll' ni una de sus dependencias. No se puede encontrar el módulo especificado.
Nombre de archivo: 'CefSharp.Core.dll'
   en SyncTrayzor.Pages.ViewerViewModel.OnInitialActivate()
   en Stylet.Screen.<Stylet.IScreenState.Activate>b__1f(ScreenState oldState, ScreenState newState) en c:\projects\stylet\Stylet\Screen.cs:línea 154
   en Stylet.Screen.SetState(ScreenState newState, Action`2 changedHandler) en c:\projects\stylet\Stylet\Screen.cs:línea 139
   en Stylet.Screen.Stylet.IScreenState.Activate() en c:\projects\stylet\Stylet\Screen.cs:línea 149
   en Stylet.ScreenExtensions.<>c__DisplayClass1.<ActivateWith>b__0(Object o, ActivationEventArgs e) en c:\projects\stylet\Stylet\ScreenExtensions.cs:línea 68
   en System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   en Stylet.Screen.<>c__DisplayClass21.<Stylet.IScreenState.Activate>b__20() en c:\projects\stylet\Stylet\Screen.cs:línea 162
   en Stylet.Execute.OnUIThread(Action action) en c:\projects\stylet\Stylet\Execute.cs:línea 73
   en Stylet.Screen.<Stylet.IScreenState.Activate>b__1f(ScreenState oldState, ScreenState newState) en c:\projects\stylet\Stylet\Screen.cs:línea 162
   en Stylet.Screen.SetState(ScreenState newState, Action`2 changedHandler) en c:\projects\stylet\Stylet\Screen.cs:línea 139
   en Stylet.Screen.Stylet.IScreenState.Activate() en c:\projects\stylet\Stylet\Screen.cs:línea 149
   en Stylet.ScreenExtensions.TryActivate(Object screen) en c:\projects\stylet\Stylet\ScreenExtensions.cs:línea 18
   en Stylet.WindowManager.WindowConductor..ctor(Window window, Object viewModel) en c:\projects\stylet\Stylet\WindowManager.cs:línea 218
   en Stylet.WindowManager.CreateWindow(Object viewModel, Boolean isDialog) en c:\projects\stylet\Stylet\WindowManager.cs:línea 192
   en Stylet.WindowManager.ShowWindow(Object viewModel) en c:\projects\stylet\Stylet\WindowManager.cs:línea 90
   en Stylet.BootstrapperBase.Launch() en c:\projects\stylet\Stylet\BootstrapperBase.cs:línea 101
   en SyncTrayzor.Bootstrapper.Launch() en C:\projects\synctrayzor\src\SyncTrayzor\Bootstrapper.cs:línea 163
   en Stylet.BootstrapperBase.Start(String[] args) en c:\projects\stylet\Stylet\BootstrapperBase.cs:línea 86
   en Stylet.BootstrapperBase.<Setup>b__0(Object o, StartupEventArgs e) en c:\projects\stylet\Stylet\BootstrapperBase.cs:línea 53
   en System.Windows.Application.OnStartup(StartupEventArgs e)
   en System.Windows.Application.<.ctor>b__1(Object unused)
   en System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   en MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
@canton7
Copy link
Owner

canton7 commented Jan 26, 2016

What OS? Windows 10?

@AndresLescano
Copy link
Author

Win 7

@canton7
Copy link
Owner

canton7 commented Jan 26, 2016

Got it. There will be a build here in about 10 minutes which should fix it. Mind trying it?

https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.3.284/artifacts

@canton7
Copy link
Owner

canton7 commented Jan 26, 2016

Right, that's finally built.

If you can try the build and confirm whether or not that fixes the issue, I'd appreciate it. If you confirm that it does fix the issue, I'll make a release straight away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants