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

Version 0.17 not working #168

Open
eNdEmiOn opened this issue May 29, 2023 · 2 comments
Open

Version 0.17 not working #168

eNdEmiOn opened this issue May 29, 2023 · 2 comments

Comments

@eNdEmiOn
Copy link

C++ assertion "strcmp(setlocale(0, 0), "C") == 0" failed at ....\src\common\intl.cpp(1694) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!

Traceback (most recent call last):
File "subsync_main_.py", line 73, in gui
File "subsync\gui\mainwin.py", line 56, in init
File "subsync\gui\layout\mainwin.py", line 45, in init
File "subsync\gui\subpanel.py", line 63, in init
File "subsync\gui\subpanel.py", line 15, in init
File "subsync\gui\layout\subpanel.py", line 42, in init
wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(0, 0), "C") == 0" failed at ....\src\common\intl.cpp(1694) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!

This is the error message I get for both the portable and the install version. The previous version (0.16) is working just ok.

@MahiSt
Copy link

MahiSt commented Sep 29, 2023

I'm getting this error as well

@pandit-tech
Copy link

I have this error too. i installed VC_redist.x64.exe and VC_redist.x86.exe

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