I build a project with wxpython that also include multi-threading and sockets. Sometimes when I ran the project, the run is stopped and i get a strange exit code such as "Process finished with exit code -1073740940 (0xC0000374)" After research I found that this line makes it happen - messageTxt.CharRight() Someone knows why?
User contributions licensed under CC BY-SA 3.0