subsync icon indicating copy to clipboard operation
subsync copied to clipboard

Version 0.17 not working

Open eNdEmiOn opened this issue 2 years ago • 2 comments

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.

eNdEmiOn avatar May 29 '23 20:05 eNdEmiOn

I'm getting this error as well

MahiSt avatar Sep 29 '23 07:09 MahiSt

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

pandit-tech avatar Mar 19 '24 23:03 pandit-tech