https://bugs.winehq.org/show_bug.cgi?id=50020
Bug ID: 50020
Summary: mf:mf tests crash on Windows 7
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: sven.wine(a)gmail.com
I feel like these tests don't actually test the right thing. If I change
https://source.winehq.org/git/wine.git/blob/0c249e6125fc9dc6ee86b4ef6ae0d9f…
to
hr = IMFMediaTypeHandler_GetMediaTypeByIndex(handler, count-1,
&mediatype2);
ok(hr == S_OK, "Failed to get media type, hr %#x.\n", hr);
hr = IMFMediaTypeHandler_GetMediaTypeByIndex(handler, count-1,
&mediatype3);
ok(hr == S_OK, "Failed to get media type, hr %#x.\n", hr);
I get
Windows 7:
mf.c:3017: Test failed: Unexpected hr 0.
mf.c:3049: Test failed: Failed to set current type, hr 0xc00d36b4.
mf.c:3053: Test failed: Unexpected instance.
mf.c:3125: Test failed: Failed to get interface, hr 0.
Windows 8:
mf.c:3017: Test failed: Unexpected hr 0.
mf.c:3049: Test failed: Failed to set current type, hr 0xc00d4650.
mf.c:3053: Test failed: Unexpected instance.
mf.c:3125: Test failed: Failed to get interface, hr 0.
Windows 10 1507:
mf.c:3017: Test failed: Unexpected hr 0.
mf.c:3049: Test failed: Failed to set current type, hr 0xc00d4650.
mf.c:3053: Test failed: Unexpected instance.
mf.c:3125: Test failed: Failed to get interface, hr 0.
Windows 10 1809:
mf.c:3017: Test failed: Unexpected hr 0.
This is sort of consistent across all versions. So I feel like Wine is
currently mimicking behaviour that holds only for some random media type which
happens to not work on Windows 7 (Wine currently only has one media type
available from GetMediaTypeByIndex).
--
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=49950
Bug ID: 49950
Summary: d3d10:reflection tests crash
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: sven.wine(a)gmail.com
Regression SHA1: ae415a7df78cbcf73f39c12d347e5bdf468d1895
Distribution: ---
Seems like a regression since ae415a7df78cbcf73f39c12d347e5bdf468d1895
On the first occurrence of the crash:
reflection.c:940: Test failed: (0): got unexpected hr 80070057.
reflection.c:940: this is the last test seen before the exception
0a9c:reflection: unhandled exception c0000005 at 004230F3
d3d10:reflection:0a9c done (-1073741819) in 0s
Test failed: crash (c0000005)
https://source.winehq.org/git/wine.git/?a=blob;f=dlls/d3dcompiler_43/tests/…
--
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=49960
Bug ID: 49960
Summary: The Sims Complete Collection is stuck on playing intro
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 68351
--> https://bugs.winehq.org/attachment.cgi?id=68351
+amstream,+quartz,+gstreamer
When launching The Sims Complete Collection on current master
(5d5102f8498413f4b7e11f7da0509e7717fb3735) with staging patches applied, the
game plays the intro jingle very choppily (with no image whatsoever) and gets
stuck on a black a screen (the game doesn't allow to skip the intro).
In the output, I see spam of this:
0024:fixme:amstream:ddraw_sample_Update Unsupported flags 0x3.
If I comment out this section in ddrawstream.c:
if (flags & ~SSUPDATE_ASYNC)
{
FIXME("Unsupported flags %#x.\n", flags);
return E_NOTIMPL;
}
the jingle plays (with image and audio) for a single frame and then immediately
ends, and the game starts the loading process.
Attached is a log with +amstream,+quartz,+gstreamer debug channels enabled.
--
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=49673
Bug ID: 49673
Summary: Backpacker 3:Americana:unhandled exception
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 67913
--> https://bugs.winehq.org/attachment.cgi?id=67913
backtrace
I can't run that game in Wine,and that game can't be debugged.
--
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=49661
Bug ID: 49661
Summary: Red Evil:black screen in game.
Product: Wine
Version: 5.14
Hardware: x86
URL: https://store.steampowered.com/app/1169070/RED_EVIL/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 67898
--> https://bugs.winehq.org/attachment.cgi?id=67898
screenshot
There is black screen in Red Evil game,that makes it unplayable with Intel Ivy
Bridge HD Graphics.
--
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=49012
Bug ID: 49012
Summary: Application build with .NET CoreRT crashes due to FLS
callbacks not being called
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
Created attachment 66990
--> https://bugs.winehq.org/attachment.cgi?id=66990
Patchset
.NET CoreRT performs thread tear down in a FLS callback which is currently not
called in Wine. If the tear down callback is not performed on thread
termination, the application later crashes on accessing the data from already
freed static TLS data storage area.
The attached patchset is fixing the issue.
--
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=50025
Bug ID: 50025
Summary: Cannot run Line (chat app) on Wine
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaul(a)gaul.org
Distribution: ---
Created attachment 68457
--> https://bugs.winehq.org/attachment.cgi?id=68457
Backtrace
I successfully installed Line (chat app) from https://line.me/en-US/download .
The application automatically launches but fails with:
Unhandled exception: page fault on read access to 0x0f204000 in 32-bit code
(0x6233d881).
Running wine-5.18 (Staging) on Fedora 32.
--
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=49814
Bug ID: 49814
Summary: FreeBSD 12.1 undebuggable crash on startup
(regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Recent Wine crashes on startup on FreeBSD 12.1. A Git bisect reveals:
6844ff8a0bda7c0511c3c328f459cc4286bf3c5d is the first bad commit
commit 6844ff8a0bda7c0511c3c328f459cc4286bf3c5d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 24 13:25:26 2020 +0200
ntdll: Stop resolving imports for the Unix library.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/unix/loader.c | 72 +++++-------------------------------------------
1 file changed, 7 insertions(+), 65 deletions(-)
--
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=46950
Bug ID: 46950
Summary: UFOHD2 crashes when trying to open camera preview
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfredo.dalava(a)gmail.com
Distribution: ---
Created attachment 64073
--> https://bugs.winehq.org/attachment.cgi?id=64073
backtrace of crash
UFOHD2 crashes when trying to access camera preview using a Fushicai USBTV007
capture card. The same behavior is seen on Wine 4.0 and wine-4.5-83-g33c35baa67
Download: http://sonotaco.com/soft/download/UFOHD2_4272.zip
Backtrace is attached
--
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=50004
Bug ID: 50004
Summary: [5.19 regression] wine hangs running simple batch
process Python script
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
wine 5.19 (5.18 is ok) hangs while running the following script in Python
(3.8.6)
the script runs the echo command, grabs the output and waits for termination
import subprocess
proc = subprocess.Popen('echo hello', shell=True, stdout=subprocess.PIPE)
stdout_data, stderr_data = proc.communicate()
ret = proc.poll()
print(ret, stdout_data, stderr_data)
--
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.