-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Can't install nor start HDT #3458
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
Comments
Should be the same as #3421. Check this issue for further information. |
It's problem with your .NET Framework installation. |
I installed the missing component, it still doesn't work: That's what I see now |
c06d007e is module not found, there is still something wrong with your .NET Framework |
Application: Hearthstone Deck Tracker.exe Exception Info: System.DllNotFoundException Exception Info: .ModuleLoadException Exception Info: System.TypeInitializationException This is the new error log, after uninstalling and reinstalling NET Framework (4.7) |
One problem is that |
@judge2020 |
I don't know about that, I got the latest one from Microsoft's website. Application: Hearthstone Deck Tracker.exe Exception Info: System.DllNotFoundException Exception Info: .ModuleLoadException Exception Info: System.TypeInitializationException That's what I get now |
In the end, I searched another github (for a different program) using the error parameters and they had tried a lot of things. |
You just need to install full version of framework. Like this: dotnetfx40_full_x86_x64.exe instead of client profile, which is like "lite" version of framework, which unfortunately doesn't contain WPF components, which you was missing: |
This version didn't work: NDP47-KB3186497-x86-x64-AllOS-ENU.exe |
There are a few similar reports, but none match mine 100%.
Bug report
I can't correctly launch the installer.
And using a zipped file (maybe it was just an installation problem) produces this Error:
Hearthstone Deck Tracker stopped working.
Expected Behavior
To install and run HDT.
Actual Behavior
Installation crashes, file also crashes.
Steps to reproduce behavior
I can easily reproduce it. I just use any of the HDT-Installer.exe files that I have (I DL'ed it several times because it may've been broken or corrupt).
Log/Screenshots
This is what I have in the log:
2017-08-26 14:37:17> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: No se puede encontrar el módulo especificado
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 00:34:22> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 03:16:34> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 03:17:11> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 03:45:00> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 03:45:02> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-13 03:45:12> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-19 01:57:54> Program: Starting Squirrel Updater: --install .
2017-10-19 01:57:54> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 01:57:54> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-19 01:57:55> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-19 01:57:55> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-19 01:57:55> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 01:57:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-19 01:57:55> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-19 01:57:56> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-19 01:58:01> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-19 01:58:17> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe: System.OperationCanceledException: Operación cancelada.
en System.Threading.CancellationToken.ThrowOperationCanceledException()
en Squirrel.Utility.<>c__DisplayClass11_0.b__0()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__11.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext()
2017-10-19 01:58:18> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-19 01:58:18> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-19 01:58:18> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-19 01:58:18> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-19 01:58:18> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-19 01:58:18> ApplyReleasesImpl: Fixing up tray icons
2017-10-19 01:58:18> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-19 01:58:18> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-19 01:59:35> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-19 01:59:55> Program: Starting Squirrel Updater: --install .
2017-10-19 01:59:55> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 01:59:55> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-19 01:59:55> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-19 01:59:56> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-19 01:59:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-19 01:59:56> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 01:59:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-19 01:59:56> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-19 01:59:56> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-19 01:59:56> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-19 02:00:13> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe: System.OperationCanceledException: Operación cancelada.
en System.Threading.CancellationToken.ThrowOperationCanceledException()
en Squirrel.Utility.<>c__DisplayClass11_0.b__0()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__11.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext()
2017-10-19 02:00:14> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-19 02:00:14> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-19 02:00:14> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-19 02:00:14> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-19 02:00:14> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-19 02:00:14> ApplyReleasesImpl: Fixing up tray icons
2017-10-19 02:00:14> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-19 02:00:14> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-19 02:20:46> Program: Starting Squirrel Updater: --install .
2017-10-19 02:20:46> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 02:20:46> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-19 02:20:46> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-19 02:20:46> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-19 02:20:46> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-19 02:20:46> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-19 02:20:46> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-19 02:20:46> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-19 02:20:47> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-19 02:20:47> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-19 02:21:04> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe: System.OperationCanceledException: Operación cancelada.
en System.Threading.CancellationToken.ThrowOperationCanceledException()
en Squirrel.Utility.<>c__DisplayClass11_0.b__0()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__11.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext()
2017-10-19 02:21:05> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-19 02:21:05> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-19 02:21:05> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-19 02:21:05> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-19 02:21:05> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-19 02:21:05> ApplyReleasesImpl: Fixing up tray icons
2017-10-19 02:21:05> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-19 02:21:05> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-19 02:22:56> Unhandled exception: System.TypeInitializationException: Se produjo una excepción en el inicializador de tipo de ''. ---> .ModuleLoadException: The C++ module failed to load during appdomain initialization.
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: %1 no es una aplicación Win32 válida
--- Fin del seguimiento de la pila de la excepción interna ---
en MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath)
en MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite()
en CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
en ?A0x78f04fc8.CreateCModuleInitialize()
en ?A0x78f04fc8.??__E?A0x78f04fc8@cmiStartupRunner@@YMXXZ()
en _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
en .LanguageSupport.InitializePerAppDomain(LanguageSupport* )
en .LanguageSupport._Initialize(LanguageSupport* )
en .LanguageSupport.Initialize(LanguageSupport* )
--- Fin del seguimiento de la pila de la excepción interna ---
en .LanguageSupport.Initialize(LanguageSupport* )
en .cctor()
--- Fin del seguimiento de la pila de la excepción interna ---
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
2017-10-20 23:54:20> Program: Starting Squirrel Updater: --install .
2017-10-20 23:54:20> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:54:20> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-20 23:54:20> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-20 23:54:23> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-20 23:54:23> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-20 23:54:23> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:54:23> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-20 23:54:23> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-20 23:54:23> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-20 23:54:32> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-20 23:54:49> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-20 23:54:49> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-20 23:54:49> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-20 23:54:49> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-20 23:54:49> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-20 23:54:49> ApplyReleasesImpl: Fixing up tray icons
2017-10-20 23:54:49> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-20 23:54:49> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-20 23:55:24> Program: Starting Squirrel Updater: --install .
2017-10-20 23:55:25> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:55:25> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-20 23:55:25> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-20 23:55:25> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-20 23:55:25> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-20 23:55:25> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:55:25> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-20 23:55:26> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-20 23:55:27> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-20 23:55:30> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-20 23:55:45> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-20 23:55:45> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-20 23:55:45> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-20 23:55:45> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-20 23:55:45> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-20 23:55:45> ApplyReleasesImpl: Fixing up tray icons
2017-10-20 23:55:45> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-20 23:55:45> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-20 23:56:17> Program: Starting Squirrel Updater: --install .
2017-10-20 23:56:17> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:56:17> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-20 23:56:17> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-20 23:56:18> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-20 23:56:18> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-20 23:56:18> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-20 23:56:18> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-20 23:56:18> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-20 23:56:18> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-20 23:56:19> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-20 23:56:35> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe: System.OperationCanceledException: Operación cancelada.
en System.Threading.CancellationToken.ThrowOperationCanceledException()
en Squirrel.Utility.<>c__DisplayClass11_0.b__0()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__11.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<b__0>d.MoveNext()
2017-10-20 23:56:35> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-20 23:56:35> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-20 23:56:35> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-20 23:56:35> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-20 23:56:35> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-20 23:56:35> ApplyReleasesImpl: Fixing up tray icons
2017-10-20 23:56:35> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-20 23:56:35> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-21 00:10:24> Program: Starting Squirrel Updater: --install .
2017-10-21 00:10:24> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-21 00:10:24> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-21 00:10:24> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-21 00:10:25> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-21 00:10:25> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-21 00:10:25> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-21 00:10:25> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-21 00:10:25> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-21 00:10:25> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-21 00:10:26> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-21 00:10:34> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-21 00:10:34> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-21 00:10:34> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-21 00:10:34> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-21 00:10:34> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-21 00:10:34> ApplyReleasesImpl: Fixing up tray icons
2017-10-21 00:10:34> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-21 00:10:34> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-21 00:11:07> Program: Starting Squirrel Updater: --install .
2017-10-21 00:11:07> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-21 00:11:07> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-21 00:11:07> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-21 00:11:08> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages.betaId'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
en System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
en System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
en System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
en Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
2017-10-21 00:11:08> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: No se puede encontrar una parte de la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\packages\RELEASES'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
en System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
en Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
en Squirrel.UpdateManager.CheckForUpdateImpl.d__2.MoveNext()
2017-10-21 00:11:08> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-21 00:11:08> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2017-10-21 00:11:08> ApplyReleasesImpl: Writing files to app directory: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1
2017-10-21 00:11:08> LogHost: Rigging execution stub for HearthstoneDeckTracker_ExecutionStub.exe to C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\HearthstoneDeckTracker.exe
2017-10-21 00:11:09> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe]
2017-10-21 00:11:16> ApplyReleasesImpl: Starting fixPinnedExecutables
2017-10-21 00:11:16> ApplyReleasesImpl: Examining Pin: Coowon.lnk
2017-10-21 00:11:16> ApplyReleasesImpl: Examining Pin: Google Chrome.lnk
2017-10-21 00:11:16> ApplyReleasesImpl: Examining Pin: VLC media player.lnk
2017-10-21 00:11:16> ApplyReleasesImpl: Examining Pin: Windows Explorer.lnk
2017-10-21 00:11:16> ApplyReleasesImpl: Fixing up tray icons
2017-10-21 00:11:16> ApplyReleasesImpl: cleanDeadVersions: for version 1.5.1
2017-10-21 00:11:16> ApplyReleasesImpl: cleanDeadVersions: exclude folder app-1.5.1
2017-10-21 00:11:50> Program: Starting Squirrel Updater: --install .
2017-10-21 00:11:50> Program: Starting install, writing to C:\Users\Erian\AppData\Local\SquirrelTemp
2017-10-21 00:11:50> Program: About to install to: C:\Users\Erian\AppData\Local\HearthstoneDeckTracker
2017-10-21 00:11:50> Program: Install path C:\Users\Erian\AppData\Local\HearthstoneDeckTracker already exists, burning it to the ground
2017-10-21 00:11:51> IEnableLogger: Failed to remove existing directory on full install, is the app still running???: System.UnauthorizedAccessException: Acceso denegado a la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.File.InternalDelete(String path, Boolean checkHost)
en System.IO.File.Delete(String path)
en Squirrel.Utility.<>c.b__19_0(String file)
en Squirrel.Utility.<>c__DisplayClass12_1
1.<ForEachAsync>b__1() en System.Threading.Tasks.Task.InnerInvoke() en System.Threading.Tasks.Task.Execute() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<>c__DisplayClass13_0
1.<b__1>d.MoveNext()--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__19.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.<>c.<b__19_1>d.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.<>c__DisplayClass13_0
1.<<ForEachAsync>b__1>d.MoveNext() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<DeleteDirectory>d__19.MoveNext() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<LogIfThrows>d__42.MoveNext() 2017-10-21 00:11:51> Unhandled exception: System.AggregateException: Se han producido uno o varios errores. ---> System.UnauthorizedAccessException: Acceso denegado a la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe'. en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) en System.IO.File.InternalDelete(String path, Boolean checkHost) en System.IO.File.Delete(String path) en Squirrel.Utility.<>c.<DeleteDirectory>b__19_0(String file) en Squirrel.Utility.<>c__DisplayClass12_1
1.b__1()en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.Execute()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.<>c__DisplayClass13_0
1.<<ForEachAsync>b__1>d.MoveNext() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<DeleteDirectory>d__19.MoveNext() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<>c.<<DeleteDirectory>b__19_1>d.MoveNext() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<>c__DisplayClass13_0
1.<b__1>d.MoveNext()--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__19.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__42.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
en Squirrel.Update.Program.d__4.MoveNext()
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en Squirrel.Update.Program.executeCommandLine(String[] args)
en Squirrel.Update.Program.main(String[] args)
---> (Nº de excepción interna 0) System.UnauthorizedAccessException: Acceso denegado a la ruta de acceso 'C:\Users\Erian\AppData\Local\HearthstoneDeckTracker\app-1.5.1\HearthstoneDeckTracker.exe'.
en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
en System.IO.File.InternalDelete(String path, Boolean checkHost)
en System.IO.File.Delete(String path)
en Squirrel.Utility.<>c.b__19_0(String file)
en Squirrel.Utility.<>c__DisplayClass12_1
1.<ForEachAsync>b__1() en System.Threading.Tasks.Task.InnerInvoke() en System.Threading.Tasks.Task.Execute() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en Squirrel.Utility.<>c__DisplayClass13_0
1.<b__1>d.MoveNext()--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__19.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.<>c.<b__19_1>d.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.<>c__DisplayClass13_0`1.<b__1>d.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__19.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en Squirrel.Utility.d__42.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
en Squirrel.Update.Program.d__4.MoveNext()<---
(Since I have a Spanish version of win 7, the line in spanish says (roughly) something like: End of following the pile of the previous location where the exception took place)
Is it some sort of Language problem? I saw several lines of LanguageSupport and then exceptions.
The text was updated successfully, but these errors were encountered: