You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Avalonia to make a Windows 11 OOBE replacement, and it works fine most of the time. However on certain systems I encounter this error in event viewer after the GUI starts to load:
There is no .NET exception due to the nature of the error. I got a crash dump from it and it reveals that the source of the error is uiautomationcore.dll:
I want to ask if there is any way to disable the usage of uiautomationcore.dll entirely? I have no need of its accessibility features, and this would solve the issue for me. I understand my use-case is fringe, but I figured I'd throw this out there before attempting to compile Avalonia myself. Perhaps a DisableAccessibility Win32PlatformOptions option would be a nice option.
To Reproduce
Create Avalonia app and set its binary path as the Shell value in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, then create a new user and you might be able to replicate it. Note that my main request is not a direct fix, but a way to disable the usage of uiautomationcore.dll.
Avalonia version
11.2.3
OS
Windows
Additional context
Windows 11 24H2
Probably not CET related since the tested machine is using an older non-CET i5-8250U CPU.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using Avalonia to make a Windows 11 OOBE replacement, and it works fine most of the time. However on certain systems I encounter this error in event viewer after the GUI starts to load:
There is no .NET exception due to the nature of the error. I got a crash dump from it and it reveals that the source of the error is
uiautomationcore.dll
:Full Trace
I want to ask if there is any way to disable the usage of
uiautomationcore.dll
entirely? I have no need of its accessibility features, and this would solve the issue for me. I understand my use-case is fringe, but I figured I'd throw this out there before attempting to compile Avalonia myself. Perhaps aDisableAccessibility
Win32PlatformOptions option would be a nice option.To Reproduce
Create Avalonia app and set its binary path as the
Shell
value inHKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
, then create a new user and you might be able to replicate it. Note that my main request is not a direct fix, but a way to disable the usage ofuiautomationcore.dll
.Avalonia version
11.2.3
OS
Windows
Additional context
Windows 11 24H2
Probably not CET related since the tested machine is using an older non-CET i5-8250U CPU.
The text was updated successfully, but these errors were encountered: