SQL Toolbelt, latest version, fails with error 0434352

Looks like it fails during decompression of installer,
It worked once, but now will not work at all.

Windows 10
SSMS 18 and 19
VS 2019 and 2022

Application: RedGate.Installer.UI.App.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: RedGate.Installer.Compressors.SevenZip.DataErrorException
   at RedGate.Installer.Compressors.SevenZip.Compress.LZMA.Decoder.Code(System.IO.Stream, System.IO.Stream, Int64, Int64, RedGate.Installer.Compressors.SevenZip.ICodeProgress)
   at RedGate.Installer.Compressors.Compressors.Lzma7ZipCompressor.Decompress(System.IO.Stream, System.IO.Stream)
   at RedGate.CompressEngine.DecompressFile.DecompressStreamAndDeleteFile(RedGate.Installer.CompressionInterfaces.ICompressor, System.String, System.String)
   at RedGate.CompressEngine.DecompressFile+ThreadPooledDecompression.ThreadPoolCallback(System.Object)

Exception Info: System.Exception
   at RedGate.CompressEngine.DecompressFile.DecompressAllTheStreams(System.IO.BinaryReader, RedGate.Installer.CompressionInterfaces.ICompressor)
   at RedGate.CompressEngine.DecompressFile.DecompressToStream()
   at RedGate.CompressEngine.DecompressFile..ctor(System.String)
   at RedGate.Installer.Adapter.ContentDecompressor.ExtractionThreadMethod()
   at RedGate.Installer.ThreadHelper.ThreadCreator+<>c__DisplayClass0_0.<Create>b__0()

Exception Info: System.Exception
   at RedGate.Installer.ThreadHelper.ThreadCreator+<>c__DisplayClass0_1.<Create>b__1()
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at RedGate.Installer.UI.App.App.Main()

Tagged:

Best Answer

Answers

Sign In or Register to comment.