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
43 stars 7 forks source link

this error message #40

Open confuse305 opened 8 months ago

confuse305 commented 8 months ago

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'

Jo2ukegappy commented 5 months ago

Seconding this error.