StevenC21 Posted September 20, 2018 (edited) Hey guys. So, I am running Arch Linux, and am attempting to get WadSmoosh to generate the doomcomplete.pk3 file. To clarify, I am completely unversed in Python error messages. Anyways, WadSmoosh is crashing on its startup. Here is the output: Copying mapinfo.txt Traceback (most recent call last): File "wadsmoosh.py", line 348, in <module> main() File "wadsmoosh.py", line 306, in main copy_resources() File "wadsmoosh.py", line 273, in copy_resources copyfile(RES_DIR + src_file, DEST_DIR + src_file) File "/usr/lib/python3.7/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'res/mapinfo.txt' It appears to be complaining about a missing Mapinfo file, but I don't know exactly what that file is. To clarify, it definitely doesn't exist on my machine. I just don't know what it is, why I need it, etc. Edit: It appears that my copy of WadSmoosh is missing a large portion of the system files? Does anyone know what could have gone wrong? Edit 2: I seem to have merely extracted it erroneously. All is now well. Edited September 20, 2018 by StevenC21 0 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.