Error while installing (starting the interface)

Questions about Cobian Reflector
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Error while installing (starting the interface)

Post by bonbon »

Microsoft Hyper-V Server 2012 R2

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: Cobian.Reflector.UserInterface
Problem Signature 02: 0.9.3.6
Problem Signature 03: bf1ce1b0
Problem Signature 04: mscorlib
Problem Signature 05: 4.8.4311.0
Problem Signature 06: 5fbdca7e
Problem Signature 07: 11a1
Problem Signature 08: 6a
Problem Signature 09: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX
OS Version: 6.3.9600.2.0.0.272.42
Locale ID: 1033
Additional Information 1: 2dde
Additional Information 2: 2dde79c022f14837c9152eb5e590b10f
Additional Information 3: 1304
Additional Information 4: 1304d193c5386d0d31f420870ce309b1
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Error while installing (starting the interface)

Post by cobian »

Perhaps the file Cobian.reflector.UserInterface.exe is corrupted? The size must be 2 866 568 for the latest version.
--
Luis Cobian
Cobian Backup's creator
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Re: Error while installing (starting the interface)

Post by bonbon »

size 2 866 568. (tested on 3 servers, the error is the same)

https://skr.sh/sAjIwT0c5rf
Image
https://skr.sh/sAjeN3VVi6N
Image
Last edited by bonbon on 27 Oct 2021, 22:49, edited 4 times in total.
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Error while installing (starting the interface)

Post by cobian »

Cab you run any other program with an user interface? For example, try starting Cobian.Reflector.Decompressor.exe

Is that a Windows Server 2016?
--
Luis Cobian
Cobian Backup's creator
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Re: Error while installing (starting the interface)

Post by bonbon »

hyperv 2012 r2. (net framework 4.8)
the rest start normally. (everything is fine except "Cobian.Reflector.UserInterface.exe")

https://skr.sh/sAj3X2laOUG
Image
Last edited by bonbon on 27 Oct 2021, 22:55, edited 2 times in total.
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Error while installing (starting the interface)

Post by cobian »

Thanks.

Can you rename the directory

C:\Users\<your user name>\AppData\Local\CobianSoft\Cobian Reflector to something else and see if it starts?
--
Luis Cobian
Cobian Backup's creator
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Re: Error while installing (starting the interface)

Post by bonbon »

Image

The directory is re-created. The error is the same.
Last edited by bonbon on 28 Oct 2021, 22:31, edited 1 time in total.
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Error while installing (starting the interface)

Post by cobian »

CLR20r3 is often an error in the .NET framework. If you go to the Event Viewer, yoy may find more information about this issue there.
--
Luis Cobian
Cobian Backup's creator
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Re: Error while installing (starting the interface)

Post by bonbon »

Faulting application name: Cobian.Reflector.UserInterface.exe, version: 0.9.3.6, time stamp: 0xbf1ce1b0
Faulting module name: KERNELBASE.dll, version: 6.3.9600.20040, time stamp: 0x60adc0a6
Exception code: 0xe0434352
Fault offset: 0x0000000000007afc
Faulting process id: 0xf50
Faulting application start time: 0x01d7cc3a5b623819
Faulting application path: C:\Program Files\Cobian Reflector\Cobian.Reflector.UserInterface.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 995f3df1-382d-11ec-8149-ecade0f4427a
Faulting package full name:
Faulting package-relative application ID:
bonbon
Posts: 10
Joined: 22 Oct 2021, 21:19

Re: Error while installing (starting the interface)

Post by bonbon »

Application: Cobian.Reflector.UserInterface.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException
at System.RuntimeTypeHandle.CreateInstance(System.RuntimeType, Boolean, Boolean, Boolean ByRef, System.RuntimeMethodHandleInternal ByRef, Boolean ByRef)
at System.RuntimeType.CreateInstanceSlow(Boolean, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Activator.CreateInstance(System.Type, Boolean)
at System.Activator.CreateInstance(System.Type)
at System.Windows.Window.ApplyTaskbarItemInfo()
at System.Windows.Window.OnTaskbarItemInfoChanged(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.Window+<>c.<.cctor>b__0_0(System.Windows.DependencyObject, System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs)
at System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex, System.Windows.DependencyProperty, System.Windows.PropertyMetadata, System.Windows.EffectiveValueEntry, System.Windows.EffectiveValueEntry ByRef, Boolean, Boolean, System.Windows.OperationType)
at System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty, System.Object, System.Windows.PropertyMetadata, Boolean, Boolean, System.Windows.OperationType, Boolean)
at System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
at Cobian.Reflector.UI.MainWindow.createTaskItemInfo()
at Cobian.Reflector.UI.MainWindow.init()
at Cobian.Reflector.UI.App.Application_Startup(System.Object, System.Windows.StartupEventArgs)
at System.Windows.Application.OnStartup(System.Windows.StartupEventArgs)
at System.Windows.Application.<.ctor>b__1_0(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.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(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.Application.RunDispatcher(System.Object)
at System.Windows.Application.RunInternal(System.Windows.Window)
at Cobian.Reflector.UI.App.Main()
Post Reply