#1142922 serious-engine: Music is not being played

#1142922#5
Date:
2026-07-28 09:10:53 UTC
From:
To:
Dear Maintainer, the engine does not play music because it does not load
libvorbisfile.so.
This is an upstream build dependency issue that can be worked around by placing
libvorbisfile.so in the game's Bin dir:

    sudo ln -sf /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.8  /usr/lib/serious-engine/tfe/Bin/libvorbisfile.so
    sudo ln -sf /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.8  /usr/lib/serious-engine/tse/Bin/libvorbisfile.so

https://github.com/ptitSeb/Serious-Engine/issues/44

#1142922#10
Date:
2026-07-28 10:59:54 UTC
From:
To:
This workaround will stop working the next time libvorbisfile is updated
to any new upstream release. A better workaround would be this
(untested!):

     sudo ln -sf /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3  /usr/lib/serious-engine/tfe/Bin/libvorbisfile.so
     sudo ln -sf /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3  /usr/lib/serious-engine/tse/Bin/libvorbisfile.so

which should continue to work for as long as libvorbisfile is
ABI-compatible with the version currently available in Debian.

(Obviously it would be better for the game engine to dlopen the correct
SONAME of libvorbisfile, which would be the real fix for this issue.)

     smcv

#1142922#15
Date:
2026-07-28 15:50:36 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
serious-engine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1142922@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Noel <twolife@debian.org> (supplier of updated serious-engine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Tue, 28 Jul 2026 17:36:11 +0200
Source: serious-engine
Architecture: source
Version: 0~git20250928+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Sébastien Noel <twolife@debian.org>
Closes: 1142922
Changes:
 serious-engine (0~git20250928+dfsg-2) unstable; urgency=medium
 .
   * Link against libvorbisfile at build time instead of loading it
     dynamically with dlopen(). Closes: #1142922
Checksums-Sha1:
 c5a1eae5de9095517324aead0d2b339fa8a5a7dc 1911 serious-engine_0~git20250928+dfsg-2.dsc
 1323c3bec9092b44c4d2f11f61c5370727dfe626 9628 serious-engine_0~git20250928+dfsg-2.debian.tar.xz
 9b2f5e8020c6fc680f8a0e2a40cabaf6bd116dee 12407 serious-engine_0~git20250928+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 fff62284a0aab351e568996cce5a3946f84745366d3af82e9042ee7053658229 1911 serious-engine_0~git20250928+dfsg-2.dsc
 b7ee7686129a3f987b8173a94a097a86ba3a3f6732e68a64a894df4825d93e9f 9628 serious-engine_0~git20250928+dfsg-2.debian.tar.xz
 ae3d36b0ede487e7cb2cb1db8c4c805253774d417323d6c960f8a1ee1f20bcb0 12407 serious-engine_0~git20250928+dfsg-2_amd64.buildinfo
Files:
 58514a3348e1076c3f7b617893c46b16 1911 contrib/games optional serious-engine_0~git20250928+dfsg-2.dsc
 38a12372da5edb7908430e3b6f715723 9628 contrib/games optional serious-engine_0~git20250928+dfsg-2.debian.tar.xz
 3e68dbdf93b3756f462016aa6a04632f 12407 contrib/games optional serious-engine_0~git20250928+dfsg-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQFHBAEBCgAxFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAmpozcMTHHR3b2xpZmVA
ZGViaWFuLm9yZwAKCRCsoAi4yTSn1KKAB/4tanWxD55Mm0D1JMYmfRkJ36gEPKK7
IDfTTDmjhwR7FHmmtRbbvFMkQOKueO7mV5gd/jEQTyB58bjAzaWBJUFyJPjO4seg
wp23yA2W2Aq65vMMANgnloQM8/WXXwVA19wA61mi4tR9LVKZc6MEWxa8Oq6lqJXq
A5Zqnrgq+lkTNOaNhsH+ogRpe5HWndFXBqm7o5NJEJBJQlkYFUf/ZqLMMvsGbXIi
eupiMUsv+GKknAOmwrXxFK9h17NROMMISdBJ/Qvm9s0InnBt3HZiOiQAYuxc4hKY
88L6YGDTdRMlJ67iILA9QOo/452ATcmWXao/ghw2ERBdukxneDg4tl2k
=O/Xk
-----END PGP SIGNATURE-----