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

LGTVDeviceListener shows "unknown error" instead of the correct system error message #4

Open
dechamps opened this issue Jan 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dechamps
Copy link
Owner

For example:

[ERROR  ] FATAL: Failed to open client key file: unknown error

Whereas I expected:

[ERROR  ] FATAL: Failed to open client key file: Access is denied.

The root cause is this Visual C++ bug. It only seems to occur when the Windows locale is set to something other than en-US.

@dechamps dechamps added the bug Something isn't working label Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant