WowozuelaSpammer Posted April 21, 2020 @exl So, i found a fatal error in WhackED, i'm no programmer so i don't know what it means. I pick Ultimate Doom 1.9, IWAD: Doom 2 and a WAD i made in DB 2, i change something (strings, starting health, starting ammo) and when i save, this message pops up: 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. src\whacked4\ui\windows.py:2273: wxPyDeprecationWarning: Call to deprecated item. Use :meth:`AddTool` instead. src\whacked4\ui\windows.py:3522: wxPyDeprecationWarning: Call to deprecated item. Use :meth:`AddTool` instead. src\whacked4\ui\windows.py:3524: wxPyDeprecationWarning: Call to deprecated item. Use :meth:`AddTool` instead. src\whacked4\ui\windows.py:3936: wxPyDeprecationWarning: Call to deprecated item. Use :meth:`AddTool` instead. src\whacked4\ui\windows.py:3938: wxPyDeprecationWarning: Call to deprecated item. Use :meth:`AddTool` instead. Traceback (most recent call last): File "src\whacked4\ui\mainwindow.py", line 550, in close File "src\whacked4\ui\mainwindow.py", line 539, in save_if_needed File "src\whacked4\ui\mainwindow.py", line 401, in save_file File "C:\python38\lib\genericpath.py", line 19, in exists TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType 0 Share this post Link to post
exl Posted April 22, 2020 When you say save, how do you save the file exactly? Do you save it with Ctrl+S or from the File menu, or do you close the program and hit yes to save unsaved changes? 0 Share this post Link to post
WowozuelaSpammer Posted April 22, 2020 1 hour ago, exl said: When you say save, how do you save the file exactly? Do you save it with Ctrl+S or from the File menu, or do you close the program and hit yes to save unsaved changes? I close the program and hit save, i didn't even know those 2 options existed 0 Share this post Link to post
exl Posted April 23, 2020 By saving like that you've hit a bug where it tries to save the file without having given it a filename yet :) For now it's best to save manually before exiting if you've never saved that particular patch before. 1 Share this post Link to post