-
Notifications
You must be signed in to change notification settings - Fork 99
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
Always getting error unknown from error messages #76
Comments
Ok so apparently error messages are messed up if your locale is set to en-gb. |
Looks like its __std_system_error_allocate_message in syserror_import_lib.cpp causing it. |
OK, so it seems a regression introduced in VS 2022, right? |
Since this looks like a bug introduced at some point in VS 2022, and that was fixed (even if the fixed version has not been released yet), and I got no further feedback from you, I'm closing this issue. |
So I deliberately deleted a letter from the value string to check out the error it would send and it shows
but if i put the error code into the FormatMessageW function it gives the proper system error message for error code 2
Which is "The system cannot find the file specified."
It could be that theres something wrong with my computer or something.
The text was updated successfully, but these errors were encountered: