Hi, I encountered a critical crash when launching WeMod on Windows 11 using Japanese system locale (ja-JP).
The application crashes during startup, and the error trace suggests a .NET resource lookup recursion issue.
When I switch my Windows display language and system locale to English (en-US), WeMod works perfectly.
Switching back to Japanese reproduces the crash every time.
This issue appears related to this known .NET runtime bug:
https://github.com/dotnet/runtime/issues/36715
Is this a known issue with WeMod? Are there plans to handle regional locale failures more gracefully?
Happy to provide logs, screenshots, and environment details.
Now that C#/WinRT is public and is the new supported way forward for WinRT support in .NET, we can remove WinRT support from the runtime (or at least attempt to).
This is currently blocked on #3688...