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

windows-app crashes with cyrillic directories on a screen in file-manager #13

Open
ant-tv opened this issue Nov 24, 2021 · 6 comments
Open

Comments

@ant-tv
Copy link

ant-tv commented Nov 24, 2021

Tried to open test file on window. The file located in a directory with cyrillic symbols in the address. So when I browse to the file location the app freezes and crashes

@zYg-sys
Copy link
Contributor

zYg-sys commented Nov 24, 2021

it's a crt locale problem. working on it.

which version of windows are you using?

@zYg-sys
Copy link
Contributor

zYg-sys commented Nov 24, 2021

mingw or msvc build?

@ant-tv
Copy link
Author

ant-tv commented Nov 24, 2021

win7 max

msvc version

@zYg-sys
Copy link
Contributor

zYg-sys commented Nov 25, 2021

setlocale(LC_ALL,".UTF8"); in main.c can fix this on win10.
you also need add a truetype font config.lua.
and set ui_font to this font.

@dumblob
Copy link

dumblob commented Dec 17, 2021

@ant-tv did you manage to make it work?

If there are any deeper issues, chances are it has something to do with Nuklear in which case don't hesitate and report in our Nuklear issue tracker 😉.

@ant-tv
Copy link
Author

ant-tv commented Dec 21, 2021 via email

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

3 participants