Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
StevenC21

WadSmoosh Crash on Startup

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×