Cullenite Posted February 17, 2022 Share Posted February 17, 2022 Hi Whenever I try to open the editor, I get this error-message in the log: Traceback (most recent call last): File "editor.pyw", line 1688, in <module> File "editor.pyw", line 1669, in _process_cli File "editor.pyw", line 647, in __init__ File "editor.pyw", line 242, in __init__ File "editor.pyw", line 180, in __init__ File "wx\lib\mixins\treemixin.pyc", line 287, in __init__ File "wx\gizmos.pyc", line 467, in __init__wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed at ..\..\src\msw\fontutil.cpp(189) in wxGetFontEncFromCharSet(): unexpected Win32 charset The daosavegame.exe works perfectly fine, but not the editor. My new PC came out just last year, so maybe the issue is that my computer is too new? But that would cause trouble with the savegame too, right?Anyway, anyone having the same issue and/or have a solution? Link to comment Share on other sites More sharing options...
olnorton Posted February 18, 2022 Share Posted February 18, 2022 Just a guess, and I might be way off, but do you have the 64bit version of Python?The editor is only a 32bit application, but you want the 64bit version of python if you on 64bit Windows Link to comment Share on other sites More sharing options...
Cullenite Posted February 22, 2022 Author Share Posted February 22, 2022 Just a guess, and I might be way off, but do you have the 64bit version of Python?The editor is only a 32bit application, but you want the 64bit version of python if you on 64bit WindowsI have 64bit atm, so I have to download the 32bit? Link to comment Share on other sites More sharing options...
Cullenite Posted February 22, 2022 Author Share Posted February 22, 2022 Just a guess, and I might be way off, but do you have the 64bit version of Python?The editor is only a 32bit application, but you want the 64bit version of python if you on 64bit Windowstried with both options, still same error :( Link to comment Share on other sites More sharing options...
Recommended Posts