You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: