Skip to content
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

Some scrollbars appear light in dark mode on ARM64 #482

Open
derceg opened this issue Sep 20, 2024 · 0 comments
Open

Some scrollbars appear light in dark mode on ARM64 #482

derceg opened this issue Sep 20, 2024 · 0 comments
Labels

Comments

@derceg
Copy link
Owner

derceg commented Sep 20, 2024

In #478, it was reported that the application was crashing when dark mode was enabled on ARM64. From investigation, the crash was triggered by an illegal instruction (0xc000001d) error, when calling OpenNcThemeData after installing a detour. It's possible that's due to a bug in the Detours library. Similar issues have been described in microsoft/Detours#276 and microsoft/Detours#292, for example.

As the detour has been disabled, the crash described in #478 no longer occurs. However, it means that some scrollbars (e.g. the listview scrollbar) will appear light when dark mode is enabled on ARM64.

Therefore, the detour should either be re-enabled, if this issue is fixed within the Detours library, or an alternative solution should be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant