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
I have bugs when detecting Serial Port with Gammu. I'm using DIGICOM 16 serial ports. And I've got this error. What should I do?
Unhandled exception appeared. If you want to help improving this program, please report this together with description how this situation has happened. Please report in english, otherwise you will be most likely told to translate you report to english later.
Traceback:
File "wammu.py", line 200, in
File "Wammu\App.pyo", line 71, in Run
File "wx_core.pyo", line 8628, in init
File "wx_core.pyo", line 8196, in _BootstrapApp
File "Wammu\App.pyo", line 56, in OnInit
File "Wammu\Main.pyo", line 601, in PostInit
File "Wammu\Main.pyo", line 535, in TalkbackCheck
File "Wammu\WammuSettings.pyo", line 193, in WriteFloat
File "wx_misc.pyo", line 3309, in WriteFloat
Exception: PyAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ....\src\common\intl.cpp(1449) 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!
Debug log has been automatically saved to c:\users\archan~1\appdata\local\temp\wammu-crash-pxswpu.log, you are strongly encouraged to include it in bugreport.
The text was updated successfully, but these errors were encountered:
Hi everyone,
I have bugs when detecting Serial Port with Gammu. I'm using DIGICOM 16 serial ports. And I've got this error. What should I do?
Unhandled exception appeared. If you want to help improving this program, please report this together with description how this situation has happened. Please report in english, otherwise you will be most likely told to translate you report to english later.
Traceback:
File "wammu.py", line 200, in
File "Wammu\App.pyo", line 71, in Run
File "wx_core.pyo", line 8628, in init
File "wx_core.pyo", line 8196, in _BootstrapApp
File "Wammu\App.pyo", line 56, in OnInit
File "Wammu\Main.pyo", line 601, in PostInit
File "Wammu\Main.pyo", line 535, in TalkbackCheck
File "Wammu\WammuSettings.pyo", line 193, in WriteFloat
File "wx_misc.pyo", line 3309, in WriteFloat
Exception: PyAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ....\src\common\intl.cpp(1449) 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!
Debug log has been automatically saved to c:\users\archan~1\appdata\local\temp\wammu-crash-pxswpu.log, you are strongly encouraged to include it in bugreport.
The text was updated successfully, but these errors were encountered: