-
Notifications
You must be signed in to change notification settings - Fork 38
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
windows 11 22h2 kernel version #70
Comments
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)? |
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 Let me knowif you need something else Thanks |
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. |
Hello, The issue seems to be related to Windows Defender. EDIT : typo |
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 |
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?
The text was updated successfully, but these errors were encountered: