GitExl / WhackEd4

As a replacement for the DOS-based Dehacked, WhackEd4 allows you to load and edit Doom Dehacked files.
http://www.teamhellspawn.com/exl/whacked4
BSD 2-Clause "Simplified" License
42 stars 7 forks source link

error upon running #19

Open blabambs opened 2 years ago

blabambs commented 2 years ago

this is the error log: src\whacked4\ui\windows.py:233: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:235: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:237: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:239: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:241: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:243: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:245: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:247: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. src\whacked4\ui\windows.py:249: wxPyDeprecationWarning: Call to deprecated item. Use :meth:AddTool instead. Traceback (most recent call last): File "src\whacked4\app.py", line 60, in OnInit File "src\whacked4\ui\mainwindow.py", line 54, in init File "src\whacked4\ui\editors\statesframe.py", line 63, in init File "src\whacked4\ui\windows.py", line 1942, in init File "src\whacked4\ui\spritepreview.py", line 35, in init wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ....\src\common\intl.cpp(1579) 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 "src\whacked4\ui\editors\thingsframe.py", line 314, in activate File "src\whacked4\ui\editors\thingsframe.py", line 352, in update_properties AttributeError: 'NoneType' object has no attribute 'things' Traceback (most recent call last): File "src\whacked4\ui\editors\thingsframe.py", line 314, in activate File "src\whacked4\ui\editors\thingsframe.py", line 352, in update_properties AttributeError: 'NoneType' object has no attribute 'things'

how do i fix this??

cap44 commented 2 years ago

just out of curiosity, are you running Windows 10 version 2004? If you are, check issue #13