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

All bones were skipped by invalid comparison of bone names. #7

Open
uimac opened this issue Sep 14, 2018 · 1 comment
Open

All bones were skipped by invalid comparison of bone names. #7

uimac opened this issue Sep 14, 2018 · 1 comment

Comments

@uimac
Copy link
Owner

uimac commented Sep 14, 2018

I've tested again with following data and I got that bone name mismatch problem happens when bone name is Japanese and the system locale is not Japan such as Korean.

detail:
#6

@oigami
Copy link

oigami commented Nov 22, 2019

I think the problem is that CP_ACP is specified. 932 must be specified.

size = WideCharToMultiByte(CP_ACP, NULL, src, length, NULL, NULL, NULL, NULL);

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

No branches or pull requests

2 participants