https://bugs.winehq.org/show_bug.cgi?id=53513
Bug ID: 53513
Summary: wininet:ftp regularly gets timeouts
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wininet:ftp regularly gets timeouts. The error happens in various places
leading to somewhat different error message sequences:
ftp.c:302: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:373: 0 550 new_directory_deadbeef: Permission denied
ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted
ftp.c:478: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002
or
ftp.c:263: Test failed: Expected FtpGetFileA to succeed
ftp.c:264: Test failed: Local file should have been created
ftp.c:282: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:373: 0 550 new_directory_deadbeef: Permission denied
ftp.c:373: 0 550 non_existent_file_deadbeef: Operation not permitted
ftp.c:878: Test failed: Expected ERROR_INTERNET_EXTENDED_ERROR, got 12002
ftp.c:886: Test failed: Expected ERROR_NO_MORE_FILES, got 12002
or
ftp.c:801: Test failed: Expected FtpFindFirstFileA to pass
ftp.c:806: Test failed: Expected FtpFindFirstFileA to fail
ftp.c:807: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 0
ftp.c:864: Test failed: Expected ERROR_FTP_TRANSFER_IN_PROGRESS, got 12002
https://test.winehq.org/data/patterns.html#wininet:ftp
Where 12002 == ERROR_INTERNET_TIMEOUT.
These failures started some time between 2022-07-15 and 2022-07-29 and impact
all Windows versions while the test did not change since 2022-03-09. So it is
possible that this is a caused by a configuration change in server the test
connects to: ftp.winehq.org & www.winehq.org.
--
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=26978
Summary: tokenadmin.exe crash : Unimplemented function
winscard.dll.SCardListReadersA
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34407)
--> (http://bugs.winehq.org/attachment.cgi?id=34407)
LOG: tokenadmin.exe crash
tokenadmin.exe is a smart card reader manager from ICBC online bank.
1. donwload http://www.icbc.com.cn/icbc/html/download/dkq/SafeSign_ICBC_Per.exe
2. install SafeSign_ICBC_Per.exe with wine
$ LANG=en_US.utf8 wine SafeSign_ICBC_Per.exe
3. run tokenadmin.exe
$ cd $WINEPREFIX/"drive_c/Program Files/ICBCEbankTools/G&D/Management Utility"
$ wine tokenadmin.exe
see LOG: tokenadmin.exe crash
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51153
Bug ID: 51153
Summary: A winegstreamer change caused a new quartz:filtergraph
failure in Wine
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
quartz:filtergraph started failing in Wine on 2021-04-26:
http://winetest.dolphin/data/patterns.html#quartz:filtergraph
filtergraph.c:440: Test failed: GetState() failed: 40237
Strangely this failure only happens on the TestBot's debiant2 VM.
A bisect showed this failure to be caused by the patch below:
commit d7fecebe93938bf1ef2349ac74413e28d6b8e153
Author: Anton Baskanov <baskanov(a)gmail.com>
Date: Mon Apr 26 09:51:24 2021 +0700
winegstreamer: Allow setting the stop position to the stream duration.
Since we no longer stop the GStreamer pipeline, it does not reset the stop
position for us. Fixes a hang during intro video playback in RC Cars.
Signed-off-by: Anton Baskanov <baskanov(a)gmail.com>
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
See also:
https://www.winehq.org/pipermail/wine-devel/2021-April/185904.html
--
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=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.