fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
212 stars 35 forks source link

Custom IWAD intermission screen crash #1917

Closed elf-alchemist closed 1 month ago

elf-alchemist commented 1 month ago

Similar problem to #1880.

I've recently been working on a personal use IWAD that merges all of UD, D2 and NRFTL into a single eight episode commercial mode WAD. I was going to test the InterText messages and Woof simply crashes.

I tried it out some days ago and it was working fine but after coming back to it and doing git pull, I keep crashing, a fresh woof.cfg made no difference but here is mine, either way.

It happens on the most recent commit, and both a4eb56e4ce20b1a6e0550b4c8ea9111d0dc1813d and cbf2e289b8fbcb887a5479b8740ec557d3b5a167, which were the last times I git pulled.

This does not happen on Nugget.

https://www.youtube.com/watch?v=NP-2BnKO1OM

elf-alchemist commented 1 month ago

For reference, the following is the UMAPINFO definitions I have: https://gist.github.com/elf-alchemist/7b519bd333edeb874d2132dbc7ac96f8

MrAlaux commented 1 month ago

This does not happen on Nugget.

Must be that whatever Nugget build you're using is based on a Woof version different from the one you tried; I'm pretty sure I haven't made any changes that would affect this.

rfomin commented 1 month ago

I've recently been working on a personal use IWAD that merges all of UD, D2 and NRFTL into a single eight episode commercial mode WAD. I was going to test the InterText messages and Woof simply crashes.

Would you mind sharing your IWAD somewhere privately? For example, by direct message on DW. I can't reproduce it yet, and it doesn't seem easy to replicate your test.

elf-alchemist commented 1 month ago

I've recently been working on a personal use IWAD that merges all of UD, D2 and NRFTL into a single eight episode commercial mode WAD. I was going to test the InterText messages and Woof simply crashes.

Would you mind sharing your IWAD somewhere privately? For example, by direct message on DW. I can't reproduce it yet, and it doesn't seem easy to replicate your test.

Most definitely, I'll hit you up on DW, I go by the same name and profile picture.

elf-alchemist commented 1 month ago

I've git pulled, rebuilt, and it's working, now, many thanks @rfomin :smile: