The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
$(#wx33_64.include)
// TODO: OMLK 15.11.2023if(dir.Find("(invalid)") != wxNOT_FOUND) { wxString bad_path = dir; bad_path.Replace(wxT("\\"), wxT("/")); Manager::Get()->GetLogManager()->LogError(wxString::Format("Incorrect path: %s in %s:%d",bad_path,__FILE__,__LINE__)); CCLogger::Get()->Log(wxString::Format("Incorrect path: %s in %s:%d", bad_path,__FILE__,__LINE__).c_str());}