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

windows 11 22h2 kernel version #70

Open josehdx opened 2 years ago

josehdx commented 2 years ago

Hi, your app works well on my android but on my laptop i got this error:

(logs from event viewer)

Log Name: Application Source: Application Error Date: 7/29/2022 4:25:14 PM Event ID: 1000 Task Category: Application Crashing Events Level: Error Keywords:
User: DESKTOP-OPI19E8\Admin Computer: DESKTOP-OPI19E8 Description: Faulting application name: CPDT.exe, version: 2.0.3.0, time stamp: 0x5e873c4b Faulting module name: KERNELBASE.dll, version: 10.0.22621.169, time stamp: 0x0386c7e6 Exception code: 0xe0434352 Fault offset: 0x00147132 Faulting process id: 0x0xDAC Faulting application start time: 0x0x1D8A3570321D6C3 Faulting application path: C:\Users\Admin\Downloads\CPDT\CPDT.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: d9b11d91-6d52-40d7-89a3-5d79655f0e8a Faulting package full name: Faulting package-relative application ID: Event Xml:

1000 0 2 100 0 0x8000000000000000 887 Application DESKTOP-OPI19E8 CPDT.exe 2.0.3.0 5e873c4b KERNELBASE.dll 10.0.22621.169 0386c7e6 e0434352 00147132 0xdac 0x1d8a3570321d6c3 C:\Users\Admin\Downloads\CPDT\CPDT.exe C:\Windows\System32\KERNELBASE.dll d9b11d91-6d52-40d7-89a3-5d79655f0e8a Can you help?
maxim-saplin commented 2 years ago

Do you get the error upon app start, i.e. it doesn't start?

What's you Windows version (winter, x86 or ARM), what is the hardware (CPU, HDD, RAM)?

josehdx commented 2 years ago

The app does not launch, as i can tell from the logs there is a kernel incompatibility with the latest win11 22h2 version

my laptop is a lenovo T14 with intel 10210U *x86

NVME 256gb 8 gb ram

Let me knowif you need something else

Thanks

maxim-saplin commented 2 years ago

The app uses .NET Framework 4.8 and I would suspect that there're some issues up the steam with OS components and .NET framework specifically. The app works well under Windows 11 21H2 (ARM version), as well as under other lower Windows versions.

I won't be doing further research of the issue, keeping it open JIC.

gusakovs commented 1 year ago

Hello,

The issue seems to be related to Windows Defender. For some reason, when the setting (App & Browser control > Reputation-based protection >) "Check apps and files" is turned on , the application does not start. When the setting is turned off, the application starts. When the setting is turned back on after starting the app, the app continues to work as expected. Tested on Windows 11 22H2 Build 22621.1992 on two different computers.

image image

EDIT : typo

maxim-saplin commented 1 year ago

The app is not signed with valid publisher creds, no plans to do so as of now. Hence there will be this kind of barrier. Thanks for posting the workaround