https://bugs.winehq.org/show_bug.cgi?id=54156
Bug ID: 54156
Summary: comctl32:edit & user32:edit - test_paste() sometimes
gets an empty string on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:edit - test_paste() sometimes gets an empty string on Windows
edit.c:3238: Test failed: got 0
See https://test.winehq.org/data/patterns.html#comctl32:edit
This happens on Windows 10 1809 to 21H2 a bit less than 3 times per month.
Where 0 is the length of the string in the field we pasted to. So that field is
empty instead of having received the string we pasted.
We can also get this failure in user32:edit (2022-11-15 w10pro64v1809):
edit.c:3211: Test failed: got 0
See https://test.winehq.org/data/patterns.html#user32:edit
But the case above is for the single-line to single-line case and there is also
the same issue happening in the multi-line to multi-line case (2022-10-25
w11pro64-amd):
edit.c:3240: Test failed: got 0
So it's a pretty general, if rare (only 4 known instances in 6 months),
problem.
Note that while one could expect this to be caused by yet another
OpenClipboard() failure, like in bug 53276, there is no failure message
indicating this to be the case.
--
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=53276
Bug ID: 53276
Summary: user32:edit - test_paste() sometimes fails to access
the clipboard 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:edit - test_paste() sometimes fails to access the clipboard on Windows:
edit.c:3222: Test failed: expected 1, got 0 le=5
edit.c:3224: Test failed: expected 1, got 0
edit.c:3226: Test failed: expected 00000000008500A8, got 0000000000000000
edit.c:3228: Test failed: expected 1, got 0
edit.c:3234: Test failed: got 21
edit.c:3240: Test failed: got 21
https://test.winehq.org/data/patterns.html#user32:edit
Where 5 is ERROR_ACCESS_DENIED and indicates that the clipboard has already
been opened in another thread, process, etc.
This happens a lot on machines with an AMD GPU due to known interference from
the Radeon driver (see bug 47888).
But it also happens sometimes on machines with an Nvidia GPU (cw-gtx560) and
even on pure QEmu VMs such as w1064-1qxl (or fgtb-w10pro64). So there is either
some other source of interference, maybe from some Windows component, or an
issue (a race condition?) in the test itself.
It would be nice to identify the source of interference, if any, to see if it
can be neutralized. But maybe the only solution is to work around the issue as
in user32:clipboard (see commit 316eec8f6658).
--
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=55606
Bug ID: 55606
Summary: Finale 27 printing - incorrect linecap
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: davech(a)t-online.de
Distribution: ---
Wine 8.16 uses 'setlinecap' incorrectly in the postscript output. This is
correct in wine 7.0.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=55272
Bug ID: 55272
Summary: The 64-bit ntdll:exception crashes on Windows 10 1607
& 1709
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64-bit ntdll:exception crashes on Windows 10 1607 & 1709:
exception.c:3537: vect. handler c0000005 addr:000002858E4C0000
exception.c:3537: vect. handler c0000005 addr:000002858E4C0000
ntdll:exception:0dd8 done (-1073741819) in 0s 6581B
See https://test.winehq.org/data/patterns.html#ntdll:exception
Where -1073741819 == 0xC0000005 == STATUS_ACCESS_VIOLATION
The crashes started with GitLab CI's switch to Debian 12 for the WineTest
builds which are used in the WineTest nightlies. However they also happen with
binaries built on Debian 11 in this case it is just a coincidence.
Note that before that ntdll:exception was exiting silently on Windows 8 & 10 <=
1809, see bug 55111. These two issues may be one and the same, just producing
different results due to changes in the binary 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=55108
Bug ID: 55108
Summary: xaudio2_8:xaudio2 fails on Windows 10+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
xaudio2_8:xaudio2 fails on Windows 10+:
xaudio2.c:1218: Test failed: Got hr 0x80004002.
See https://test.winehq.org/data/patterns.html#xaudio2_8:xaudio2
Note that this is the same failure as what happened on Windows 8 in the late
stages described in bug 55016.
A bisect shows that this failure started with the commit below:
commit e8b0e7c1fcf090ba80c543f68b0bdae185316327
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Fri Jun 16 15:13:14 2023 -0500
xaudio2/tests: Fix the IID_IXAudio28 declaration.
This was accidentally copied from the 2.9 version instead in 14c44d0b0.
--
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=54699
Bug ID: 54699
Summary: Motorola Ready For Assistant does not start,
RoOriginateLanguageException in Windows.Networking
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lischak(a)gmail.com
Distribution: ---
Created attachment 74209
--> https://bugs.winehq.org/attachment.cgi?id=74209
install+run of v04.0.0.010.000 on Wine 8.4
Motorola Ready For Assistant is a software for interfacing with Motorola
smartphones from desktop, allowing either phone screen mirror or a full-sized
Android-powered desktop similar to Samsung DeX. The installer appears to finish
successfully, but the application will not start.
This is a continuation of Bug 54495 in which two previous issues were fixed
(thanks!).
The installation file is freely downloadable:
https://web.archive.org/web/20230214220515/https://download.lenovo.com/leno…
cd ~/Downloads
WINEPREFIX=~/.wine_readyfor wine ReadyFor_setup_04.0.0.010.000.exe
cd ~/.wine_readyfor/drive_c/Program\ Files/Lenovo/Ready\ For\ Assistant
WINEPREFIX=~/.wine_readyfor wine ReadyFor.exe
Attaching log from installation and from a follow-up run.
Env: Fedora 37, using the appropriate official WineHQ repo.
Note: The software is apparently only available via MS Store nowadays, but the
Store install just downloads a normal Win32 .exe from Motorola/Lenovo's servers
in the background.
--
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=52641
Bug ID: 52641
Summary: dsdmo has missing implementation causing game crash on
loaded
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
log has shown a missing implementation on dsdmo dll
this cause game crash when loading
Affect game: Feeding Frenzy 2
Log:
0290:warn:dsdmo:effect_inner_QueryInterface
{6d6cbb60-a223-44aa-842f-a2f06750be6d} not implemented; returning
E_NOINTERFACE.
--
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=41645
Bug ID: 41645
Summary: recursive invokation of __clone+0x6d() in libc.so.6
(0x00000000) in start_thread+0xe4() in libpthread.so.0
(0x0608f428)
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krichter(a)posteo.de
Distribution: ---
Created attachment 56020
--> https://bugs.winehq.org/attachment.cgi?id=56020
Backtrace created by wine crash handler
There seems to be a recursive invokation inside `__clone+0x6d()` in
`start_thread+0xe4() in libpthread.so.0 (0x0608f428)`, see attached backtrace.
--
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=55245
Bug ID: 55245
Summary: ntdll:om - The 32-bit test_all_kernel_objects() gets
an access violation on the w8 VM
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:om - The 32-bit test_all_kernel_objects() gets an access violation on
Windows 8:
om.c:553: Test failed: 751: NtCreateSymbolicLinkObject failed c0000005
om.c:565: Test failed: 751: NtCreateSymbolicLinkObject failed c0000005
om.c:553: Test failed: 752: NtCreateSymbolicLinkObject failed c0000005
om.c:565: Test failed: 752: NtCreateSymbolicLinkObject failed c0000005
See https://test.winehq.org/data/patterns.html#ntdll:om
Where c0000005 == STATUS_ACCESS_VIOLATION
This started on 2023-07-10 which corresponds to the GitLab CI switch to Debian
12 for builds which means it is caused by the commit below:
commit 5799e89f15b5584f186dcc2fd24b98e0a7bd6c10
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 10 17:18:49 2023 +0200
gitlab: Upgrade the Debian image to bookworm.
However unlike other failures related to that switch, this one only happens on
the 32-bit Windows 8 VM, aka w8. So running the same 32-bit binary on the
64-bit Windows 8 VM, aka w864, produces no failure.
--
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=54783
Bug ID: 54783
Summary: cryptowinrt:crypto - test_Credentials_Statics()
sometimes gets unexpectedly high refcount in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
cryptowinrt:crypto - test_Credentials_Statics() sometimes gets unexpectedly
high refcount in Wine:
crypto.c:321: Test failed: got ref 3.
crypto.c:323: Test failed: got ref 2.
See https://test.winehq.org/data/patterns.html#cryptowinrt:crypto
Where 2 and 1 was expected respectively.
There are 4 known instances so far but this test has only been running since
2023-02-23:
* 2023-02-27 on MR2262
* 2023-03-15 on fg-deb64-wow64
* 2023-03-23 on fg-deb64-wow32
* 2023-04-04 on MR2576
--
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.