https://bugs.winehq.org/show_bug.cgi?id=55596
Bug ID: 55596
Summary: ANONYMOUS;CODE: Media playback is broken
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: dmrcghn(a)gmail.com
Distribution: ---
Created attachment 75128
--> https://bugs.winehq.org/attachment.cgi?id=75128
Log with WINEDEBUG:
+timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree,+mfplat,+mfreadwrite
ANONYMOUS;CODE has video files it plays as cutscenes. They currently do not
play (both audio and video).
Reproduction: Start a new game and hold left CTRL key to skip until main
character enters a car. After the line "Why's all this happening anyway?",
proceed to trigger a video playback. While the video is supposed to be playing,
you can use mouse right click to bring up the option to skip to determine that
the game has not crashed and is still running.
Setup: Proton Experimental (bleeding-edge branch) which as of writing is based
on
https://github.com/ValveSoftware/wine/commits/4dafea82d6098f67dda9edc853482…
. A WINEDEBUG log with traces for mfplat is attached as a file. This is on Arch
Linux x86_64 with Mesa drivers on Intel CPU and GPU (Intel Tiger Lake-LP GT2
and 11th Gen Intel i3-1115G4 to be exact). Notice I'm using a XAudio2_9
redistributable native DLL instead of the built-in ones to bypass a voiceline
related crash. I'm unable to provide a non-Proton log as the game is DRM'd,
unfortunately.
Related information: The related lines are as follows:
$ cat steam-2291020.log | grep mfplat | grep -v "trace:"
Effective WINEDEBUG:
+timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree,+mfplat,+mfreadwrite
934.461:016c:0170:warn:mfplat:bytestream_QueryInterface Unsupported
{279a808d-aec7-40c8-9c6b-a6b492c78a66}.
934.499:016c:0170:fixme:mfplat:src_reader_QueryInterface
({7b981cf0-560e-4116-9875-b099895f23d7}, 09EDD0FC)
Notice that there is a patch in the mailing list for IMFSourceReaderEx from a
year ago that was put on hold until deemed necessary:
https://www.winehq.org/pipermail/wine-devel/2022-February/208575.htmlhttps://www.winehq.org/pipermail/wine-devel/2022-February/208576.html
Patching Wine with this patch makes video playback's audio work correctly. I
couldn't find anything related to IMFMediaSource, unfortunately.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56744
Bug ID: 56744
Summary: Serial number in smbios system table is not filled on
Linux in practice
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Currently we fill this string from "/sys/class/dmi/id/product_serial" file,
which is not always readable by a regular user. I've seen it mentioned on some
bug reports that are years old, so I don't think it's some recent kernel
change.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56095
Bug ID: 56095
Summary: Clanbomber 1.05 starts after a long (30 seconds) delay
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Clanbomber 1.05 starts after a long (30 seconds) delay
To reproduce:
Download Clanbomber:
https://sourceforge.net/projects/clanbomber/files/ClanBomber%20%28ClanLib%2…
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
$ unzip ~/Downloads/clanbomber-1.05-win32.zip
$ cd clanbomber-1.05-win32/
$ wine ClanBomber.exe now clanbomber has a 30 second delay before it starts.
console output:
$ wine ClanBomber.exe
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x9.
Software:
Arch linux, X11 (not wayland), with LXDE
$ wine --version
wine-9.0-rc3 made from this PKGBUILD:
https://aur.archlinux.org/packages/wine-git
==> Finished making: wine-git 9.0rc3.r0.gbba97115d1a-1 (Mon Dec 25 23:23:35
2023)
# pacman -U wine-git-9.0rc3.r0.gbba97115d1a-1-x86_64.pkg.tar
In gitlab, I see commit bba97115 has the tag wine-9.0-rc3
https://gitlab.winehq.org/wine/wine/-/commits/master
$ uname -a
Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023
19:01:01 +0000 x86_64 GNU/Linux
Hardware:
$ lscpi
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22
[Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
$ xrandr --listproviders
Providers: number : 2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54615
Bug ID: 54615
Summary: dwrite:layout - test_system_fallback() gets unexpected
"Meiryo UI" font name in Japanese and Chinese on
Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dwrite:layout - test_system_fallback() gets unexpected "Meiryo UI" font name in
Japanese and Chinese on Windows:
layout.c:5313: Test failed: 0: unexpected name L"Meiryo UI".
See https://test.winehq.org/data/patterns.html#dwrite:layout
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55472
Bug ID: 55472
Summary: DTS Encoder Suite gets stuck with encode pending from
Wine 8.14
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 75031
--> https://bugs.winehq.org/attachment.cgi?id=75031
Backrace
The program no longer works as whenever a request is made to encode an audio
stream it's status remains as, "Pending".
Some Background. 8.13 introduced some instability where the program would just
freeze occasionally, again a java related error but could be worked around by
stopping and restarting the program.
Backtrace attached.
Due to the age of the program it may be preferable for me to compress my wine
prefix and make it available to you?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51174
Bug ID: 51174
Summary: api-ms-win-core-version-l1-1-0: Missing
GetFileVersionInfoW and GetFileVersionInfoSizeW
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: toadking(a)toadking.com
Distribution: ---
Created attachment 70043
--> https://bugs.winehq.org/attachment.cgi?id=70043
SteelSeries GG logfile
SteelSeries GG needs these two functions to run. Log from program attached.
(The log only mentions GetFileVersionInfoSizeW but it needs GetFileVersionInfoW
right after that call.)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56824
Bug ID: 56824
Summary: Postal 2 (20th Anniversary update) crashes when
loading the map
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 2fc773199080dedbe64a33ef66be02a4f44bcd08
Distribution: ArchLinux
This was tested with the GOG.com version of the game, updated to the 20th
Anniversary update. Can't reproduce the problem with the original Postal 2
(released back in 2003).
The game loads the main menu fine. When I start a new game or load a saved
game, the game exception handler throws a window about a critical error and the
game quits.
Occasionally the level is loaded but there are severe issues: world geometry is
broken, the player falls through the floor and he's stuck. In a matter of
seconds the window about critical error is displayed and the game bails out.
Reverting commit 2fc773199080dedbe64a33ef66be02a4f44bcd08
on top of current git fixes the crash.
Plain terminal output doesn't show anything relevant, let me know if you need
debug logs.
wine-9.10-171-g8ba51a6f711
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56766
Bug ID: 56766
Summary: CDmage 1.01.5 does not redraw window contents fully
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: msuhoruki(a)gmail.com
Distribution: ---
Created attachment 76567
--> https://bugs.winehq.org/attachment.cgi?id=76567
mess
Problem was noticed after updating to Wine 9.10 from 9.8.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56800
Bug ID: 56800
Summary: Nomad Factory plugins GUI is broken
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: xj(a)wp.pl
Distribution: ---
From wine 9.9 all nomad factory plugins GUI are broken.
It worked in wine 8.5.
I selected gdiplus because this is last log line.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56460
Bug ID: 56460
Summary: Stators in the games after version 9.2
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
Distribution: ---
Somewhere after version 9.2, changes were made and after that stators appeared
in games. At first I thought the problem was with my internet. But after
investigating and checking older versions of wine, it was confirmed that the
problem was caused by the latest changes in wine. Also, the Network Graph
(CTRL+SHIFT+N) in Overwatch 2 shows that there are problems with input lag and
freezes (white-gray zones) occur, and they often occur when you press the left
mouse button. Thus, we can conclude that the regression is most likely caused
by changes in the input system in user32.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.