Jump to content

WadSmoosh Crash on Startup


StevenC21

Recommended Posts

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 by StevenC21

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...