luxtorpeda-dev / packages

Package build scripts and support for luxtorpeda client
https://luxtorpeda.org
zlib License
35 stars 28 forks source link

Doom Retro requires SDL v.2.28.5. #1229

Closed Dumbisted closed 1 month ago

Dumbisted commented 1 month ago

Game

Engine

Doom Retro

Linux Distribution

SteamOS

Luxtorpeda Version

v70.0.0

Bug description

Prompt as the title says.

Steps To Reproduce

Launch Doom Retro engine from Luxtorpeda.

Expected Behavior

Run without any problem; and expected SDL2 to be updated automaticly after "updating" Luxtorpeda from a previous version

Additional Context

I "updated" luxtorpeda from previous versions through ProtonUp-Qt; Could this has somehow prevented SDL2 from updating?

Relevant log output

No response

d10sfan commented 1 month ago

Doom retro has a requirement in their source code that the built version is the same as the runtime version. Not entirely sure why but that basically means each time the sniper runtime updates, doom retro comes up with that complaint.

I should be able to fix it by re building it with latest sniper again. I'll look into that sometime next week when I can.

d10sfan commented 1 month ago

I think I've fixed it. If you launch it again it should download a new version can you try that out and see if to works?

Dumbisted commented 1 month ago

It's working now, appreciated for your efforts!

d10sfan commented 1 month ago

Great!