Christopher Gambrell
Christopher Gambrell
This issue should be closed and labeled as duplicate. The **actual** cause is #9326 and should be corrected at that level. Fixing this via Lua would mean fixing the same...
Noticed quite a few functions in [CPython Locale](https://github.com/python/cpython/blob/3.11/Modules/_localemodule.c) are not implemented in locale.rs. I don't have much experience with this type of work but would the general idea be to...
That's right, and gotcha. Looks like libc has bindings for `setlocale` but that's all im seeing EDIT: Not all obviously, but no binding for `getlocale` .
I can reproduce it on Windows 10 on the latest build. The Error dialog is created on this [line](https://github.com/Ryujinx/Ryujinx/blob/a3a63d43948b79450d1a0ee963ea4796cb3532a0/src/Ryujinx/UI/ViewModels/TitleUpdateViewModel.cs#L190) but I don't know enough about the libraries in use to...
+ > I can reproduce it on Windows 10 on the latest build. The Error dialog is created on this [line](https://github.com/Ryujinx/Ryujinx/blob/a3a63d43948b79450d1a0ee963ea4796cb3532a0/src/Ryujinx/UI/ViewModels/TitleUpdateViewModel.cs#L190) but I don't know enough about the libraries in...
Do you know which archives you read to encounter this problem?
Im gonna go ahead and wrap up the 'n' case.
Is this resolved?
Should this issue be closed?
Want to note that it is probably okay to handle each case in a separate PR :)