andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
489 stars 43 forks source link

generated ironwail.pak crashes on startup #208

Open Blorgx3 opened 1 year ago

Blorgx3 commented 1 year ago

I can get the latest commit to build fine in visual studio, and it runs with the ironwail.pak from 0.7.0. however, the resulting ironwail.pak from running "make" in the misc\pak folder on actual linux (ubuntu focal) or WSL on the same win10 machine i did the visual studio build on shows no error messages yet makes ironwail crash on startup with this message:

ironwail_2023-04-08_16-03-14

it's entirely possible i'm not intended to just run make directly from that folder, but I haven't found up to date build instructions for that. it looks like the pak hasn't changed since the 0.7.0 release anyway, but it's sort of the principle of the thing, like if you do update the menu lump stuff in there then a built exe expecting those changes might fail weirdly, right?

(as to why i'm doing git builds at all, partly just wanting to try new changes but partly also i change DATAGRAM_MTU to match MAX_DATAGRAM in quakedef.h so i can do internet co-op in complex maps that have weird flickering from too many enemies without that change. i don't really know if that causes other problems so i just kinda do my own builds for my own co-op sessions.)