https://bugs.winehq.org/show_bug.cgi?id=53966
Bug ID: 53966
Summary: NCryptExportKey is not implemented
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: jesper.lindholm(a)treetop.se
Distribution: ---
Created attachment 73554
--> https://bugs.winehq.org/attachment.cgi?id=73554
Terminal output
Using Ubuntu 22.04 x64, wine-devel as of today (wine-7.21).
The .NET API RSA.ExportSubjectPublicKeyInfo() calls into NCryptExportKey which
is not implemented. Using .NET 6.0.
Attaching terminal output. A minimal reproducible example is at
https://treetop.se/wine-bug/2022-11-23/source.zip (literally 7 lines of code) ,
compiled as https://treetop.se/wine-bug/2022-11-23/wine-missing-apis.zip
(published as "self-contained", ie bundling the framework which I thought might
be helpful here) .
compiled .zip file hashes:
SHA256 3C569800092A78D1E8407AEB267DB98F82A4CE09EA1EFEB6BDB947AB6FA9CC85
SHA1 F79D95574B1D4B6BA8582BEB52C3F6745E28F99C
source .zip file hashes:
SHA256 2A83E3FB4A7386FB5DD4FA4558E2BDBC9AEDAAD1E272D3216D183563F64A217C
SHA1 BDA5F413DDD098185FE1A99A9B1ED3E591B31949
This API is used in many applications generating their own cryptographic RSA
keys. We ran across it when testing one of our own applications.
ncrypt looks like it should be its own component due to being its own DLL, but
I can't find it or anything that looks like it; filing under bcrypt due to
ncrypt implementation calling through to bcrypt in places in the hopes that it
will reach the right people.
--
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=53950
Bug ID: 53950
Summary: dup2 error returns ENFILE instead of EBADF
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
Created attachment 73526
--> https://bugs.winehq.org/attachment.cgi?id=73526
testcase
dup2 returns an incorrect error code: ENFILE instead of EBADF
this is very similar to https://bugs.winehq.org/show_bug.cgi?id=53677
--
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=53895
Bug ID: 53895
Summary: ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7
- test_cursor_clipping() fails on dual screen setups
in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7 - test_cursor_clipping()
fails on dual screen setups in Wine:
ddraw1.c:14351: Test failed: Expect clip rect (0,0)-(640,480), got
(0,0)-(1664,737).
ddraw1.c:14361: Test failed: Expect clip rect (0,0)-(1024,737), got
(0,0)-(2048,737).
See: http://winetest.dolphin/data/patterns.html#ddraw:ddraw1
ddraw2.c:15320: Test failed: Expect clip rect (0,0)-(1024,768), got
(0,0)-(2048,768).
ddraw2.c:15334: Test failed: Expect clip rect (0,0)-(640,480), got
(0,0)-(1664,737).
ddraw2.c:15344: Test failed: Expect clip rect (0,0)-(1024,768), got
(0,0)-(2048,768).
See: http://winetest.dolphin/data/patterns.html#ddraw:ddraw2
ddraw4.c:18370: Test failed: Expect clip rect (0,0)-(1024,737), got
(0,0)-(2048,737).
ddraw4.c:18384: Test failed: Expect clip rect (0,0)-(640,480), got
(0,0)-(1664,737).
ddraw4.c:18394: Test failed: Expect clip rect (0,0)-(1024,737), got
(0,0)-(2048,737).
See: http://winetest.dolphin/data/patterns.html#ddraw:ddraw4
ddraw7.c:18637: Test failed: Expect clip rect (0,0)-(1024,737), got
(0,0)-(2048,737).
ddraw7.c:18651: Test failed: Expect clip rect (0,0)-(640,480), got
(0,0)-(1664,737).
ddraw7.c:18661: Test failed: Expect clip rect (0,0)-(1024,737), got
(0,0)-(2048,737).
See: http://winetest.dolphin/data/patterns.html#ddraw:ddraw7
Notes:
* The number of "Expect clip" messages varies from one run to the next.
* These failures all started on 2022-10-12 but there is no obvious commit on
that date.
* This only impacts debian11 and debiant, the dual screen TestBot VMs, not
debian11b, fgtb-debian11 and fg-deb64, non-dual screen test configurations.
--
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=53686
Bug ID: 53686
Summary: The 64-bit kernel32:console is broken on Windows in
the GitLab WineTest builds
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64-bit kernel32:console is broken on Windows in the GitLab WineTest builds:
console.c:2352: Test failed: [9] Expected count to be 0, got 9303856
console.c:2352: Test failed: [13] Expected count to be 0, got 9303952
console.c:2352: Test failed: [15] Expected count to be 0, got 9304144
console.c:2442: Test failed: [9] Expected count to be 0, got 9303856
console.c:2442: Test failed: [13] Expected count to be 0, got 9303952
console.c:2442: Test failed: [15] Expected count to be 0, got 9304144
console.c:2532: Test failed: [9] Expected count to be 0, got 7
console.c:2532: Test failed: [13] Expected count to be 0, got 9
console.c:2532: Test failed: [15] Expected count to be 0, got 13
console.c:2948: Test failed: [9] Expected count to be 0, got 7
console.c:2948: Test failed: [13] Expected count to be 0, got 9
console.c:2948: Test failed: [15] Expected count to be 0, got 13
console.c:3038: Test failed: [9] Expected count to be 0, got 7
console.c:3038: Test failed: [13] Expected count to be 0, got 9
console.c:3038: Test failed: [15] Expected count to be 0, got 13
console.c:3127: Test failed: [9] Expected count to be 0, got 7
console.c:3127: Test failed: [13] Expected count to be 0, got 9
console.c:3127: Test failed: [15] Expected count to be 0, got 13
https://test.winehq.org/data/patterns.html#kernel32:console
The failures started on 2022-07-26 which is when the WineTest builds switched
from the old build system to GitLab. A test with winetest-889fe64d9f2e.exe
(built on 2022-07-25) confirms that this test still succeeds when using
binaries from the old build system.
--
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=53183
Bug ID: 53183
Summary: shell32:shelllink - test_load_save() randomly fails to
delete test.lnk in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
shell32:shelllink - test_load_save() randomly fails to delete test.lnk in Wine:
shelllink.c:818: Test failed: failed to delete link
'C:\users\winetest\Temp\\test.lnk' (32)
https://test.winehq.org/data/patterns.html#shell32:shelllink
This is probably the same issue as bug 28290, the only difference being that it
happens during the cleanup and thus does not cause a crash.
--
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=54111
Bug ID: 54111
Summary: Unable to run "make install" after "makedep: Add a
helper function to skip spaces in strings."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: df50fca0f952fabb5bb1c5a31a53e64f07a81be9
Distribution: ---
After "makedep: Add a helper function to skip spaces in strings.",
df50fca0f952fabb5bb1c5a31a53e64f07a81be9, doing "make install" (and "make
install-lib" likewise) fails in the loader subdirectory like this:
make[1]: Entering directory '/home/martin/nightly/wine/build-aarch64-mingw'
config.status: executing tools/makedep commands
config.status: executing Makefile commands
../src/tools/install-sh -m 644 loader/wine.de.UTF-8.man
/home/martin/wine64-trunk-pe/share/man/de.UTF-8/man1 "November 2007"
"@PACKAGE_STRING@" "Windows On Unix"/wine.1 "November 2007" "@PACKAGE_STRING@"
"Windows On Unix"
../src/tools/install-sh: Windows On Unix: Is not a directory.
make[1]: *** [Makefile:210635: loader/install] Error 1
make[1]: Leaving directory '/home/martin/nightly/wine/build-aarch64-mingw'
--
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=54075
Bug ID: 54075
Summary: wldap32:parse - test_ldap_paged_search() sometimes
gets LDAP_SERVER_DOWN in Wine, crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
wldap32:parse - test_ldap_paged_search() sometimes gets LDAP_SERVER_DOWN in
Wine, crashes:
wldap32:parse start dlls/wldap32/tests/parse.c
wine: Unhandled page fault on read access to 0000001C at address 6F8D7A7E
(thread 028c), starting debugger...
parse.c:245: Test failed: ldap_get_next_page_s failed 0x51
parse.c:246: Test failed: expected res != NULL
parse.c:247: Test failed: got 3735928559
Unhandled exception: page fault on read access to 0x0000001c in 32-bit code
(0x6f8d7a7e).
[...]
Backtrace:
=>0 0x6f8d7a7e WLDAP32_ldap_count_entries+0x1e(ld=00E80528, res=00000000)
[Z:\builds\alexhenrie\wine\dlls\wldap32\misc.c:102] in wldap32 (0x0061fd38)
1 0x00401987 in wldap32_test (+0x1987) (0x0061fde8)
There is no record of this ever happening in the nightly WineTest runs but it
did impact some merge requests, for instance MR!1579, MR!1581, MR!1574, MR!1585
and MR!1583. For those, some failures happened in the GitLab CI environment and
others in the TestBot, but always in Wine.
--
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=53971
Bug ID: 53971
Summary: postgresql installer 9.3 needs support for Username in
WshShell.Network
Product: Wine
Version: 7.21
Hardware: x86-64
URL: https://www.enterprisedb.com/downloads/postgres-postgr
esql-downloads
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: sloper42(a)yahoo.com
CC: austinenglish(a)gmail.com, sloper42(a)yahoo.com
Depends on: 46083, 53565
Blocks: 53569
Distribution: Fedora
Noticed in postgresql 9.3.25-1 installer. When starting the installer, a script
called initcluster.vbs is executed.
It tries to get Username from Wscript.Network, which is not implemented in
whsom.ocx.
See
https://github.com/EnterpriseDB/edb-installers/blob/PPAS-9_3/server/scripts…
for the vbs script.
--
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=53530
Bug ID: 53530
Summary: mshtml:htmldoc - test_editing_mode(TRUE, TRUE)
sometimes fails in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
mshtml:htmldoc - test_editing_mode(TRUE, TRUE) sometimes fails in Wine:
htmldoc.c:8405: Testing HTMLDocument (edit load using designMode)...
htmldoc.c:5661: Test marked todo: expected IsErrorUrl
htmldoc.c:5666: Test marked todo: expected GetPendingUrl
htmldoc.c:5833: Test marked todo: expected Exec_ShellDocView_84
htmldoc.c:5905: Test marked todo: expected FireNavigateComplete2
htmldoc.c:5909: Test marked todo: expected ActiveElementChanged
htmldoc.c:5911: Test marked todo: expected IsErrorUrl
htmldoc.c:8471: Test marked todo: expected OnChanged_1005
htmldoc.c:8472: Test marked todo: expected ActiveElementChanged
htmldoc.c:2541: Test failed: unexpected call UpdateUI
htmldoc.c:2853: Test failed: unexpected call Exec_UPDATECOMMANDS
https://test.winehq.org/data/patterns.html#mshtml:htmldoc
This failure happened on 2022-05-17 debian11-win32.
But it also caused a false positive as recently as 2022-08-03.
--
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=53342
Bug ID: 53342
Summary: quartz:mpegaudio - The 64-bit test_streaming_events()
times out on fg-deb64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
quartz:mpegaudio - The 64-bit test_streaming_events() times out on fg-deb64:
...
mpegaudio.c:1451: Test succeeded
https://test.winehq.org/data/patterns.html#quartz:mpegaudio
The timeout happens on this line:
hr = IMemAllocator_GetBuffer(allocator, &sample, NULL, NULL, 0);
A bisect shows that the timeouts started with the commit below:
commit 6c110bd398de28613b34555ff2738e74191bb6cd
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Jun 13 11:43:51 2022 +0200
winegstreamer: Support zero-copy wg_transform_push_data in
quartz_transform.c.
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
--
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.