Closed vaibhavrmahadevan closed 2 years ago
@vaibhavrmahadevan Thanks for the report! It looks like this is related to steamrt updating to sdl2 2.24, which would defeat that library version check.
Looks like this happens here: https://github.com/andrei-drexler/ironwail/blob/eeec028d767542905bcfacb09fcffd836d072d6a/Quake/main_sdl.c#L33
I should be able to make a patch to allow it to work with 2.24, and will test to see if anything goes wrong, or could build an older sdl2. I also updated the steamrt used for building to the latest.
Looks like this also affects quakespasm-spiked.
@d10sfan Thank you so much! I had a feeling quakespasm-spiked might also have been affected by the same issue :)
@vaibhavrmahadevan Thanks again for reporting!
Fixed with the following commits:
https://github.com/luxtorpeda-dev/packages/commit/0d5d290f6c718a2fcd5917c54d53e4b43271c6ea (anything after this will be built with the new steamrt)
https://github.com/luxtorpeda-dev/packages/commit/708b65dd978850644bc31c978fb37574abe801ea https://github.com/luxtorpeda-dev/packages/commit/ad9670d28b4f3e4bcacb42f91940cbdb6d8380ed https://github.com/luxtorpeda-dev/packages/commit/991c0f81c35a9e9ec413fb639ee64b21afb71bf2
ironwail and quakespasm-spiked should work now. Both of them had changes that removed that check (for the same reason this occurred it looks like) so I updated to those.
Let me know if you run into any issues.
Game
Quake
Engine
Ironwail
Linux Distribution
Linux Mint 21
Luxtorpeda Version
59
Bug description
Ironwail does not launch from Steam.
Steps To Reproduce
Expected Behavior
Ironwail launches in a new window
Additional Context
No response
Relevant log output