https://bugs.winehq.org/show_bug.cgi?id=55535
Bug ID: 55535
Summary: The dinput:hid test summary line fails to take skip
messages into account on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The dinput:hid test summary line fails to take skip messages into account on
Windows 7:
driver_bus.c:133: Tests skipped: hid.c:1078 expect[0]: broken (code 0xb01a2 id
0 len 37)
driver_bus.c:133: Tests skipped: hid.c:1172 expect[0]: broken (code 0xb0192 id
0 len 31)
driver_bus.c:133: Tests skipped: hid.c:1270 expect[0]: broken (code 0xb0191 id
0 len 31)
driver_bus.c:133: Tests skipped: hid.c:1365 expect[0]: broken (code 0xb0195 id
0 len 2)
0004:driver_hid: 152 tests executed (0 marked as todo, 0 as flaky, 0 failures),
0 skipped.
0004:driver_hid: 152 tests executed (0 marked as todo, 0 as flaky, 0 failures),
0 skipped.
driver_bus.c:133: Tests skipped: hid.c:1078 expect[0]: broken (code 0xb01a2 id
0 len 37)
driver_bus.c:133: Tests skipped: hid.c:1172 expect[0]: broken (code 0xb0192 id
0 len 31)
driver_bus.c:133: Tests skipped: hid.c:1270 expect[0]: broken (code 0xb0191 id
0 len 31)
driver_bus.c:133: Tests skipped: hid.c:1365 expect[0]: broken (code 0xb0195 id
0 len 2)
0004:driver_hid_poll: 138 tests executed (0 marked as todo, 0 as flaky, 0
failures), 0 skipped.
0004:driver_hid_poll: 138 tests executed (0 marked as todo, 0 as flaky, 0
failures), 0 skipped.
0004:driver_hid: 47 tests executed (0 marked as todo, 0 as flaky, 0 failures),
0 skipped.
0004:driver_bus: 455 tests executed (0 marked as todo, 0 as flaky, 0 failures),
8 skipped.
085c:hid: 4360 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0
skipped.
See https://test.winehq.org/data/patterns.html#dinput:hid
This started on 2023-08-31 and the reason why it only happens on Windows 7 is
that there are no skips on later Windows 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=55244
Bug ID: 55244
Summary: mshtml:misc - The 32-bit test_HTMLStorage() crashes 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:misc - The 32-bit test_HTMLStorage() crashes in Wine:
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x10045300).
Backtrace:
=>0 0x10045300 in xul (+0x45300) (0x000000d2)
0x10045300 xul+0x45300: movl $0x25c, 0x00000000
See https://test.winehq.org/data/patterns.html#mshtml:misc
A bisect shows that the failures started with the commit below:
commit 24a2b625545f1875b5c3177f2b9da1b7299b864f
Author: Victor Chiletto <vchiletto(a)codeweavers.com>
Date: Thu Jun 8 15:14:57 2023 -0300
msvcrt: Use snames instead of LCIDs in create_locinfo.
And adding traces shows that the crash happens when releasing doc2:
535: IHTMLDocument2_Release(doc2);
Sometimes the backtrace is more useful:
Backtrace:
=>0 0x6ab1c9b5 in ucrtbase (+0x5c9b5) (0x0a26e4a0)
1 0x033d6536 Cert_clone+0xb6(context=<is not available>, store=<is not
available>, use_link=<is not available>) [/home/fgo
uget/wine/wt23/src/dlls/crypt32/cert.c:148] in crypt32 (0x0a26e4a0)
2 0x034280a4 MemStore_addContext+0x24(store=083F6948, list=<internal error>,
orig_context=<internal error>, existing=<is not available>, ret_context=<is not
available>, use_link=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/crypt32/store.c:149] in crypt32 (0x0a26e4f0)
3 0x033d9406 add_cert_to_store+0xf6(store=083F6948, cert=00000001,
add_disposition=<internal error>, use_link=<is not available>, ret_context=<is
not available>) [/home/fgouget/wine/wt23/src/dlls/crypt32/cert.c:267] in
crypt32 (0x0a26e570)
4 0x033d99e3 CertAddCertificateContextToStore+0x1b(ppStoreContext=<internal
error>, dwAddDisposition=<internal error>, pCertContext=<internal error>,
hCertStore=<internal error>)
[/home/fgouget/wine/wt23/src/dlls/crypt32/cert.c:289] in crypt32 (0x0a26e5c0)
5 0x033d99e3 CertAddEncodedCertificateToStore+0x53(hCertStore=<is not
available>, dwCertEncodingType=<is not available>, pbCertEncoded=<is not
available>, cbCertEncoded=<is not available>, dwAddDisposition=<is not
available>, ppCertContext=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/crypt32/cert.c:64] in crypt32 (0x0a26e5c0)
6 0x0fcf6aa0 ensure_remote_cert+0x190(ctx=<internal error>)
[/home/fgouget/wine/wt23/src/dlls/secur32/schannel.c:1131] in secur32
(0x0a26e640)
7 0x0fcfa74d schan_QueryContextAttributesW+0xcd(context_handle=<is not
available>, attribute=<is not available>, buffer=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/secur32/schannel.c:1207] in secur32
(0x0a26eab0)
8 0x6c1320a9 netcon_secure_connect_setup+0x509(connection=<internal error>,
compat_mode=<internal error>)
[/home/fgouget/wine/wt23/src/dlls/wininet/netconnection.c:545] in wininet
(0x0a26ed00)
9 0x6c133438 NETCON_secure_connect+0x38(connection=<is not available>,
server=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/wininet/netconnection.c:615] in wininet
(0x0a26ed20)
10 0x6c11fc03 HTTP_HttpSendRequestW+0x1293(request=<internal error>,
lpszHeaders=<internal error>, dwHeaderLength=<internal error>, lpOptional=<is
not available>, dwOptionalLength=<is not available>, dwContentLength=<is not
available>, bEndRequest=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/wininet/http.c:5093] in wininet (0x0a26fdb0)
11 0x6c120adf AsyncHttpSendRequestProc+0x3f(hdr=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/wininet/http.c:5356] in wininet (0x0a26fde0)
12 0x6c124e78 INTERNET_WorkerThreadFunc+0x18(lpvParam=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/wininet/internet.c:4029] in wininet
(0x0a26fe00)
13 0x7bc5b6fb process_rtl_work_item+0x1b(instance=<is not available>,
userdata=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/ntdll/threadpool.c:410] in ntdll (0x0a26fe30)
14 0x7bc5c7b2 tp_object_execute+0x3a2(object=<register EBX not accessible in
this frame>, wait_thread=<internal error>)
[/home/fgouget/wine/wt23/src/dlls/ntdll/threadpool.c:2221] in ntdll
(0x0a26fed0)
15 0x7bc5cb88 threadpool_worker_proc+0x198(param=<is not available>)
[/home/fgouget/wine/wt23/src/dlls/ntdll/threadpool.c:2356] in ntdll
(0x0a26ff30)
--
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=55227
Bug ID: 55227
Summary: wtsapi32:wtsapi - check_wts_process_info() fails to
get the user token on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wtsapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wtsapi32:wtsapi - check_wts_process_info() fails to get the user token on
Windows 7:
wtsapi.c:94: Test failed: pid 0x544: failed to get token user, error 998
wtsapi.c:95: this is the last test seen before the exception
0fc0:wtsapi: unhandled exception c0000005 at 772ADF96
See https://test.winehq.org/data/patterns.html#wtsapi32:wtsapi
Where 998 == ERROR_NOACCESS
--
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=55225
Bug ID: 55225
Summary: kernel32:thread - test_stack() gets an unexpected
values for -2 & -3 indexes on Windows
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
kernel32:thread - test_stack() gets an unexpected stack[-2] value on Windows:
thread.c:1180: Test failed: wrong data 0358FFF8 = 00000000
thread.c:1181: Test failed: wrong data 0358FFF4 = 00000000
See https://test.winehq.org/data/patterns.html#kernel32:thread
Where the first value depends on the stack pointer and changes with every run,
thus causing 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.
https://bugs.winehq.org/show_bug.cgi?id=54683
Bug ID: 54683
Summary: shlwapi:ordinal - test_SHFormatDateTimeA() fails due
to daylight saving time on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
shlwapi:ordinal - test_SHFormatDateTimeA() fails due to daylight saving time on
Windows:
ordinal.c:1734: Test failed: expected (12:00 PM), got (11:00 AM)
ordinal.c:1741: Test failed: expected (12:00:00 PM), got (11:00:00 AM)
ordinal.c:1749: Test failed: expected (12:00:00 PM), got (11:00:00 AM)
ordinal.c:1779: Test failed: expected (12:00 PM), got (11:00 AM) for time part
ordinal.c:1793: Test failed: expected (12:00:00 PM), got (11:00:00 AM) for time
part
ordinal.c:1811: Test failed: expected (2/14/2023 12:00 PM), got (2/14/2023
11:00 AM)
ordinal.c:1822: Test failed: expected (2/14/2023 12:00:00 PM), got (2/14/2023
11:00:00 AM)
See https://test.winehq.org/data/patterns.html#shlwapi:ordinal
The AM/PM translations can change the failure messages slightly but it's always
the same issue, on all Windows versions... except w10pro64v2004!
This set of failures started on 2023-03-13 which, together with the 1 hour
offset, clearly corresponds to the switch from CST to CDT (there was no
WineTest run on Sunday).
--
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=55532
Bug ID: 55532
Summary: kernel32:actctx - test_two_dlls_at_same_time() crashes
on Windows 7+ and Wine
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
kernel32:actctx - test_two_dlls_at_same_time() crashes on Windows 7+ and Wine:
actctx.c:3236: manifest_other_guid
actctx.c:3452: Test failed: GetProcAddress failed
actctx.c:3452: Test failed: GetProcAddress failed
actctx.c:3505: this is the last test seen before the exception
1fc8:actctx: unhandled exception c0000005 at 00000000
actctx.c:4167: unhandled exception c0000005 in child process 1fc8
actctx.c:3452: Test failed: GetProcAddress failed
actctx.c:3542: this is the last test seen before the exception
034c:actctx: unhandled exception c0000005 at 00000000
actctx.c:4167: unhandled exception c0000005 in child process 034c
actctx.c:3452: Test failed: GetProcAddress failed
actctx.c:3582: this is the last test seen before the exception
16c0:actctx: unhandled exception c0000005 at 00000000
actctx.c:4167: unhandled exception c0000005 in child process 16c0
See https://test.winehq.org/data/patterns.html#kernel32:actctx
This started on 2023-09-05 and the failures happen on Windows 7+ and also 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=55317
Bug ID: 55317
Summary: user32:msg - test_hotkey() finds no free WinKey+letter
on Windows 11
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_hotkey() finds no free WinKey+letter on Windows 11:
msg.c:18487: Test failed: Couldn't find any free Windows Key + letter
combination
See https://test.winehq.org/data/patterns.html#user32:msg
--
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=54368
Bug ID: 54368
Summary: ::DrawGeometry doesn't respect stroke style
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Created attachment 73938
--> https://bugs.winehq.org/attachment.cgi?id=73938
thick lines
There's an application that uses d2d1 to draw its UI, and when the app scales
its workspace the lines get very thick shapes. This seems to be related to
00d8:fixme:d2d:d2d_stroke_style_init transformType 1 is not supported
00d8:fixme:d2d:d2d_device_context_DrawGeometry Ignoring stroke style
000000001F3D8C80.
According to MSDN transformType 1 refers to D2D1_STROKE_TRANSFORM_TYPE_FIXED:
The stroke does not respect the world transform but it does respect the dpi and
stroke width.
--
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=53435
Bug ID: 53435
Summary: user32:msg - test_SendMessage_other_thread() sometimes
fails on Windows 7
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_SendMessage_other_thread() sometimes fails on Windows 7:
msg.c:18505: Test failed: wrong status 00400040
https://test.winehq.org/data/patterns.html#user32:msg
Where 0x00400040 that there are still QS_SENDMESSAGE messages in the queue and
that one was added since the last call.
This is similar to the Windows 10-only bug 53434 but the status is different
and this failure only happens on Windows 7.
--
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=52196
Bug ID: 52196
Summary: Program desinger.exe stop after starting with error
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werbung(a)itssh.de
Distribution: ---
Created attachment 71249
--> https://bugs.winehq.org/attachment.cgi?id=71249
Bugreport
The install of this program was completed with no errors. It was installed
along with another program. The main program works wonderfully, but the
sub-program (desinger.exe) does not.
The OS is up to date. Wine is up to date.
In OS windows7 the program works.
--
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.