MTrop / DoomTools

Doom-related tools for Java. Home of DECOHack and lots of other utilities. Build WAD projects (and soon, other kinds) with ease!
https://mtrop.github.io/DoomTools/
MIT License
46 stars 5 forks source link

[WadMerge] Bad command call: LOAD. Internal error (Valiant.wad) #113

Closed jerome-trc closed 7 months ago

jerome-trc commented 7 months ago

Full log:

ERROR: ./wadmerge.valiant.txt, line 1: Bad command call: LOAD. Internal error.
    Caused by: IllegalArgumentException: The provided entry name, "\FLAT**", is invalid. It must be up to 8 characters long; all characters must be A-Z (uppercase only), 0-9, and [ ] - _ ^ plus the backslash \.

Encountered in the build distributed as doomtools-bash-2024.02.27.034322127.tar.gz. Valiant.wad is the latest distribution from idgames. To reproduce:

LOAD valiant /path/to/Valiant.wad

Platform:

$ uname -a
Linux jerome 5.15.0-100-generic #110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
MTrop commented 7 months ago

Fixed in commit 9eca73f8915510cd8d86b853d6a512d6a0b2e15a.

jerome-trc commented 7 months ago

Much appreciated.