Your message dated Sun, 23 Oct 2022 18:38:22 +0000
with message-id <e1omfra-000egp...@fasolo.debian.org>
and subject line Bug#1017801: fixed in openmw 0.47.0-3
has caused the Debian Bug report #1017801,
regarding openmw: hangs at start (ffmpeg-5 related)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1017801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017801
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openmw
Version: 0.47.0-1
Severity: important
Tags: upstream patch
Dear Maintainer,
When launching Morrowind with openmw, the game starts and you eventually come to
the initial game menu.
Clicking any item in the menu will freeze the game window.
The music keeps playing and the system stays otherwise reactive.
This is a known problem due to a bug in openmw that is triggered by ffmpeg-5.
The upstream bug-report can be found here:
https://gitlab.com/OpenMW/openmw/-/issues/6631
Upstream also has a fix, which I attach.
-- System Information:
Debian Release: bookworm/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.18.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages openmw depends on:
ii libavcodec59 7:5.1-2+b1
ii libavformat59 7:5.1-2+b1
ii libavutil57 7:5.1-2+b1
ii libboost-filesystem1.74.0 1.74.0-16.1+b1
ii libboost-iostreams1.74.0 1.74.0-16.1+b1
ii libboost-program-options1.74.0 1.74.0-16.1+b1
ii libbullet3.06 3.06+dfsg-4+b1
ii libc6 2.34-4
ii libgcc-s1 12.1.0-8
ii libgl1 1.4.0-1
ii liblz4-1 1.9.3-2
ii libmyguiengine3debian1v5 3.4.1+dfsg-1
ii libopenal1 1:1.19.1-2
ii libopenscenegraph161 3.6.5+dfsg1-7+b5
ii libopenthreads21 3.6.5+dfsg1-7+b5
ii librecast1 1.5.1+git20210215.e75adf8-1+b1
ii libsdl2-2.0-0 2.0.22+dfsg-6
ii libstdc++6 12.1.0-8
ii libswresample4 7:5.1-2+b1
ii libswscale6 7:5.1-2+b1
ii libtinyxml2.6.2v5 2.6.2-6
ii openmw-data 0.47.0-1
Versions of packages openmw recommends:
ii openmw-launcher 0.47.0-1
openmw suggests no packages.
-- no debconf information
Description: Fix video hang with ffmpeg-5
Author: Dominique Martinet <asmad...@codewreck.org>
Origin: upstream
Applied-Upstream:
https://gitlab.com/OpenMW/openmw/-/commit/436db8c0e55b0d5be43df982d15025ed0fc76c40
Last-Update: 2022-08-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- openmw.orig/apps/openmw/mwsound/ffmpeg_decoder.cpp
+++ openmw/apps/openmw/mwsound/ffmpeg_decoder.cpp
@@ -18,11 +18,15 @@
std::istream& stream =
*static_cast<FFmpeg_Decoder*>(user_data)->mDataStream;
stream.clear();
stream.read((char*)buf, buf_size);
- return stream.gcount();
+ std::streamsize count = stream.gcount();
+ if (count == 0)
+ return AVERROR_EOF;
+ return count;
+
}
catch (std::exception& )
{
- return 0;
+ return AVERROR_UNKNOWN;
}
}
--- End Message ---
--- Begin Message ---
Source: openmw
Source-Version: 0.47.0-3
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
openmw, 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 1017...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated openmw 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 23 Oct 2022 17:46:22 +0200
Source: openmw
Architecture: source
Version: 0.47.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1017801
Changes:
openmw (0.47.0-3) unstable; urgency=medium
.
* Team upload
* Remove unresolvable, unnecessary build-dep
* Fix video hang with ffmpeg-5 (Closes: #1017801)
Checksums-Sha1:
b5eee3b58ff0bc5cfbc667efbca816fb8eb94472 2372 openmw_0.47.0-3.dsc
d4bcd3641f94492b0bed3d7bc2d098d18a27d88e 11860 openmw_0.47.0-3.debian.tar.xz
d5aa73ec4be31992eafe357a3ed96d008a1b3239 8387 openmw_0.47.0-3_source.buildinfo
Checksums-Sha256:
f6d09bd75cf772a343b49664adae53925a8fd7d92ea513368bd17b001e430d9b 2372
openmw_0.47.0-3.dsc
aff25eafa282a4ca9eae0abc5010b6eb0819480a18b61f20d60e956fb8159d7d 11860
openmw_0.47.0-3.debian.tar.xz
ba8c494b60bf84b5b5e94f663e235ff2b9a56a0d59238a340afc2db78f854379 8387
openmw_0.47.0-3_source.buildinfo
Files:
18a3bbe9e2ac19823bcdff1739e063a1 2372 games optional openmw_0.47.0-3.dsc
1a11722afe409eec446d3fa3dc43b877 11860 games optional
openmw_0.47.0-3.debian.tar.xz
2a2b19b5455b85560c0cbbc03d76e32b 8387 games optional
openmw_0.47.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHDBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmNVejkQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDzCC/jqYI+k/W5NAVWHNuCFGYxNpY9f+x8bMoZN
hNkYU1Ah3WUZIL+FUyNhgDBTwVpnsQAdxAqFLhA/oA0Vuc20FFvWvJgRnQuYlbY1
xTLlS20kwmGpI1OM4NR8NmL3oWugwTgY8rBYKDn5JTAQM/BaIS1/Hr2ZfQFIRvi1
q6KUvT8wXKNKOObOZdy9U18z6psEm2FMcHwNGfJZSKwU4MscnFlFYYwCwlCB/bna
b+JcoXFLqHkXZn/r6lTj4jXXgnHrSGA3OSCKKMQ7OFMAtS9WVcpAouVNMTkwgNwz
hyWIKAIu7wqVZXnPrMa1AjgEjBKbReLtGA8u8lOAFMKbJoU+g+gM/PJLj1So+TNe
+wbJaOsjEtbtIIaMaiSJDOYmypLwXJhAy994gQ3n0/P4wRBJw9VZmTBGX+NBzpI6
B/f+QkzS2J2clH8ukIJwBxOnv+5K+0Z3fDgI4mNRgjGoIZ06xrq9MmY2b37Vpwkq
9eY6Wf3xEe60u8BvePmqDfLiaDuXhw==
=A7YG
-----END PGP SIGNATURE-----
--- End Message ---