https://bugs.winehq.org/show_bug.cgi?id=53265
Bug ID: 53265
Summary: mmdevapi:capture - test_capture() has timing-related
failures on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:capture - test_capture() has timing-related failures on Windows:
capture.c:282: Test failed: Position 1719 last 896 frames 448
https://test.winehq.org/data/patterns.html#mmdevapi:capture
The failures happen randomly but frequently on Windows 8 to Windows 10 1809.
However, because the message includes a duration, it is prone to cause false
positives (see also bug 53126 for a similar failure in mmdevapi:render).
Furthermore mmdevapi:capture has other systematic failures on Windows 10 1909+
that probably just mask this one (see bug 53264). So one should assume that
this timing-related failure impacts all Windows 10 versions.
--
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=53433
Bug ID: 53433
Summary: mmdevapi:capture - test_capture() sometimes fails
after resuming capture
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:capture - test_capture() sometimes fails after resuming capture:
capture.c:301: Cont'ed position 2103 pad 21548 flags 0, amount of frames
locked: 448
capture.c:325: Restart position 2615 pad 21100 flags 1, amount of frames
locked: 448
capture.c:330: Test failed: Position 2615 expected 2551
capture.c:331: Test failed: flags 1
https://test.winehq.org/data/patterns.html#mmdevapi:capture
As of today there are 3 known instances of these failures (2022-06-28,
2022-07-11, 2022-07-28) and all 3 happened on Windows 8. Also are independent
from the failures in bug 53265.
--
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=53281
Bug ID: 53281
Summary: d3d9:d3d9ex - test_wndproc() sometimes gets an
unexpected WM_WINDOWPOSCHANGED on Windows 8+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d9:d3d9ex - test_wndproc() sometimes gets an unexpected WM_WINDOWPOSCHANGED
on Windows 8+:
d3d9ex.c:3117: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it,
i=0.
(also happens with i=1)
https://test.winehq.org/data/patterns.html#ddraw:ddraw1
Note that a similar failure seems to happen with KDE in Wine but there is more
than one WM_WINDOWPOSCHANGED message so it may be different (see fg-deb64).
--
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=53232
Bug ID: 53232
Summary: d3d8:device - test_reset() fails randomly on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d8:device - test_reset() fails randomly on Windows. The failures change a bit
from one run to the next:
device.c:1955: Test failed: Reset failed, hr 0x88760873.
device.c:1957: Test failed: TestCooperativeLevel failed, hr 0x88760869.
or
device.c:1964: Test failed: Failed to reset device, hr 0x88760873.
https://test.winehq.org/data/patterns.html#d3d8:device
They have been seen on Windows 8 up to Windows 10 21H1 but are quite rare on
the TestBot VMs.
--
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=53272
Bug ID: 53272
Summary: user32:msg - test_showwindow() sometimes fails on
Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:msg - test_showwindow() sometimes fails on Windows:
msg.c:5167: Test failed: ShowWindow(hwnd, SW_RESTORE): active minimized
overlapped: 3: the msg 0x0086 was expected, but got msg 0x0046 instead
msg.c:5177: Test failed: ShowWindow(hwnd, SW_SHOWNOACTIVATE): active minimized
overlapped: 3: the msg 0x0086 was expected, but got msg 0x0046 instead
https://test.winehq.org/data/patterns.html#user32:msg
Note:
* WM_WINDOWPOSCHANGING 0x0046
* WM_NCACTIVATE 0x0086
These failures have happened on w10pro64-hi-u8, w10pro64-pt-BR, w10pro64-ru and
w10pro64-zh_CN. However the failures are quite rare so this may not imply that
they are related to the locales.
--
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=53444
Bug ID: 53444
Summary: user32:msg - test_mouse_ll_hook() sometimes gets an
unexpecteg mouse position on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:msg - test_mouse_ll_hook() sometimes gets an unexpected mouse position
on Windows:
input.c:1368: Test failed: Wrong new pos: (100,100)
https://test.winehq.org/data/patterns.html#user32:input
This happens on all Windows versions, from Windows 7 to Windows 10 21H2,
except, it seems, Windows 8. The invalid mouse position changes from run to run
but it seems there are only 14 possible values (out of 550 failure cases),
probably because they all come from missed updates.
Wrong new pos: (0,0)
Wrong new pos: (100,100)
Wrong new pos: (100,99)
Wrong new pos: (101,103)
Wrong new pos: (102,103)
Wrong new pos: (103,102)
Wrong new pos: (103,103)
Wrong new pos: (140,140)
Wrong new pos: (149,149)
Wrong new pos: (150,150)
Wrong new pos: (160,160)
Wrong new pos: (200,200)
Wrong new pos: (75,75)
Wrong new pos: (99,100)
--
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=53518
Bug ID: 53518
Summary: riched20:editor - test_EN_LINK() sometimes fails on
Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - test_EN_LINK() sometimes fails on Windows 10:
editor.c:6829: Test failed: cursor position set test 12: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 12: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 12: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 12: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 12: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 12: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 13: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 13: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 13: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 13: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 13: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 13: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 28: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 28: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 28: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 28: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 28: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 28: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 29: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 29: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 29: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 29: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 29: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 29: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 44: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 44: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 44: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 44: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 44: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 44: Expected link range
[0,31) got [589505315,589505315)
editor.c:6829: Test failed: cursor position set test 45: Expected hwnd
00000000004E0452 got 2323232323232323
editor.c:6831: Test failed: cursor position set test 45: Expected idFrom 0 got
0x2323232323232323
editor.c:6833: Test failed: cursor position set test 45: Expected msg 0x20 got
0x23232323
editor.c:6837: Test failed: cursor position set test 45: Expected wParam 0 got
0x2323232323232323
editor.c:6845: Test failed: cursor position set test 45: Expected lParam
0x50005 got 0x2323232323232323
editor.c:6848: Test failed: cursor position set test 45: Expected link range
[0,31) got [589505315,589505315)
https://test.winehq.org/data/patterns.html#riched20:editor
The failures always happen in the same iterations which all correspond to
WM_CHILD 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=52511
Bug ID: 52511
Summary: Race condition on exit of application
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 71812
--> https://bugs.winehq.org/attachment.cgi?id=71812
Inital log. Shows threads waiting.
Version 7.0 seems to have introduced an race condition on exit of at least one
application. https://appdb.winehq.org/objectManager.php?sClass=version&iId=6602
On exit I get these errors about two thread seeming to wait for each other. See
attached log.
Repeating infinitely.
Tested both with 7.0 and wine-7.1-180-gadda27cdb82 on Xubuntu 20.04.3.
--
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=53251
Bug ID: 53251
Summary: d3d10core:d3d10core - test_pipeline_statistics_query()
sometimes fails on Windows 10 1909+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d10core:d3d10core - test_pipeline_statistics_query() sometimes fails on
Windows 10 1909+:
d3d10core.c:4780: Test failed: Got unexpected IAVertices count: 0.
d3d10core.c:4781: Test failed: Got unexpected IAPrimitives count: 0.
d3d10core.c:4782: Test failed: Got unexpected VSInvocations count: 0.
d3d10core.c:4785: Test failed: Got unexpected CInvocations count: 0.
d3d10core.c:4786: Test failed: Got unexpected CPrimitives count: 0.
https://test.winehq.org/data/patterns.html#d3d10core:d3d10core
These failures seem to only happen on the TestBot VMs that use the basic 'VGA'
driver. However they are pretty rare so it's hard to be sure they cannot happen
on the QXL multi-monitor configurations.
They are also rare enough to cause false positives.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=16124
Summary: Install OK => Test for Internet Access failed
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.ibusinesspromoter.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian(a)Familie-Saeum.de
CC: christian(a)Familie-Saeum.de
Created an attachment (id=17360)
--> (http://bugs.winehq.org/attachment.cgi?id=17360)
Here my Log for Start the Programm => failure
Hey guys sorry for the bad English but I did it with Google translator because
my English is not worth reading! Very Happy
So to my problem:
I would like to IBP (http://www.ibusinesspromoter.com/) under Ubuntu 8:10 with
the existing Wine (1.1.8).
Installation works wonderfully well with the launch of the program succeed.
Only once the program on the Internet what it wants is the message that there
is no Internet.
Firefox, but can go on the Internet.
Here's an issue of Wine on the console:
The program was started and then was up to the point Auccount the first set
until it wanted to go on the Internet since then I have not received it quits.
Here my Forum Thread for the Problem:
http://forum.winehq.org/viewtopic.php?p=15270#15270
Bye
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.