maxim-saplin / CrossPlatformDiskTest

Windows, macOS and Android storage (HDD, SSD, RAM) speed testing/performance benchmarking app
https://maxim-saplin.github.io/cpdt_results/
MIT License
498 stars 34 forks source link

Unknown dependencies for Windows #84

Open DisboardTetta opened 10 months ago

DisboardTetta commented 10 months ago

On a freshly installed Windows 10 system, the image of which was created using the Media Creation Tool, the program does not start. After spending time studying the logs and googling, I found out that at least Visual C++ Redistributable 2015 version is required to run. However, after installing it, although the program started, it was unable to run tests; pressing any key caused a crash. Since I didn’t find information about VS on the Github page, I’ll assume that there are some other dependencies that I don’t know about. Net Runtime logs: `Имя журнала: Application Источник: .NET Runtime Дата: 06.11.2023 16:32:14 Код события: 1026 Категория задачи:Отсутствует Уровень: Ошибка Ключевые слова:Классический Пользователь: Н/Д Компьютер: DESKTOP-DATHFK9 Описание: Приложение: CPDT.exe Версия платформы: v4.0.30319 Описание. Процесс был завершен из-за необработанного исключения. Сведения об исключении: System.InvalidOperationException в System.Windows.Controls.WebBrowser.InvokeScript(System.String, System.Object[]) в Xamarin.Forms.Platform.WPF.WebViewRenderer+<>c__DisplayClass8_0.b__0() в System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) в System.Windows.Threading.DispatcherOperation.InvokeImpl() в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) в MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object) в System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) в MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) в System.Windows.Threading.DispatcherOperation.Invoke() в System.Windows.Threading.Dispatcher.ProcessQueue() в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) в MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) в MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) в System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) в MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) в System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) в System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) в System.Windows.Application.RunDispatcher(System.Object) в System.Windows.Application.RunInternal(System.Windows.Window) в System.Windows.Application.Run(System.Windows.Window) в System.Windows.Application.Run() в Saplin.CPDT.WPF.App.Main()

Xml события:

1026 0 2 0 0 0x80000000000000 1017 Application DESKTOP-DATHFK9 Приложение: CPDT.exe Версия платформы: v4.0.30319 Описание. Процесс был завершен из-за необработанного исключения. Сведения об исключении: System.InvalidOperationException в System.Windows.Controls.WebBrowser.InvokeScript(System.String, System.Object[]) в Xamarin.Forms.Platform.WPF.WebViewRenderer+<>c__DisplayClass8_0.<OnEvaluateJavaScriptRequested>b__0() в System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) в System.Windows.Threading.DispatcherOperation.InvokeImpl() в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) в MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object) в System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) в System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) в MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) в System.Windows.Threading.DispatcherOperation.Invoke() в System.Windows.Threading.Dispatcher.ProcessQueue() в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) в MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) в MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) в System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) в MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) в System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) в System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) в System.Windows.Application.RunDispatcher(System.Object) в System.Windows.Application.RunInternal(System.Windows.Window) в System.Windows.Application.Run(System.Windows.Window) в System.Windows.Application.Run() в Saplin.CPDT.WPF.App.Main() ` Application Error: `Имя журнала: Application Источник: Application Error Дата: 06.11.2023 16:32:15 Код события: 1000 Категория задачи:(100) Уровень: Ошибка Ключевые слова:Классический Пользователь: Н/Д Компьютер: DESKTOP-DATHFK9 Описание: Имя сбойного приложения: CPDT.exe, версия: 2.0.3.0, метка времени: 0x5e873c4b Имя сбойного модуля: KERNELBASE.dll, версия: 10.0.19041.2965, метка времени: 0xf18c1c30 Код исключения: 0xe0434352 Смещение ошибки: 0x0013d6c2 Идентификатор сбойного процесса: 0x2d70 Время запуска сбойного приложения: 0x01da10b59f3959d6 Путь сбойного приложения: D:\CPDT.exe Путь сбойного модуля: C:\Windows\System32\KERNELBASE.dll Идентификатор отчета: e6ead9f3-b442-4387-af96-bf5fb2296649 Полное имя сбойного пакета: Код приложения, связанного со сбойным пакетом: Xml события: 1000 0 2 100 0 0x80000000000000 1018 Application DESKTOP-DATHFK9 CPDT.exe 2.0.3.0 5e873c4b KERNELBASE.dll 10.0.19041.2965 f18c1c30 e0434352 0013d6c2 2d70 01da10b59f3959d6 D:\CPDT.exe C:\Windows\System32\KERNELBASE.dll e6ead9f3-b442-4387-af96-bf5fb2296649 `