https://bugs.winehq.org/show_bug.cgi?id=55366
Bug ID: 55366
Summary: The GitLab CI sometimes tries to link winscard with
libpcsclite on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The GitLab CI sometimes tries to link winscard with libpcsclite on macOS and
fails.
For instance in MR!3459:
ld: library not found for -lpcsclite
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [dlls/winscard/winscard.so] Error 1
This issue started with commit f74c4af257e0 but the root cause looks more like
it has to do with the way the GitLab CI caches the configure information.
MR!3389 may have more details.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3389
--
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=54945
Bug ID: 54945
Summary: ntdll:exception - test_virtual_unwind() fails on
Windows 11
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:exception - test_virtual_unwind() fails on Windows 11:
exception.c:2132: Test failed: 0/8: wrong frame
000000000076F598/000000000076F480
exception.c:2132: Test failed: 0/9: wrong frame
000000000076F478/000000000076F480
exception.c:2132: Test failed: 0/10: wrong frame
000000000076F470/000000000076F480
There are also a lot of possibly related traces.
See https://test.winehq.org/data/patterns.html#ntdll:exception
The addresses changes sometimes, thus causing false positives. These failures
above are also not systematic and only happen in the 64-bit tests. They also
seem to be unrelated to the ntdll:exception crashes (see bug 54944).
--
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=51561
Bug ID: 51561
Summary: Wine's built-in gdiplus.dll lags in Paint.NET compared
to native (Win 7) gdiplus.dll
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
After intensive testing I can confirm that the built-in gdiplus.dll "lags" in
Paint.NET 3.5.11 and Wine 6.13 / 6.14.
When the native gdiplus.dll from Windows 7 is used (through winetricks) the
performance is clearly better, no lag is present. Unfortunately the native
gdiplus.dll works not stable, Paint.NET 3.5.11 crashes reproducible after some
time. So this is therefore not an usable alternative.
Maybe this bug report here is related to bug 24653:
https://bugs.winehq.org/show_bug.cgi?id=24653
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=54998
Bug ID: 54998
Summary: DnsQuery(DNS_TYPE_SRV) fails to parse some of the
server answers
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: patch, source
Severity: normal
Priority: P2
Component: dnsapi
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Created attachment 74551
--> https://bugs.winehq.org/attachment.cgi?id=74551
patch
An application that uses ActiveDs sometimes fails to get domain DC using
DsGetDcNameW(). That's caused by a failing call to
DnsQuery("_ldap._tcp.dc._msdcs.domain.com", DNS_TYPE_SRV)
which in turn fails because DnsExtractRecordsFromMessage_UTF8() fails to parse
some of the server answers.
It looks like this happens because in the DNS_TYPE_SRV record name is the last
element, and in that case get_name() uses wrong boundary check and returns
NULL.
Just in case it will be useful I'm attaching my version of the fix with some
tests.
It seems that skip_name() also uses wrong boundary check, however usually some
other data follows the skipped name, so it currently doesn't cause failures.
--
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=54655
Bug ID: 54655
Summary: user32:msg - test_InSendMessage() sometimes gets
unexpected flags 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_InSendMessage() sometimes gets unexpected flags on Windows:
msg.c:11738: Tests skipped: cannot set global hook
msg.c:19232: Failed sequence SendMessage from other thread 1:
msg.c:19232: 0: expected: msg 0402 - actual: MsgCheckProc: 00000000008B03E8
0402 wp 00000000 lp 00000000 (flags 19)
msg.c:19232: 1: expected: msg 0400 - actual: MsgCheckProc: 00000000008B03E8
0400 wp 00000000 lp 00000000 (flags 19)
msg.c:19252: Failed sequence SendMessage from other thread 3:
msg.c:19252: 0: expected: msg 0403 - actual: MsgCheckProc: 00000000008B03E8
0403 wp 00000000 lp 00000000 (flags 19)
msg.c:19252: 1: expected: msg 0401 - actual: MsgCheckProc: 00000000008B03E8
0401 wp 00000000 lp 00000000 (flags 19)
msg.c:19264: Failed sequence SendMessage from other thread 5:
msg.c:19292: Test failed: wrong flags a
msg.c:18660: Failed sequence SetFocus on a desktop window:
See https://test.winehq.org/data/patterns.html#user32:msg
Where 0xa == ISMEX_NOTIFY | ISMEX_REPLIED
and the test expected 0x9 == ISMEX_SEND | ISMEX_REPLIED
This happens about once per month and impacts at least Windows 7 & 10,
regardless of locale:
* 2022-08-31 on w7u-pt-PT 32-bit
* 2022-08-31 on w7u 32-bit
* 2022-09-06 on w7u 32-bit
* 2022-09-15 on w7u-pt-PT 32-bit
* 2022-12-12 on w1064 32-bit
* 2023-02-20 on w10pro64-ar 64-bit
* 2023-03-02 on w7u-de 32-bit
--
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=54202
Bug ID: 54202
Summary: user32:msg - subtest_hvredraw() fails on most Windows
7 test configurations
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 - subtest_hvredraw() fails on most Windows 7 test configurations
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos
redraw #0 (0, 0, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos
redraw #1 (0, 0, 50, 0): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos
redraw #2 (0, 0, 50, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos
redraw #3 (0, 0, -50, -50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 00cf0000 SetWindowPos
redraw #4 (-50, -50, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos
redraw #0 (0, 0, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos
redraw #1 (0, 0, 50, 0): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos
redraw #2 (0, 0, 50, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos
redraw #3 (0, 0, -50, -50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 00cf0000 SetWindowPos
redraw #5 (-50, -50, 50, 0): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos
redraw #0 (0, 0, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos
redraw #1 (0, 0, 50, 0): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos
redraw #2 (0, 0, 50, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHVRedraw 00cf0000 SetWindowPos
redraw #3 (0, 0, -50, -50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 40800000 SetWindowPos
redraw #0 (0, 0, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithHRedraw 40800000 SetWindowPos
redraw #4 (-50, -50, 0, 50): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 40800000 SetWindowPos
redraw #1 (0, 0, 50, 0): Update region shall match expected region
msg.c:9478: Test failed: SimpleWindowClassWithVRedraw 40800000 SetWindowPos
redraw #5 (-50, -50, 50, 0): Update region shall match expected region
msg.c:9764: Test failed: destroy child on thread exit: 1: the msg sequence is
not complete: expected 000f - actual 0000
msg.c:9764: Failed sequence destroy child on thread exit:
msg.c:9764: 0: expected: msg 0082 - actual: MsgCheckProc: 00BC00A0 0082 wp
00000000 lp 00000000 (flags 19)
msg.c:9764: 1: expected: msg 000f - actual: nothing
See https://test.winehq.org/data/patterns.html#user32:msg
These failures appeared as soon as the corresponding tests were introduced but
somehow the TestBot did not detect them when MR!1874 was submitted. So maybe
they are caused by interference from a previous Wine test.
commit b2a9445e155487f1b47a646b70edbe181a905454
Author: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
Date: Thu Dec 22 01:20:59 2022 +0900
user32/tests: Add tests for CS_HREDRAW and CS_VREDRAW.
--
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=55354
Bug ID: 55354
Summary: user32:msg - test_dialog_messages() sometimes gets a
bad sequence 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_dialog_messages() sometimes gets a bad message sequence on
Windows 7:
msg.c:15393: Test failed: CreateDialogParam_1: 17: the msg 0x001c was expected,
but got msg 0x000d instead
msg.c:15393: Test failed: CreateDialogParam_1: 18: the msg 0x0086 was expected,
but got msg 0x0083 instead
msg.c:15393: Test failed: CreateDialogParam_1: 19: the msg 0x0006 was expected,
but got msg 0x800b instead
msg.c:15393: Test failed: CreateDialogParam_1: 20: the msg 0x8005 was expected,
but got msg 0x001c instead
msg.c:15393: Test failed: CreateDialogParam_1: 21: the msg 0x0007 was expected,
but got msg 0x0086 instead
msg.c:15393: Test failed: CreateDialogParam_1: 23: the msg sequence is not
complete: expected 0000 - actual 0006
See https://test.winehq.org/data/patterns.html#user32:msg
Where: 0x0006 == WM_ACTIVATE
0x000d == WM_GETTEXT
0x001c == WM_ACTIVATEAPP
0x0083 == WM_NCCALCSIZE
0x0086 == WM_NCACTIVATE
0x8005 == EVENT_OBJECT_FOCUS
0x800b == EVENT_OBJECT_LOCATIONCHANGE
This first happened on 2023-06-22 and there has been about one instance per
week since, always receiving the same unexpected message sequence:
* 2023-06-22 win7_newtb-w7u-2qxl
* 2023-06-28 win7_newtb-w7u-es
* 2023-07-05 win7_newtb-w7u-2qxl
* 2023-07-27 win7_newtb-w7u-2qxl
--
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=51995
Bug ID: 51995
Summary: Roblox's bad performance on Wine
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penguinbotonline(a)protonmail.com
Distribution: ---
Created attachment 70986
--> https://bugs.winehq.org/attachment.cgi?id=70986
Stderr log from Wine
There is a common problem that occurs to the majority of RoL players, which is
bad performance. There 2 things that people usually have, frame drops and
performance degradation.
When a frame drop happens, with +seh these things appear in the logs
--
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=55508
Bug ID: 55508
Summary: Wine 8.15: compiles successfully in Flatpak but fails
during runtime with a SIGSEGV
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lunar.lattice0(a)gmail.com
Distribution: ---
Created attachment 75070
--> https://bugs.winehq.org/attachment.cgi?id=75070
partial stacktrace with gdb
Wine compiles in a Flatpak environment but fails to run any application (e.g.
wine explorer.exe). This problem did not exist on Wine 8.5 and our software is
currently halted on that Wine version. Wine crashes with a segfault before
throwing an error, "could not load kernel32.dll, status c0000135".
Our flatpak build for Wine 8.15 can be found at
https://github.com/flathub/io.github.vinegarhq.Vinegar/pull/32#issuecomment….
I have also tested with org.winehq.Wine by upgrading that Flatpak's manifest to
use wine 8.15, only to encounter the same issue.
--
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=55238
Bug ID: 55238
Summary: ntdll:exception - The 64-bit test_nested_exception()
fails on Windows 11
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:exception - The 64-bit test_nested_exception() fails on Windows 11:
exception.c:4842: nested_exception_handler Rip 000001E4AD6D0007, Rsp
00000012F5BFFAB0, code 0x80000003, flags 0, ExceptionAddress 000001E4AD6D0007.
exception.c:4842: nested_exception_handler Rip 00007FFA236D428C, Rsp
00000012F5BFEAC0, code 0xdeadbeef, flags 0x90, ExceptionAddress
00007FFA236D428C.
exception.c:4867: Test failed: Got unexpected exception code 0xdeadbeef, flags
0x90.
exception.c:4870: Test failed: Got unexpected frame 00000012F5BFFAB0.
exception.c:4891: Test failed: Did not get nested exception.
See https://test.winehq.org/data/patterns.html#ntdll:exception
This failure is specific to the 64-bit tests and only happen on the Windows 11
VM, with out without the AMD/NVidia GPUs (but the nightlies only run the 32-bit
tests on the base configuration).
--
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=54944
Bug ID: 54944
Summary: ntdll:exception - test_extended_context() crashes on
Window 11
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:exception - test_extended_context() crashes on Window 11:
exception.c:9542: Test failed: Got unexpected result ret 0, length 0x4ff.
exception.c:9556: Test failed: Got unexpected result ret 0, length 0x4ff, flags
0x00100001.
exception.c:9590: Test failed: Got unexpected bret 0, GetLastError() 122, flags
0x100001.
exception.c:9592: Test failed: Got unexpexted length 0x4ff.
exception.c:9593: Test failed: Got unexpected context 00000000DEADBEEF, flags
0x100001.
exception.c:9596: Test failed: Got unexpected ContextFlags 0xcccccccc, flags
0x100001.
exception.c:9599: Test failed: Got unexpected Offset -858993460, flags
0x100001.
exception.c:9601: Test failed: Got unexpected Length 0xcccccccc, flags
0x100001.
exception.c:9604: Test failed: Got unexpected Offset -858993460, flags
0x100001.
exception.c:9608: Test failed: Got unexpected Length 0xcccccccc, flags
0x100001.
exception.c:9611: Test failed: Got unexpected Offset -858993460, flags
0x100001.
exception.c:9613: Test failed: Got unexpected Length 0xcccccccc, flags
0x100001.
exception.c:9622: Test failed: Got unexpected p FFFFFFFFCD43BDDC, flags
0x100001.
exception.c:9625: Test failed: Got unexpected p FFFFFFFFCD43BDDC, length
0xcccccccc, flags 0x100001.
ntdll:exception:0974 done (-1073741819) in 0s 9642B
See https://test.winehq.org/data/patterns.html#ntdll:exception
The crash is systematic and happens in both the 32- and 64-bit tests. More
specifically the crash happens in the first call to GetXStateFeaturesMask() but
the real issue is the failure on line 9593 which indicates that the context
parameter is wrong.
--
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=55461
Bug ID: 55461
Summary: directmanipulation:manipulation sometimes times out on
Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
directmanipulation:manipulation sometimes times out on Windows 10:
directmanipulation:manipulation:2190 done (258) in 120s 0B
See https://test.winehq.org/data/patterns.html#directmanipulation:manipulation
The test normally runs in under 1 second which means the time out is caused by
a deadlock. However this is pretty rare and has only happened twice in the past
8 months:
* 2023-04-06 win21H1_newtb-w10pro64-hi-u8-64 (followed out-of-memory failures
in previous tests)
* 2023-08-18 win21H1_newtb-w10pro64-de-64 (followed dinput:joystick8 failures)
--
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=55477
Bug ID: 55477
Summary: shell32:autocomplete - test_prefix_filtering()
sometimes fails on Windows because the AutoComplete
DropDown is visible
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
shell32:autocomplete - test_prefix_filtering() sometimes fails on Windows
because the AutoComplete DropDown is visible:
autocomplete.c:671: Test failed: AutoComplete DropDown visible
See https://test.winehq.org/data/patterns.html#shell32:autocomplete
This is pretty rare and did not happen for 4 months but has started happening
again:
* 2023-01-16 win21H1_newtb-w10pro64-ar-64
* 2023-01-19 win22H2_newtb-w1064-tsign-64
* 2023-02-14 win1507_newtb-w1064v1507-64
* 2023-07-03 win21H1_newtb-w10pro64-he-64
* 2023-08-22 win7_newtb-w7u-2qxl
--
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=55492
Bug ID: 55492
Summary: ntdll:threadpool - test_RtlRegisterWait() sometimes
fails in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:threadpool - test_RtlRegisterWait() sometimes fails in Wine. There are
three variants which look like they are probably related:
(1)
threadpool.c:354: Test failed: expected info.userdata = 1, got 0
threadpool.c:370: Test failed: expected info.userdata = 1, got 0
threadpool.c:371: Test failed: expected info.threadid != 0, got 0
threadpool.c:373: Test failed: OpenThread failed with 87
threadpool.c:376: Test failed: QueueUserAPC failed with 6
(2)
threadpool.c:290: Test failed: expected info.userdata = 0, got 65536
threadpool.c:294: Test failed: expected info.userdata = 1, got 65536
threadpool.c:296: Test failed: WaitForSingleObject returned 0
(3)
threadpool.c:292: Test failed: expected info.userdata = 1, got 65536
threadpool.c:294: Test failed: WaitForSingleObject returned 0
See https://test.winehq.org/data/patterns.html#ntdll:threadpool
(1) This is the most common variant and it happens in both the GitLab and other
non-TestBot VMs:
* 2023-06-30 linux_fgtb-debian11-x86-64
* 2023-06-18 MR!3094
* 2023-06-06 linux_rbernon-vulkan-win64
* 2023-05-29 linux_fg-deb64-wow32
* 2023-05-24 MR!2628
* 2023-01-31 linux_fg-deb64-wow64
* 2023-01-11 MR!1940
(2) Only happened once and on the GitLab CI.
* 2023-04-28 MR!2682
(3) Only happened on the GitLab CI.
* 2023-08-25 linux_gitlab-debian-32
* 2023-06-02 MR!2954
--
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=55579
Bug ID: 55579
Summary: kernel32:loader - test_ExitProcess() sometimes fails
on the 32-bit w8 VM
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:loader - test_ExitProcess() sometimes fails on the 32-bit w8 VM:
loader.c:3529: Test failed: GetThreadContext should fail
loader.c:3530: Test failed: expected ERROR_INVALID_PARAMETER, got -559038737
loader.c:3538: Test failed: SetThreadContext should fail
loader.c:3539: Test failed: expected ERROR_ACCESS_DENIED, got -559038737
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2023-09-04 and happens in about 50% of the WineTest runs and is
most likely caused by the commit below:
commit d64200805b1848f782c8a4ce1fdbcb9292fffe51
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Thu Aug 31 18:08:50 2023 +0200
kernel32/tests: Remove some workarounds for old 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=49868
Bug ID: 49868
Summary: Hedgewars 1.0.0 crashes when a game against the
computer is started
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 68209
--> https://bugs.winehq.org/attachment.cgi?id=68209
The console messages
Hedgewars crashes when the following steps are taken:
1) remove .wine directory
2) run wineboot
3) run the Hedgewars installer, accept the defaults. This will start Hedgewards
at the end of the installer
4) Press "Play a game on a single computer"
5) Press "Play a quick game against the computer with random settings"
6) Sometimes, the game now shows the error "The program hedgewars.exe has
encountered a serious problem and needs to close"
7) if the game does not crash, press escape and Y, and repeat step 5
My versions:
$ wine --version
wine-5.17 (Staging)
$ uname -a
Linux cedric-p4 5.8.10-arch1-1 #1 SMP PREEMPT Thu, 17 Sep 2020 18:01:06 +0000
x86_64 GNU/Linux
--
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=55585
Bug ID: 55585
Summary: Redraw problem at Notepad++
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temp2004(a)freenet.de
Distribution: ---
Created attachment 75114
--> https://bugs.winehq.org/attachment.cgi?id=75114
Movie showing influence of left mouse button clicks at the degenerated document
list
There seems to be a problem affecting the Doc Switcher dialog of Notepad++:
When running Notepad++ for a long period inside Wine, file names are displayed
at wrong positions or appear multiple, sometimes only half lines are displayed.
Resizing Notepad++ main windows sometimes temporary corrects the complete file
list, but not always.
Clicking at a file name at his list always leads to a correct redraw of this
one file name
(watch attached movie).
Only the Doc Switcher dialog is affected: all other Notepad++ sub windows seem
to be correctly redrawn.
Seen at any releases of SuSE and Ubuntu during the last years. Also at
different computer hardware.
Seems to affect any Notepad++ releases (current I use 8.1.2).
At MS Windows this problem does not occur.
Steps:
Enable "Document List Panel=Show" at Menu Settings/Preferences/General.
Open and close some text files over a long period .
Right after start of Notepad++ everything seems to be OK.
The redraw problem needs some time (hours?) to appear.
Possibly computers Stand-By mode also has an influence.
If the problem appears, it will not go away until Notepad++ is restarted.
--
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=54530
Bug ID: 54530
Summary: Unable to find an entry point named
'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll'
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: hunt3rgz(a)protonmail.com
Distribution: ---
Created attachment 74074
--> https://bugs.winehq.org/attachment.cgi?id=74074
Wine log
I runned a .NET 5.0 application written with Windows Forms
https://github.com/X-Hax/sa_tools
When i close the 'create gradient' window, it gives me this error
System.EntryPointNotFoundException: Unable to find an entry point named
'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll'.
at Interop.UiaCore.UiaDisconnectProvider(IRawElementProviderSimple provider)
at System.Windows.Forms.Control.ReleaseUiaProvider(IntPtr handle)
at System.Windows.Forms.Control.WmDestroy(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr
wparam, IntPtr lparam)
--
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=55556
Bug ID: 55556
Summary: Contradicting support for Intel Arc GPUs while not
supporting DXVK in AppDB and/or Bugzilla
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
As per
https://www.tomshardware.com/news/intel-gpu-driver-optimizations-leverage-v…,
the Intel Arc drivers are already using/bundling-ion DXVK to handle DX9 APIs.
That means that if you support Intel Arc GPUs as GPU option, you automatically
support DXVK as well ( because Wine uses kernel driver as-is, correct? ). That
meanst that not accepting buzilla bugs with DXVK is
wrong/offernsive/unfriendly.
If that isa not true, then PLEASE fix the AppDB and Bugzilla to have
conditional handling of Intel GPU and non-Intel-GPU options and educate the
maintainers/reviewers accordingly.
--
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=55581
Bug ID: 55581
Summary: Internet Explorer 6 crashes when viewing local or
intranet HTML pages
Product: Wine
Version: 8.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 75111
--> https://bugs.winehq.org/attachment.cgi?id=75111
Terminal output
Steps to reproduce:
1. Create a 32-bit Wine bottle
2. Run `winetricks ie6`
3. Run `wine 'C:\Program Files\Internet Explorer\IEXPLORE.EXE'
'C:\windows\Web\TIP.HTM'`
IE6 crashes in a similar way when opening <http://localhost/>. However, it does
not crash when opening images or plain text files.
--
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=53434
Bug ID: 53434
Summary: user32:msg - test_SendMessage_other_thread() sometimes
fails on Windows 10 1507 - 1909
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 1507 -
1909:
msg.c:18493: main: call PeekMessage
msg.c:18505: Test failed: wrong status 00080000
msg.c:18507: main: call PeekMessage
msg.c:18508: Test failed: PeekMessage should fail
https://test.winehq.org/data/patterns.html#user32:msg
Where 0x00080000 indicates that there are still QS_POSTMESSAGE messages in the
queue and that none were added since the last call.
This only happens on Windows 10 1507 to 1909.
--
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=55570
Bug ID: 55570
Summary: Battleblock Theater shows window menu bar in
fullscreen
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iodreamify(a)gmail.com
Distribution: ---
Created attachment 75108
--> https://bugs.winehq.org/attachment.cgi?id=75108
wine log
Battleblock Theater shows a window menu in both fullscreen and windowed view
when launched from Steam. I am unsure if this behavior is also present in
Windows or not but it would be weird as well. The menu only has an empty
File-Exit entry and Help options.
I've attached a log of wine output launching Steam and a few seconds of the
game open. Please tell me if more logs are needed. Thank you.
--
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=55576
Bug ID: 55576
Summary: schedsvc:atsvcapi fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: taskschd
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
schedsvc:atsvcapi fails on macOS:
atsvcapi.c:94: Test failed: NetrJobAdd error 2
atsvcapi.c:101: Test failed: jobid should not be 0
atsvcapi.c:128: Test failed: total 0
atsvcapi.c:131: Test failed: EntriesRead 0
atsvcapi.c:128: Test failed: total 0
atsvcapi.c:131: Test failed: EntriesRead 0
atsvcapi.c:128: Test failed: total 0
atsvcapi.c:131: Test failed: EntriesRead 0
atsvcapi.c:128: Test failed: total 0
atsvcapi.c:131: Test failed: EntriesRead 0
atsvcapi.c:128: Test failed: total 0
atsvcapi.c:131: Test failed: EntriesRead 0
atsvcapi.c:167: Test failed: just added jobid 0 should be found
See https://test.winehq.org/data/patterns.html#schedsvc:atsvcapi
Where 2 == ERROR_FILE_NOT_FOUND?
These failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55575
Bug ID: 55575
Summary: ws2_32:afd - test_poll() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ws2_32:afd - test_poll() fails on macOS:
afd.c:437: Test failed: got 0x102
afd.c:437: Test failed: got 0x10
afd.c:437: Test failed: got count 0
afd.c:437: Test failed: got socket 0
afd.c:437: Test failed: got flags 0
afd.c:438: Test failed: got flags 0x44
afd.c:444: Test failed: got flags 0x44
afd.c:455: Test failed: got flags 0x45
afd.c:477: Test failed: got flags 0x48
afd.c:479: Test failed: got flags 0x4a
afd.c:502: Test failed: got flags 0x48
See https://test.winehq.org/data/patterns.html#ws2_32:afd
These failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55574
Bug ID: 55574
Summary: quartz:filtergraph - test_autoplug_uyvy() fails when
UYVY is not supported (Wayland, macOS, ...)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:filtergraph - test_autoplug_uyvy() fails when UYVY is not supported
(Wayland, macOS, ...):
filtergraph.c:5352: Test failed: Got hr 0x80040218.
See https://test.winehq.org/data/patterns.html#qcap:filtergraph
Where 0x80040218 == VFW_E_CANNOT_RENDER
In particular this impacts macOS (see Remi's rbernon-macos-* cloud test
machines).
--
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=55573
Bug ID: 55573
Summary: mmdevapi:spatialaudio - test_audio_object_buffers()
sometimes fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:spatialaudio - test_audio_object_buffers() sometimes fails on macOS.
There are two groups of errors that can happen independently but seem to have
the same cause:
spatialaudio.c:348: Test failed: Failed to begin updating audio objects:
0x88890006
spatialaudio.c:361: Test failed: Expected to be able to get buffers for audio
object: 0x88890101, i 0
spatialaudio.c:361: Test failed: Expected to be able to get buffers for audio
object: 0x88890101, i 1
spatialaudio.c:361: Test failed: Expected to be able to get buffers for audio
object: 0x88890101, i 2
spatialaudio.c:361: Test failed: Expected to be able to get buffers for audio
object: 0x88890101, i 3
spatialaudio.c:383: Test failed: Failed to end updating audio objects:
0x88890101
(which may be repeated a second time)
spatialaudio.c:419: Test failed: Failed to begin updating audio objects:
0x88890006
spatialaudio.c:424: Test marked todo: Expected audio object to be invalidated:
0x88890101
spatialaudio.c:429: Test failed: Expected to be able to get buffers for audio
object: 0x88890101
spatialaudio.c:432: Test marked todo: Failed to end the stream: 0x80004001
spatialaudio.c:435: Test marked todo: Expected audio object to be invalidated:
0x88890101
spatialaudio.c:429: Test failed: Expected to be able to get buffers for audio
object: 0x88890101
spatialaudio.c:432: Test marked todo: Failed to end the stream: 0x80004001
spatialaudio.c:435: Test marked todo: Expected audio object to be invalidated:
0x88890101
spatialaudio.c:429: Test failed: Expected to be able to get buffers for audio
object: 0x88890101
See https://test.winehq.org/data/patterns.html#mmdevapi:spatialaudio
Where 0x88890006 == AUDCLNT_E_BUFFER_TOO_LARGE
0x88890101 == SPTLAUDCLNT_E_OUT_OF_ORDER
These failures happen in about 33% of the WineTest runs and only on macOS (see
Remi's rbernon-macos-* cloud test machines).
--
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=55572
Bug ID: 55572
Summary: kernel32:virtual - test_mapping(<anonymous>,
SEC_COMMIT, TRUE) gets permission denied errors on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:virtual - test_mapping(<anonymous>, SEC_COMMIT, TRUE) gets permission
denied errors on macOS:
virtual.c:3780: testing anonymous mapping flags 08000000
virtual.c:3892: Test failed: 20: MapViewOfFile(0020/0024) failed 5
virtual.c:3892: Test failed: 21: MapViewOfFile(0020/0025) failed 5
virtual.c:3892: Test failed: 28: MapViewOfFile(0020/002c) failed 5
virtual.c:3892: Test failed: 29: MapViewOfFile(0020/002d) failed 5
virtual.c:3892: Test failed: 18: MapViewOfFile(0040/0022) failed 5
virtual.c:3892: Test failed: 19: MapViewOfFile(0040/0023) failed 5
virtual.c:3892: Test failed: 20: MapViewOfFile(0040/0024) failed 5
virtual.c:3892: Test failed: 21: MapViewOfFile(0040/0025) failed 5
virtual.c:3892: Test failed: 22: MapViewOfFile(0040/0026) failed 5
virtual.c:3892: Test failed: 23: MapViewOfFile(0040/0027) failed 5
virtual.c:3892: Test failed: 26: MapViewOfFile(0040/002a) failed 5
virtual.c:3892: Test failed: 27: MapViewOfFile(0040/002b) failed 5
virtual.c:3892: Test failed: 28: MapViewOfFile(0040/002c) failed 5
virtual.c:3892: Test failed: 29: MapViewOfFile(0040/002d) failed 5
virtual.c:3892: Test failed: 30: MapViewOfFile(0040/002e) failed 5
virtual.c:3892: Test failed: 31: MapViewOfFile(0040/002f) failed 5
virtual.c:3892: Test failed: 20: MapViewOfFile(0080/0024) failed 5
virtual.c:3892: Test failed: 21: MapViewOfFile(0080/0025) failed 5
virtual.c:3892: Test failed: 28: MapViewOfFile(0080/002c) failed 5
virtual.c:3892: Test failed: 29: MapViewOfFile(0080/002d) failed 5
See https://test.winehq.org/data/patterns.html#kernel32:virtual
Where 5 == ERROR_ACCESS_DENIED
0x08000000 == SEC_COMMIT
0x01 == FILE_MAP_COPY
0x04 == FILE_MAP_READ or SECTION_MAP_READ
0x20 == FILE_MAP_EXECUTE or SECTION_MAP_EXECUTE_EXPLICIT
These failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55571
Bug ID: 55571
Summary: ntdll:file - test_file_link_information() fails on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:file - test_file_link_information() fails on macOS:
file.c:2317: Test succeeded inside todo block: Link did not change casing on
existing target file: got L"Foo69c8.tmp"
See https://test.winehq.org/data/patterns.html#ntdll:file
The failure is systematic and only happens on macOS (see Remi's rbernon-macos-*
cloud test machines). This is likely just another consequence of the lack of
support for file change notification on macOS (see bug 12840 and bug 12854).
--
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=12854
Summary: ntdll change.ok test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12551)
--> (http://bugs.winehq.org/attachment.cgi?id=12551)
+file in git, bzip2 -9'ed
Change.ok is full of failures in PC-BSD:
change.c:117: Test failed: event should be ready
change.c:119: Test failed: information wrong
change.c:120: Test failed: information wrong
change.c:124: Test failed: action wrong
change.c:125: Test failed: len wrong
change.c:126: Test failed: name wrong
Total of 26.
Attached is a +file log.
--
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=55550
Bug ID: 55550
Summary: ntdll:path - test_nt_names() gets NAME_INVALID instead
of PATH_NOT_FOUND on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:path - test_nt_names() gets NAME_INVALID instead of PATH_NOT_FOUND on
macOS:
path.c:728: Test failed: 24: got c0000034 / c000003a for (null) +
L"\\??\\C:\\windows\\system32\\kernel32.dll\\foo"
path.c:728: Test failed: 26: got c0000034 / c000003a for (null) +
L"\\??\\C:\\windows\\system32\\Kernel32.Dll\\foo"
path.c:728: Test failed: 50: got c0000034 / c000003a for L"\\??\\C:\\windows\\"
+ L"system32\\kernel32.dll\\foo"
path.c:728: Test failed: 52: got c0000034 / c000003a for L"\\??\\C:\\windows\\"
+ L"system32\\Kernel32.Dll\\foo"
See https://test.winehq.org/data/patterns.html#ntdll:path
The failure is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines). This happens when a path component is a file instead of a
directory.
--
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=38095
Bug ID: 38095
Summary: Metatrader: doesn't respect charts sorting/sequency
when restarted
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 23bene(a)gmail.com
Distribution: ---
Wine 1.6 on Ubuntu 14.04.1 LTS 32bit using Metatrader 4 vers. 4.00 Build 765
(12 Dec 2014) doesn't respect charts sorting/sequency when restarted.
Eg.: if I sort charts alphabetically during my Metatrader session, it remain so
sorted till I close it. When I open again for a new Metatrader session, I find
charts completely shuffled!!
I copypasted my order.wnd file (that contain my charts ordered) in my
home/.wine/drive_c/Program Files/Metatrader 4/profiles/my_name/ directory
without having no one mt4 session opened.
When I launch mt4 session, it doesn't follow charts order as written in my file
and everytime I launch it again a new, random charts sequence is done.
--
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=55066
Bug ID: 55066
Summary: user32:msg - test_button_messages() sometimes gets
WM_SIZE instead of WM_SETFOCUS in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:msg - test_button_messages() sometimes gets WM_SIZE instead of
WM_SETFOCUS in Wine:
msg.c:6897: Test failed: SetFocus(hwnd) on a button: 4: the msg 0x0007 was
expected, but got msg 0x0005 instead
msg.c:6897: Test failed: SetFocus(hwnd) on a button: 5: the msg 0x0138 was
expected, but got msg 0x030f instead
msg.c:6897: Test failed: SetFocus(hwnd) on a button: 6: the msg 0x0111 was
expected, but got msg 0x001c instead
msg.c:6897: Test failed: SetFocus(hwnd) on a button: 8: the msg 0x8000 was
expected, but got msg 0x0086 instead
msg.c:6897: Test failed: SetFocus(hwnd) on a button: 9: the msg sequence is not
complete: expected 0000 - actual 0006
See https://test.winehq.org/data/patterns.html#user32:msg
This first happened on 2023-05-19 and since then it has been happening in about
4% of the runs.
--
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=55567
Bug ID: 55567
Summary: comctl32:tooltips - test_track() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:tooltips - test_track() fails on macOS:
tooltips.c:903: Test failed: pos.left = 9
See https://test.winehq.org/data/patterns.html#comctl32:tooltips
The failure is systematic and only happens on macOS (see Remi's rbernon-macos-*
cloud test machines).
--
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=55564
Bug ID: 55564
Summary: user32:sysparams - test_WM_DISPLAYCHANGE() fails on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:sysparams - test_WM_DISPLAYCHANGE() fails on macOS:
sysparams.c:2499: Test failed: bpp 8: got WM_DISPLAYCHANGE bpp 32
sysparams.c:2499: Test failed: bpp 16: got WM_DISPLAYCHANGE bpp 32
See https://test.winehq.org/data/patterns.html#user32:sysparams
The failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines). They probably happen because some display
modes are not supported on macOS (see also bug 55559).
--
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=55563
Bug ID: 55563
Summary: psapi:psapi_main - test_QueryWorkingSetEx() fails on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: psapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
psapi:psapi_main - test_QueryWorkingSetEx() fails on macOS:
psapi_main.c:1165: Test failed: exe expected Valid=1 but got 0
psapi_main.c:1169: Test failed: exe expected Win32Protection=2 but got 0
psapi_main.c:1177: Test failed: exe expected Shared=1 but got 0
psapi_main.c:1177: Test failed: exe,noaccess expected Shared=1 but got 0
psapi_main.c:1165: Test succeeded inside todo block: exe,readonly1 expected
Valid=0 but got 0
psapi_main.c:1169: Test succeeded inside todo block: exe,readonly1 expected
Win32Protection=0 but got 0
psapi_main.c:1177: Test failed: exe,readonly1 expected Shared=1 but got 0
psapi_main.c:1165: Test failed: exe,readonly2 expected Valid=1 but got 0
psapi_main.c:1169: Test failed: exe,readonly2 expected Win32Protection=2 but
got 0
psapi_main.c:1177: Test failed: exe,readonly2 expected Shared=1 but got 0
psapi_main.c:1165: Test failed: valloc,read expected Valid=1 but got 0
psapi_main.c:1169: Test failed: valloc,read expected Win32Protection=4 but got
0
psapi_main.c:1165: Test failed: valloc,write expected Valid=1 but got 0
psapi_main.c:1169: Test failed: valloc,write expected Win32Protection=4 but got
0
psapi_main.c:1165: Test succeeded inside todo block: valloc,readwrite1 expected
Valid=0 but got 0
psapi_main.c:1169: Test succeeded inside todo block: valloc,readwrite1 expected
Win32Protection=0 but got 0
psapi_main.c:1165: Test failed: valloc,readwrite2 expected Valid=1 but got 0
psapi_main.c:1169: Test failed: valloc,readwrite2 expected Win32Protection=4
but got 0
See https://test.winehq.org/data/patterns.html#psapi:psapi_main
These failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
It looks like the reason is that get_working_set_ex() is effectively
unimplemented since HAVE_LIBPROCSTAT is not defined on macOS and the /proc
filesystem is not present.
--
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=55562
Bug ID: 55562
Summary: ntdll:info - test_query_process_vm() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:info - test_query_process_vm() fails on macOS:
info.c:1909: Test failed: Expected a WorkingSetSize > 0
info.c:1910: Test failed: Expected a PagefileUsage > 0
See https://test.winehq.org/data/patterns.html#ntdll:info
The failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
It looks like the reason is that get_process_vm_counters() is effectively
unimplemented since HAVE_LIBPROCSTAT is not defined on macOS and the /proc
filesystem is not present.
--
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=52278
Bug ID: 52278
Summary: Crysis Wars Trial and Patch 1.5 - InstallAware error -
Runtime error in install: Cannot open AVI
Product: Wine
Version: 7.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Installed winetricks:
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install
32-bit versions of packages. If you encounter problems, please retest in a
clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20210206-next - sha256sum:
0769bbcdbd92c407f4eacaa85acc1339f607dbeafe2febd1be0912034c7af3a1 with
wine-7.0-rc2 (Staging) and WINEARCH=win64
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
gdiplus_winxp
gdiplus
w_workaround_wine_bug-24013
d3dcompiler_43
d3dx9
dxvk191
vcrun2013
quartz
vcrun2005
d3dx10_43
cabinet
--
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=55559
Bug ID: 55559
Summary: ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4 &
ddraw:ddraw7 fail on macOS due to unsupported display
mode(s)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4 & ddraw:ddraw7 fail on macOS due to
unsupported display mode(s):
*** test_coop_level_mode_set_multi():
ddraw1.c:3744: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3746: Test failed: Got unexpected screen width 1176.
ddraw1.c:3748: Test failed: Got unexpected screen height 885.
ddraw1.c:3761: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3763: Test failed: Got unexpected screen width 1176.
ddraw1.c:3765: Test failed: Got unexpected screen height 885.
ddraw1.c:3769: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3771: Test failed: Got unexpected screen width 1176.
ddraw1.c:3773: Test failed: Got unexpected screen height 885.
ddraw1.c:3792: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3794: Test failed: Got unexpected screen width 1176.
ddraw1.c:3796: Test failed: Got unexpected screen height 885.
ddraw1.c:3800: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3802: Test failed: Got unexpected screen width 1176.
ddraw1.c:3804: Test failed: Got unexpected screen height 885.
ddraw1.c:3824: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3826: Test failed: Got unexpected screen width 1176.
ddraw1.c:3828: Test failed: Got unexpected screen height 885.
ddraw1.c:3833: Test failed: Got unexpected screen width 1176.
ddraw1.c:3835: Test failed: Got unexpected screen height 885.
ddraw1.c:3848: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3850: Test failed: Got unexpected screen width 1176.
ddraw1.c:3852: Test failed: Got unexpected screen height 885.
ddraw1.c:3856: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3858: Test failed: Got unexpected screen width 1176.
ddraw1.c:3860: Test failed: Got unexpected screen height 885.
ddraw1.c:3868: Test failed: Got unexpected screen width 1176.
ddraw1.c:3870: Test failed: Got unexpected screen height 885.
ddraw1.c:3882: Test failed: Failed to set display mode, hr 0x80004001.
ddraw1.c:3884: Test failed: Got unexpected screen width 1176.
ddraw1.c:3886: Test failed: Got unexpected screen height 885.
*** test_primary_palette():
ddraw1.c:5441: Test failed: Failed to set 8 bpp display mode, skipping test.
*** test_palette_gdi():
ddraw1.c:7668: Test failed: Failed to set 8 bpp display mode, skipping test.
ddraw1.c:7853: Test failed: Failed to set 8 bpp display mode, skipping test.
See https://test.winehq.org/data/patterns.html#ddraw:ddraw1https://test.winehq.org/data/patterns.html#ddraw:ddraw2https://test.winehq.org/data/patterns.html#ddraw:ddraw4https://test.winehq.org/data/patterns.html#ddraw:ddraw7
Where 0x80004001 == E_NOTIMPL == DDERR_UNSUPPORTED
And corresponds to WINED3DERR_NOTAVAILABLE
These failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55558
Bug ID: 55558
Summary: ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4 &
ddraw:ddraw7 - test_window_position() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4 & ddraw:ddraw7 -
test_window_position() fails on macOS:
ddraw1.c:14530: Test failed: Expected window rect (0,0)-(1176,885), got
(0,1)-(1175,885).
ddraw1.c:14545: Test failed: Expected window rect (0,0)-(1176,885), got
(0,1)-(1175,885).
See https://test.winehq.org/data/patterns.html#ddraw:ddraw1https://test.winehq.org/data/patterns.html#ddraw:ddraw2https://test.winehq.org/data/patterns.html#ddraw:ddraw4https://test.winehq.org/data/patterns.html#ddraw:ddraw7
The failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55554
Bug ID: 55554
Summary: quartz:systemclock - test_advise() fails randomly on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:systemclock - test_advise() fails randomly on macOS. It has a set of
four failures that happen pretty much independently from each other:
systemclock.c:223: Test failed: Event should be signaled.
systemclock.c:226: Test failed: Got hr 0.
systemclock.c:243: Test failed: Event should be signaled.
systemclock.c:268: Test failed: Semaphore should not be signaled.
See https://test.winehq.org/data/patterns.html#quartz:systemclock
These failures are systematic and only happen macOS (see Remi's rbernon-macos-*
cloud test machines).
--
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=55553
Bug ID: 55553
Summary: quartz:mpeglayer3 - test_sample_processing() fails on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:mpeglayer3 - test_sample_processing() fails on macOS:
mpeglayer3.c:1342: Test failed: Got valid size 1246.
mpeglayer3.c:1346: Test failed: Got stop time 2f87f.
mpeglayer3.c:1368: Test failed: Got valid size 1246.
mpeglayer3.c:1372: Test failed: Got stop time 34f4d.
mpeglayer3.c:1395: Test failed: Got valid size 1246.
mpeglayer3.c:1399: Test failed: Got stop time 34f4d.
See https://test.winehq.org/data/patterns.html#quartz:mpeglayer3
These failures started happening on 2023-08-30, are systematic, and only happen
on macOS (see Remi's rbernon-macos-* cloud test machines). See also bug 55552
for another set of similar quartz failures that started on the same day.
--
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=55552
Bug ID: 55552
Summary: quartz:mpegaudio - test_connect_pin() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:mpegaudio - test_connect_pin() fails on macOS:
mpegaudio.c:1007: Test failed: Got valid size 286.
mpegaudio.c:1016: Test failed: Got stop time ae8f.
mpegaudio.c:1007: Test failed: Got valid size 286.
mpegaudio.c:1016: Test failed: Got stop time 1055d.
mpegaudio.c:1007: Test failed: Got valid size 286.
mpegaudio.c:1016: Test failed: Got stop time 1055d.
mpegaudio.c:1007: Test failed: Got valid size 286.
mpegaudio.c:1016: Test failed: Got stop time ae8f.
See https://test.winehq.org/data/patterns.html#quartz:mpegaudio
These failures started happening on 2023-08-30, are systematic, and only happen
on macOS (see Remi's rbernon-macos-* cloud test machines).
--
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=55551
Bug ID: 55551
Summary: ntdll:sync - test_tid_alert() gets alerted instead of
timing out on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:sync - test_tid_alert() gets alerted instead of timing out on macOS:
sync.c:807: Test failed: got 0x101
See https://test.winehq.org/data/patterns.html#ntdll:sync
Where 0x101 == STATUS_ALERTED
0x102 == STATUS_TIMEOUT
The failure is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines).
--
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=55549
Bug ID: 55549
Summary: httpapi:httpapi - test_v1_bad_request() gets a
WSAECONNRESET on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: httpapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
httpapi:httpapi - test_v1_bad_request() gets a WSAECONNRESET on macOS:
httpapi.c:956: Test failed: Connection should be shut down.
httpapi.c:957: Test failed: Got error 10054.
See https://test.winehq.org/data/patterns.html#httpapi:httpapi
The failure is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines).
--
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=55547
Bug ID: 55547
Summary: DemulShooter 11.1: absolute position jumping to screen
edges
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thatoneseong(a)protonmail.com
Distribution: ---
Created attachment 75106
--> https://bugs.winehq.org/attachment.cgi?id=75106
Command line output when running DemulShooter_GUI using Wine-Staging 8.15
When using the application as it's intended (i.e. with a pointing device that
reports absolute coordinates, e.g. a "light gun" device), the test
window/DsDiag application showing the position will jitter back and forth
between where the gun controller/absolute pos mouse is pointing, and either the
very top-center or very left-center of the screen. The jitter happens most
noticeably when the gun-mouse is held still.
Affects games that are played in collaboration with DemulShooter, with the same
symptoms.
Download link:
https://github.com/argonlefou/DemulShooter/releases/download/v11.1/DemulSho…
(note: app runs on .NET 2.0, can be run with Wine-Mono)
May be related to how all available mouse devices are confined to one "The Wine
Project Wine HID Mouse" device, where the application's dropdown is supposed to
show every input device connected to the PC.
Observed with Wine Staging 8.15; Wine (not-Staging, vanilla) 8.15 observes
different but similarly incorrect behavior (gun cursor doesn't seem to be
recognized at all).
--
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=55543
Bug ID: 55543
Summary: Mouse cursor clipping can no longer be disabled by
application
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: insuna(a)no.capfr.fr
Distribution: ---
Ever since Wine 8.10 it has become impossible to disable cursor clipping with
application settings. If the game/application reports that it's a
fullscreen/windowed-fullscreen application then the mouse cursor will be
captured/clipped when alt-tabbing into the application and it's impossible to
release the cursor without alt-tabbing back out.
No settings in Wine can be used to disable this "feature" and all hints of the
game are ignored. This can be circumvented by not alt-tabbing into the game,
but instead changing focus by clicking onto the game window, this will not clip
the cursor until you accidentally alt+tab into the game again.
The game I've tested this with most extensively is World of Warcraft: Classic,
because it has several detailed in-game settings wrt. clipping, which were
respected prior to 8.10, but now no longer are.
--
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=54444
Bug ID: 54444
Summary: Program “Free PC Audit 5.1.211.96” did not show
desired information.
Product: Wine
Version: 8.1
Hardware: x86-64
URL: https://www.misutilities.com/freepcaudit.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
Created attachment 73996
--> https://bugs.winehq.org/attachment.cgi?id=73996
screenshot for a questionable information display
I have tried the tool “Free PC Audit 5.1.211.96” out once more together with
the software “Wine 8.1-1539.2”.
Markus_Elfring@Sonne:…/geladen/Freeware> wine freepcaudit.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
…
00c0:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0113D9D4, 00000000
0113D9FC
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0x407 0113D9D4 00000000
0113D9FC) returning a dummy value (current locale)
…
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001007E 0x00000000
0024:fixme:uxtheme:BufferedPaintInit Stub ()
0024:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0024:fixme:imm:ImeSetActiveContext (00010076, 1): stub
0024:fixme:imm:ImmReleaseContext (000100C4, 00010076): stub
008c:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
008c:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
…
0024:fixme:wbemdisp:object_Instances_
0024:fixme:wbemdisp:object_SpawnInstance_
…
0058:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and
DISK_DETECTION_INFO structures will not be filled
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial
are not available.
…
0024:fixme:wuapi:automatic_updates_GetIDsOfNames
…
0128:fixme:secur32:get_cipher_algid unknown algorithm 23
0128:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
…
0024:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0001007E
0024:fixme:uxtheme:BufferedPaintUnInit Stub ()
I would like to see more helpful information on the tab “Brief” (than an IP
address).
See also details from previous bug report:
https://bugs.winehq.org/show_bug.cgi?id=52878
--
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=55537
Bug ID: 55537
Summary: Monkey Quest: Launcher doesn't let me type Username or
Password
Product: Wine-staging
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qraique(a)protonmail.ch
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
https://archive.org/details/InstallMonkeyQuest
Here is the Launcher
fix wine please
--
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=55542
Bug ID: 55542
Summary: Wine on Ubuntu 22.04 + nouveau driver: games only
display yellow screen (they run fine on 20.04)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmayr.dev(a)gmail.com
Distribution: ---
Created attachment 75099
--> https://bugs.winehq.org/attachment.cgi?id=75099
wine launcher, yellow screen
Games launched on Ubuntu 22.04 using the 'nouveau' driver in replacement of the
deprecated 340.108 native driver only display a yellow screen.
The same games work fine in Ubuntu 20.04.
I've tried Wine versions from wine-stable 6.0.1 to 8.0, and every version
behaves the same way on each OS version.
The same games work fine on macOS using the same Wine versions, so I wonder if
the problem is on the wine + (xorg + drm) side.
Please let me know what further information you need (logs, etc) to help out
pinpointing the cause.
I've attached the yellow screen.
--
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=53129
Bug ID: 53129
Summary: user32:msg - test_paint_messages() fails
systematically 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_paint_messages() fails systematically on Windows 7. The exact
set of failures differs with each run but there is always a "region" and an
"InvalidateErase" failure:
msg.c:8487: Test failed: Regions are different
msg.c:8488: Test failed: InvalidateErase: 0: in msg 0x0085 expecting wParam 0x1
got 0xfffffffffd0406c1
msg.c:8498: Test failed: region should be null (3)
msg.c:8510: Test failed: InvalidateErase: 0: in msg 0x0085 expecting wParam 0x1
got 0x38040675
msg.c:8510: Test failed: InvalidateErase: 3: the msg sequence is not complete:
expected 0000 - actual 0085
msg.c:8517: Test failed: Regions are different
msg.c:8518: Test failed: InvalidateErase: 0: in msg 0x0085 expecting wParam 0x1
got 0x2504170b
https://test.winehq.org/data/patterns.html#user32:msg
The InvalidateErase failure is particularly troublesome because the unexpected
wParam value changes with each run so the failure always looks like it is new.
--
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=55530
Bug ID: 55530
Summary: error in atube catcher in 32 and 64
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfc
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 75089
--> https://bugs.winehq.org/attachment.cgi?id=75089
atube error
Hello, I tell you, I have tried atube catcher, version 3, when installing two
libraries (vb6run and mfc42) it gave me an error when starting the program,
then I sent the error reports in both 32 and 64.
Could you take a look at it, please?
I update the atube catcher appdb reflecting this issue.
thank you.
All the best
--
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=27019
Summary: Print in Gestan
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsiegwald(a)gmail.com
Hello everybody,
I'm using 'Gestan' (you can download it on www.gestan.fr) which is a fantastic
program used to manage my customers and create bills...
Anyway, I can install it without any problem, but when I want to print a bill,
there is nothing in !
It is a program created with Windev...
Anyone have a solution ?
Thanks a lot for your future help !
Julian
--
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=55398
Bug ID: 55398
Summary: GDI+ does not support EXIF orientation information
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: madewokherd(a)gmail.com
Distribution: ---
GDI+ does not support parsing EXIF orientation from JPEG images.
This seemingly leads to some apps being unable to displaying images in the
correct orientation, making the image look rotated.
--
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=54407
Bug ID: 54407
Summary: user32:msg - test_SendMessage_other_thread() sometimes
gets a bad WM_USER message sequence in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:msg - test_SendMessage_other_thread() sometimes gets a bad WM_USER
message sequence in Wine:
msg.c:19187: Test failed: SendMessage from other thread 1: 1: the msg 0x0400
was expected, but got msg 0x0403 instead
msg.c:19187: Test failed: SendMessage from other thread 1: 2: the msg sequence
is not complete: expected 0000 - actual 0400
msg.c:19201: Test failed: wrong status 00080000
msg.c:19207: Test failed: SendMessage from other thread 3: 0: the msg 0x0403
was expected, but got msg 0x0401 instead
msg.c:19207: Test failed: SendMessage from other thread 3: 1: the msg sequence
is not complete: expected 0401 - actual 0000
See https://test.winehq.org/data/patterns.html#user32:msg
A somewhat similar issue has been happening for some time on Windows 7 (see bug
53434).
This one started happening about twice per month in Wine on 2022-10-14
(debian11-win32).
--
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=55527
Bug ID: 55527
Summary: urlmon use-after-free when handling HTTP redirect
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: yshuiv7(a)gmail.com
Distribution: ---
In this chain of calls:
HttpProtocol_Continue (urlmon/http.c)
protocol_continue (urlmon/protocol.c)
start_downloading
HttpProtocol_start_downloading (urlmon/http.c)
(assuming status code is redirect, and BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS is
set)
IInternetProtocolSink_ReportResult
ProtocolSinkHandler_ReportResult (urlmon/bindprot.c)
handle_redirect
handle_redirect terminates and releases the `Protocol` object, which
`protocol_continue` is still using, resulting in a use-after-free.
I tried surrounding `start_downloading` with `AddRef/Release` but then I found
there is at least another user of this object in `INTERNET_WorkerThreadFunc`.
--
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=55526
Bug ID: 55526
Summary: AutoCAD R14 crashes when opening the print dialog
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: aidas957(a)gmail.com
Distribution: SUSE
Created attachment 75086
--> https://bugs.winehq.org/attachment.cgi?id=75086
+seh,+unwind,warn+all,+loaddll log on Wine 8.15
Hello,
This issue was reported by pingufan on IRC so they should be contacted for more
information on this issue (but since they don't want to create a Bugzilla
account I'll have to make this issue myself)
So AutoCAD R14 weirdly crashes when opening the print dialog (on both Wine 8.0
and 8.15 BTW)
When looking at the log they sent me I can see a segfault caused by a bad
pointer passed to the IsBadReadPtr() function (not sure if this is the actual
issue though)
Running the app with +relay channel just makes AutoCAD break with a SmartHeap
error about a bad pointer/MEM_BAD_POINTER (so I can't get more detailed logs)
What's weird is that this issue didn't occur before with Wine 8.0 (so maybe an
OpenSUSE/app update broke this?)
I'll attach a +seh,+unwind,warn+all,+loaddll log to this bug report (because
that's the best debug information I can provide)
--
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=55503
Bug ID: 55503
Summary: MessageBox recursively showing the same pop-up message
32 times
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: maranbr(a)outlook.com
Distribution: ---
MessageBox recursively showing the same pop-up message 32 times, freezing the
main application window.
Tested Versions: Wine 8.0.2 Stable and Wine 8.14 Devel
--
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=22785
Summary: 'Candytron' exhibits geometry corruption on certain 3D
objects
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://pouet.net/prod.php?which=9424
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
When running the 'Candytron' final version demo (now in full screen), some 3D
objects are rendered garbled with vertices going all over the place. The
program otherwise works to completion and closes properly.
Test configuration: WineHQ-made Wine 1.1.44 on Mandriva 2010.0, using clean
profile and fglrx from Catalyst 10.4.
When running from console, the only d3d error seems unrelated:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Download the 'final' version from this page:
http://pouet.net/prod.php?which=9424
Also provided at that address, a video of the rendered version.
--
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=55090
Bug ID: 55090
Summary: Foobar2000 v2.0: Play button needs to be pressed twice
after stop for playback
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ppark(a)codeweavers.com
Distribution: ---
Created attachment 74647
--> https://bugs.winehq.org/attachment.cgi?id=74647
An edited snippet of the logs
Steps to reproduce:
- Install Wine 8.10-103 (compiled it this morning)
- Install foobar2000 via the installer on their site:
https://www.foobar2000.org/
- Put a song in a playlist
- Press play (the triangle button); a tiny snippet of the song will play and
then it will stop.
- Press play again; the music plays properly this time.
You can make this happen again by pressing stop (square button); you need to
press play twice for the song to properly play.
See the attached log snippet (which is marked up with what the user is doing).
Note that it's trying to do something at address `0000000012345678`...
--
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=49945
Bug ID: 49945
Summary: Visio 2010: picture: content of clipboard can not be
paste into Visio
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vedeifun(a)byom.de
Distribution: ---
How to reproduce:
1. Make a screen snapshot of a part of your screen and put it into the
clipboard.
2. Change to your open Visio 2010.
3. Press Ctrl+C
The following message appears:
Quote: "Error (925) during the pasting process. Visio cannot retrieve the
device independent bitmap data from the clipboard."
--
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=55517
Bug ID: 55517
Summary: Razer product installation issues
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: red66dead(a)gmail.com
Distribution: ---
Created attachment 75079
--> https://bugs.winehq.org/attachment.cgi?id=75079
bug report bottle
I'm trying to install a product from razer via wine or bottle but I always get
the message that the installation was terminated immediately because of a
problem just wanted to let you know if you can get your gene up and running.
This is a product from razer about audio you get to be headphones and an
upgrade program for better quality
--
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=55372
Bug ID: 55372
Summary: winetricks -q icodecs fails
Product: Wine
Version: 8.10
Hardware: x86-64
URL: https://github.com/Winetricks/winetricks/issues/2103
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
Executing wine setup.exe
0188:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0194:err:seh:KiUserCallbackDispatcher ignoring exception
0194:err:seh:KiUserCallbackDispatcher ignoring exception
Executing wine C:\windows\system32\regsvr32.exe ir50_32.dll
regsvr32: 'DllRegisterServer' not implemented in DLL 'ir50_32.dll'
------------------------------------------------------
regsvr32.exe ir50_32.dll returned status 4. Aborting.
------------------------------------------------------
This is a regression; it works in wine-8.0 (if not using a new style wow64
build).
(on slow hardware, so I'm unlikely to complete regression test soon, hopefully
someone else can beat me to it).
--
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=55518
Bug ID: 55518
Summary: VelbusLink: terminates immediately after creating a
window
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)kazlauskas.me
Distribution: ---
Created attachment 75080
--> https://bugs.winehq.org/attachment.cgi?id=75080
stdout/err of the failing command
When launching the application, the application window will briefly flash and
disappear as the application terminates. I made few attempts to catch the
moment this happens with `winedbg` to no avail. I’m using wine-staging 8.14 to
test it, although I’ve tried various versions including 8.0.
To reproduce this issue:
1. Download an installer for VelbusLink:
$ curl
'https://www.velleman.eu/downloads/velbus/velbuslink/velbuslink-10.8.6.0.exe'
-Lo ~/Downloads/velbuslink-10.8.6.0.exe
$ sha256sum ~/Downloads/velbuslink-10.8.6.0.exe
39630e960fe5be289232a6f2409c92ffe0c81e1794f166919aaffddf33eb9814
~/Downloads/velbuslink-10.8.6.0.exe
2. Install it via: `wine ~/Downloads/velbuslink-10.8.6.0.exe '/VERYSILENT'`
3. Run `wine ~/.wine/drive_c/Program\ Files\
\(x86\)/Velbus/VelbusLink/VelbusLink.exe`.
---
Side notes:
* With Wine 8.0 the application fails with an assertion as seen in Bug 50282.
In Wine 8.14, there is no assertion failure, but the application fails to
launch regardles.
* Some version of steam proton manages to run the application, but it is
rendered incorrectly with the window frame/background appearing in front of the
application contents, making application effectively unusable.
--
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=31952
Bug #: 31952
Summary: Graphical bug causing horizontal lines on world
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan-vola(a)hotmail.com
Classification: Unclassified
Presumably due to a texture being projected horizontally, several areas in game
have horizontal "Slices" in them.
This was to my knowledge added by an update to the game not to wine, so there
is (probably) no regression.
Some areas where this bug is blindingly obvious are north Diessa Plateau and
west Rata Sum.
--
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=55514
Bug ID: 55514
Summary: Debian repositories: Pointing to "testing" fails in
sources.list, but "trixie" works
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
CC: dimesio(a)earthlink.net
Distribution: ---
This is the content of my "org-winehq-dl.list" inside of
"/etc/apt/sources.list.d":
### -----------------------------------------------------------------
### --- WineHQ official Repository
### --- Next generation wine aka wine-devel
### -----------------------------------------------------------------
### --- created: 2016-03-18
### --- changed: 2023-09-03
### -----------------------------------------------------------------
### --- see Wiki: https://wiki.winehq.org/Debian
### -----------------------------------------------------------------
### --- Public key:
### --- https://dl.winehq.org/wine-builds/winehq.key
### -----------------------------------------------------------------
deb https://dl.winehq.org/wine-builds/debian trixie main
deb-src https://dl.winehq.org/wine-builds/debian trixie main
# deb https://dl.winehq.org/wine-builds/debian testing main
# deb-src https://dl.winehq.org/wine-builds/debian testing main
### -----------------------------------------------------------------
### --- -eof-
### -----------------------------------------------------------------
I always tried to make the repository "testing" work but always got this reply:
---///cite\\\---
root@Archimedes:~/work# apt-get update
(... update some other repositories ...)
Get:38 https://dl.winehq.org/wine-builds/debian testing/main i386 Packages
[13.6 kB]
Err:38 https://dl.winehq.org/wine-builds/debian testing/main i386 Packages
File has unexpected size (17056 != 13572). Mirror sync in progress? [IP:
146.75.118.217 443]
Hashes of expected file:
- Filesize:13572 [weak]
-
SHA512:dc684c76a5594acee4b868068d1da4388e603bc5551c9e84292ab038598837ece43d1ed2a9542ce2da77af763f5391d84f1c5b283ebe2be4e60c84e999dbf50e
- SHA256:7d9d8a2a285bb0c4bb20082fe2de1242dfe350c05d09d780a5cb08fc4f38ef92
- SHA1:b8181005952f916262be71f2d5ffa9507cb044a0 [weak]
- MD5Sum:62ae20be17d2429a0b8a2363057bc43e [weak]
Release file created at: Sun, 23 Jul 2023 13:47:49 +0000
Get:39 https://dl.winehq.org/wine-builds/debian testing/main amd64 Packages
[13.6 kB]
Fetched 39.4 kB in 14s (2859 B/s)
Reading package lists... Done
E: Failed to fetch
https://dl.winehq.org/wine-builds/debian/dists/testing/main/binary-i386/Pac…
File has unexpected size (17056 != 13572). Mirror sync in progress? [IP:
146.75.118.217 443]
Hashes of expected file:
- Filesize:13572 [weak]
-
SHA512:dc684c76a5594acee4b868068d1da4388e603bc5551c9e84292ab038598837ece43d1ed2a9542ce2da77af763f5391d84f1c5b283ebe2be4e60c84e999dbf50e
- SHA256:7d9d8a2a285bb0c4bb20082fe2de1242dfe350c05d09d780a5cb08fc4f38ef92
- SHA1:b8181005952f916262be71f2d5ffa9507cb044a0 [weak]
- MD5Sum:62ae20be17d2429a0b8a2363057bc43e [weak]
Release file created at: Sun, 23 Jul 2023 13:47:49 +0000
E: Some index files failed to download. They have been ignored, or old ones
used instead.
---\\\cite///---
The settings above to "trixie" are working as expected. What's going wrong?
(It wasn't an ongoing "mirror progress". I tried this today and yesterday at
different times...)
Is there still the problem described in #42735 alive?
--
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=28464
Summary: winmm causes DSOUND_callback Wave queue corrupted
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
WHDR_DONE should only be set immediately before invoking the DriverCallback,
because some apps poll for that flag and don't depend on notifications or
callbacks.
WOD_MarkDoneHeaders must find another way to isolate done headers.
Because the queue of done headers is not isolated properly,
attachment #36494 to bug #28056
exhibits a log (around line 4250) where 2 threads, namely the app calling
waveOutWrite and the winmm feeder thread both grab the same list and send the
same notifications.
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3A90,
00000000)
0036:trace:winmm:WINMM_BeginPlaying ...
0036:trace:oss:AudioRenderClient_ReleaseBuffer (0x17d34f0)->(512, 0)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0034:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
0034:trace:winmm:WOD_PushData (0xc000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AB0,
00000000)
0036:trace:driver:DriverCallback (, 32bit function 0003,, 03BD,, 017D3AD0,
00000000)
What happens is that the first thread removes the first header from
device>first. At the time the second thread kicks in, apparently more headers
are marked done. But since they are all part of the same linked queue, the
later ones trigger 2 notifications each.
err:dsound:DSOUND_callback Wave queue corrupted!
is the result of getting notifications twice.
Nice race condition!
BTW, but that's another issue, the code says "NotifyClient should never be
called while holding the device lock". However that's exactly what can happen
via waveOutWrite -> WINMM_ValidateAndLock -> WINMM_BeginPlaying -> WOD_PushData
-> NotifyClient.
I suggest a per device slot updated via InterlockedExchangePointer holding the
queue of pending notifications. The top-level wave* commands (and the winmm
feeder thread too) would then drain that queue. (The feeder thread could even
delegate that to another (timer?) thread.) Alternatively, Push/PullData return
that queue.
--
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=55377
Bug ID: 55377
Summary: Wine 3.2.3 crash when launching Roblox
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajjjgood12(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 74953
--> https://bugs.winehq.org/attachment.cgi?id=74953
Here is The Bug Info
Hello, When I install Roblox launcher And I wanna Play But it got bug
--
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=55111
Bug ID: 55111
Summary: The 64-bit ntdll:exception crashes silently on Windows
8 & 10 <= 1809
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 silently on Windows 8 & 10 <= 1809 :
ntdll:exception start dlls/ntdll/tests/exception.c
exception.c:3684: vect. handler 00012345 addr:0000000000580010
Rip:0000000000580010
ntdll:exception:0404 done (74565) in 0s 85B
See https://test.winehq.org/data/patterns.html#ntdll:exception
Notice the lack of an "unhandled exception" message. This is what I mean by
"crashes silently".
The crashes started on 2023-06-21 and happen on w864 and w1064 1507 to 1809,
only when running the 64-bit tests. But I have been unable to reproduce them
:-(
--
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=54056
Bug ID: 54056
Summary: Launching EA App installer: Wine can't find already
installed gecko 2.47.2
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 73609
--> https://bugs.winehq.org/attachment.cgi?id=73609
EA app installer; wine 7.19 default output
Hello,
I created a new prefix with wine 7.19 (64-bit WoW architecture).
Then I ran winecfg to activate virtual desktop and remove file type
integration.
Then I ran EAappInstaller.exe.
Then a dialog box says that Wine couldn't find gecko needed to display HTML
files.
gecko 2.47.2 (both -x86 and -x86_64) have been installed in
/usr/share/wine/gecko since November 30 2020. This is the first time I see that
message in years but maybe I didn't use application that triggers the use of
gecko?
Regards.
--
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=49961
Bug ID: 49961
Summary: War Wind crashes at start
Product: Wine
Version: 5.18
Hardware: x86
URL: https://www.abandonware-france.org/telechargement/2135
4/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 68352
--> https://bugs.winehq.org/attachment.cgi?id=68352
console output with winedbg
With wine-git 5d5102f8498413f4b7e11f7da0509e7717fb3735, Wind war crashes at
start.
--
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=46570
Bug ID: 46570
Summary: I tried to see how Roblox works on Wine.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emattpoyou(a)gmail.com
Distribution: ---
Created attachment 63443
--> https://bugs.winehq.org/attachment.cgi?id=63443
The error.
I tried to see how Roblox works on Wine, but as soon as I open it, it crashes,
and gives me the report window. How do I fix this?
--
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=40185
Bug ID: 40185
Summary: Farming Simulator 15 under steam with arch linux not
playable
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marijnvantricht(a)gmail.com
Distribution: ---
Created attachment 53695
--> https://bugs.winehq.org/attachment.cgi?id=53695
Backtrace (Bug)
This happens in Farming Simulator when the game is loaded and play is pressed.
Please this is my first bug report forgive me when I am doing something wrong.
--
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=36475
Bug ID: 36475
Summary: Civilization 2 Gold
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gregory.bartram(a)gmail.com
Created attachment 48535
--> http://bugs.winehq.org/attachment.cgi?id=48535
wine crash report
I realize this is an old game and bug and there are probably other alternatives
to play, but Civ 2 Gold crashes on start.
wine: Unhandled exception 0x80000003 in thread 27 at address 0x7bc6b4a0 (thread
0027), starting debugger...
Also fails using WineBottler. However, it works perfectly in CrossOver.
Using Wine 1.7.9 (Fink on OS X 10.9.2) as Win95.
--
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=54846
Bug ID: 54846
Summary: Serious Sam HD: The First Encounter (Steam version)
crashes on start up
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 74348
--> https://bugs.winehq.org/attachment.cgi?id=74348
Error
In Wine 8.6 I cannot start the game with or without DXVK, it just crashes.
--
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=53477
Bug ID: 53477
Summary: ARK: Survival evolved dedicated Server crashes with
out of memory
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukas-sinzing(a)gmx.de
Distribution: ---
Created attachment 72845
--> https://bugs.winehq.org/attachment.cgi?id=72845
Server logs
I'm trying to run a server for the game "ARK: Survival evolved" on linux using
Wine, but I am getting out of memory errors while the host has still free
memory left (https://prnt.sc/R3GgL6Hhdj-u). My command line is
WINEDEBUG=warn wine64 ShooterGameServer.exe
TheIsland?Port=7777?QueryPort=27015?MaxPlayers=70 -NoBattlEye -nosteamclient
-game -server
I'm using wine 7.0 (I also tested wine 7.14 but error persists).
Here are the server logs (including wine logs): https://pastebin.com/2phyguXt
--
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=47765
Bug ID: 47765
Summary: League of Legends occasional deadlock in client after
completing game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aguertin+wine(a)aguertin.net
Distribution: ---
Created attachment 65246
--> https://bugs.winehq.org/attachment.cgi?id=65246
Partial terminal output (intermixed wine and game output)
Occasionally, after completing a game of League of Legends and the game
exiting, the client will fail to display end-of-game content. This happens
perhaps about 5% of the time for me.
The following symptoms occur when this happens:
* The client displays a background, but no content
* Gnome repeatedly pops up a This Program is Not Responding dialog
* Sounds can still be heard from the client, at the appropriate time
I noticed the following in the terminal output when this happened:
0049:err:ntdll:RtlpWaitForCriticalSection section 0xe4cdb0 "?" wait timed out
in thread 0049, blocked by 0044, retrying (60 sec)
0044:err:ntdll:RtlpWaitForCriticalSection section 0xe4cdb0 "?" wait timed out
in thread 0044, blocked by 0009, retrying (60 sec)
0009:err:ntdll:RtlpWaitForCriticalSection section 0xe4cdb0 "?" wait timed out
in thread 0009, blocked by 0049, retrying (60 sec)
Note the three threads waiting on each other. There are other threads timing
out in RtlpWaitForCriticalSection as well, not included in this log.
Waiting does not seem to fix this. However, as a workaround, switching to a
different virtual terminal CAN apparently unstick the deadlock.
Reporting on gentoo wine-staging 4.15. This is not a new problem, I have seen
it for several months at least (possibly longer).
--
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=39916
Bug ID: 39916
Summary: Path of Exile: Crash during combat
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dd31879(a)yahoo.com
Distribution: ---
Created attachment 53308
--> https://bugs.winehq.org/attachment.cgi?id=53308
game crash backtrace
During combat with one specific affix of monster in the game WINE crashes.
Monster type during talisman league is "clutching". It spawns purple colored
totems that shoot purple projectiles everywhere.
--
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=33119
Bug #: 33119
Summary: Free Download Manager freezes randomly
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Tons of "err:treeview:TREEVIEW_HandleTimer got unknown timer" in terminal after
freeze. GUI of FDM partially works when freeze occurs.
To reproduce the bug:
1. Run FDM
2. Check "View / Groups of downloads" if unchecked (probably it triggers the
bug)
3. Download files until FDM will freeze
--
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=55209
Bug ID: 55209
Summary: Regression: When trying to launch (dotnet461)
gitExtensions 3.5.3, fails with failed to start
explorer c00000e5
Product: Wine-staging
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brunoaiss+winebugs(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74811
--> https://bugs.winehq.org/attachment.cgi?id=74811
A script which automates the steps to reproduce the issue
I downloaded and setup gitExtensions portable version 3.5.3 and it fails to
launch.
Version used:
I'm using wine commit `9617c784b9d7ffa88182c24aa2f110a6867aa67d` and wine
staging commit `e57244a59eae5f355598a99172a7bb7751c162cc`. I applied all the
patches `staging/patchinstall.py --all`.
Steps done:
I setup the environment using `wineboot -i` and `winetricks -q dotnet461` to
install the dependencies (included in the script).
I download and unpack gitExtensions (included in the script).
I run gitExtensions (not included in the script) `wine
"$WINEPREFIX/drive_c/Program Files/gitExtensions/GitExtensions.exe"`
It fails to launch.
This behavior doesn't happen with wine 8.10 with `ntdll-wine-frames` staging
patch.
--
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=54625
Bug ID: 54625
Summary: Adobe Lightroom Classic 12.1: page fault in ntdll
since wine-8.3
Product: Wine
Version: 8.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)bzatek.net
Distribution: ---
Created attachment 74150
--> https://bugs.winehq.org/attachment.cgi?id=74150
backtrace
Stable with wine-8.2, crashing shortly after startup with wine-8.3. No
suspicious messages on stdout or stderr, happens when processing image data.
Perhaps related to the recent ntdll low-fragmentation heap?
Unhandled exception: page fault on read access to 0x00007f7a19c90010 in 64-bit
code (0x007f7cc6b66575).
Backtrace:
=>0 0x007f7cc6b66575 in ntdll (+0x36575) (0x007f7c445382d0)
1 0x007f7cc6b67749 RtlAllocateHeap+0x529() in ntdll (0x007f7c445383e0)
2 0x007f7cc68b8b49 malloc+0x29() in ucrtbase (0x007f7c44538420)
3 0x0000002270077a in cameraraw (+0x120077a) (0x00000000048000)
4 0x000000227031aa in cameraraw (+0x12031aa) (0x007f7c44538820)
--
Additional information: these are printed out _after_ the crash happens and the
debugger is running, likely unrelated:
00f4:err:sync:RtlpWaitForCriticalSection section 0000000002A900D0
"wine-8.3/dlls/ntdll/heap.c: heap.cs" wait timed out in thread 00f4, blocked by
05ec, retrying (60 sec)
0640:err:sync:RtlpWaitForCriticalSection section 00007F26BCCFEE60
"wine-8.3/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0640,
blocked by 055c, retrying (60 sec)
--
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=18213
Summary: Video in WebSlingPlayer Firefox is blank/black
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://beta.sling.com/sling_player
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
WebSlingPlayer, a Firefox plugin which acts in the same way as Slingplayer,
connects (with workarounds) but doesn't show any video. Audio plays fine.
"winetricks firefox3 flash wmp9" and native qcap.dll are needed to get this far
as there is no native Linux client as of yet. WebSlingPlayer is currently in
beta.
Workaround is using native quartz.dll.
Severity set low as workaround is use the Slingplayer. WebSlingPlayer is
intended for Windows users who do not have admin access, but this isn't
applicable to Wine.
--
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=55199
Bug ID: 55199
Summary: Page vault on memory access - app does not start
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: benjamin(a)hagels.net
Distribution: ---
Created attachment 74794
--> https://bugs.winehq.org/attachment.cgi?id=74794
backtrace of the crash
App is not able to come up, on windows there are no problems
--
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=54900
Bug ID: 54900
Summary: Altium Designer 17: Crashes when closing tab w/ 3D
rendering
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: afb(a)mailbox.org
Distribution: ---
CAD application Altium Designer may have tabs utilizing 3D rendering. Closing
one of them crashes the whole application:
X Error of failed request: BadWindow (invalid Window parameter)
Closing tabs that are not utilizing 3D rendering works fine.
Last good release: wine-8.3.1
Found issue in: wine-8.4.1, -8.5.1, -8.6.1
--
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=53088
Bug ID: 53088
Summary: Free Video Converter crashes on run
Product: Wine
Version: 7.9
Hardware: x86-64
URL: https://ssl-download.wondershare.com/video-converter-f
ree_full1129.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 72509
--> https://bugs.winehq.org/attachment.cgi?id=72509
Wine 7.9 console output (installation)
Wondershare's Free Video Converter exits silently after installation, and
crashes on subsequent runs. This occurs after Bug 53085 and Bug 53086.
dotnet40 stops the crash but it still exits silently. Background services
continue running.
f2623b3a2763758810404cbb279cd4456f3cd2bb
video-converter-free_setup_full1129.exe
https://videoconverter.wondershare.com/free-video-converter.html
The stub installer downloads a full install which you can copy from
~/.wine/drive_c/users/Public/Documents/Wondershare
5e1317a9c4c01dddbd6ec09bc21566fda7e88b6d video-converter-free_full1129.exe
--
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=49412
Bug ID: 49412
Summary: Wine 5.10 breaks League Of Legends
Product: Wine-staging
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matias.nicolas.zc(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Regression SHA1: 7b78338b078a7a55c5851a91064ef70836f4c996
Distribution: ---
Created attachment 67491
--> https://bugs.winehq.org/attachment.cgi?id=67491
Pass syscall_dispatcher to NtCreateThreadEx
First of all, this is not the same as Bug 49373, that one doesn't affect the
alternative patch from Bug 47198.
Stating with wine 35b063a4 + staging 7b78338b, the game doesn't start. The
following message appears in the terminal every couple of seconds (with
different thread ids):
```
0184:err:ntdll:RtlpWaitForCriticalSection section 0x7bd07a40 "loader.c:
loader_section" wait timed out in thread 0184, blocked by 0024, retrying (60
sec)
```
__________________________________________________
This can be reproduced by running the following executable, no need to have an
account:
`wine League of Legends/Game/League of Legends.exe`
Tested with wine 67ef5151 + staging 02913f75 (the last staging commit at the
moment of testing)
The game also needs the alternative patch from Bug 47198 + `echo 0 >
/proc/sys/abi/vsyscall32`
I have an updated patch for Bug 47198 that applies over wine-git+staging in my
copr repo:
https://copr-dist-git.fedorainfracloud.org/cgit/manizuca/wine-lol/wine.git/…
__________________________________________________
As i said, this bug is present since wine 35b063a4 with the staging rebasing
from 7b78338b
Specifically, the `WOW32Reserved` assignation from the
`0003-winebuild-Generate-syscall-thunks-for-ntdll-exports` patch was moved to
loader.c, since the thread creation function was moved to the Unix library, but
apparently that assignation needs to be in thread creation function.
The attached patch moves back that assignation, by passing a syscall_dispatcher
reference to the Unix library.
Sadly, starting with wine 33c750f5, NtCreateThreadEx is called from
unix/server.c. Since i couldn't find how to get syscall_dispatcher from there,
I'm reverting that commit to make League Of Legends work.
In summary, I can make LoL work with wine-git + staging + reverting 33c750f5 +
the attached patch + the alternative patch from Bug 49373
--
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=38567
Bug ID: 38567
Summary: Life Fortress Volcabamba runs slowly
Product: Wine
Version: 1.7.38
Hardware: x86
URL: http://www.alles.or.jp/~gyonin/game.htm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: ---
Doesn't work in full screen (the default) - only displays blank screen with
mouse cursor.
To run windowed, execute v_config.exe and uncheck top checkbox and then click
first button below the controls to save.
The intro then runs at good speed but gameplay is very sluggish. Sound effects
are OK. No obvious problems listed in terminal output.
System: Nvidia GTX 660 with binary driver 340.76
--
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=55489
Bug ID: 55489
Summary: 'cmd1 || cmd2' (OR, double pipe) not working
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mr.dmitry.sokolov(a)gmail.com
Distribution: ---
Cmd OR (|| - double pipe) command not working.
Run:
echo 123 || echo failed
Expected:
123
Actual:
123
failed
--
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=55455
Bug ID: 55455
Summary: vuplex.com Webview fails in Creativerse (Steam)
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: charles_sant(a)yahoo.co.uk
Created attachment 75015
--> https://bugs.winehq.org/attachment.cgi?id=75015Vuplex.com Webview failure log
Crossover 23.
New Steam bottle (Windows 10) on Macbook Mini M2 Pro.
Launching game Creativerse. Installation seems fine with various components
(.NET etc.) loading.
However, there's an immediate failure of vuplex.com Webview failing.
Log attached.
--
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=55454
Bug ID: 55454
Summary: WechatOCR Component Error
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: diao0cheng(a)gmail.com
Distribution: ---
WechatOCR.exe start falied
This error occurs every time you login to WeChat
But that doesn't affect the normal operation of WeChat
--
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=54787
Bug ID: 54787
Summary: Penumbra: Overture in game black screen with enabled
Anti-Aliasing (multisample)
Product: Wine
Version: 8.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: illia.a.polishchuk(a)globallogic.com
Distribution: ---
How to reproduce:
1 - Download Penumbra: Overture game in Steam
2 - Enable the game compatibility setting "Force the use of a specific Steam
Play
compatibility tool"
3 - Set all the game settings to high (The important is "anti-aliasing" setting
= 4 and "Post Effects" = on and "Bloom" = on)
5 - Run new game.
Actual result: Black screen rendered
It can't be reproduced for pure windows on windows version and native linux
version on linux
This bug was observed while implementing workaround for "mesa" project:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22147/diffs?commi…
The bug reason in GL spec (8.7):
"An INVALID_OPERATION error is generated by CopyTexImage*D"
"the effective value of SAMPLE_BUFFERS for the read framebuffer
(see section 9.2.3.1) is one."
BUT
Windows version on Windows OS uses just wglChoosePixelFormatARB call with
WGL_SAMPLES_ARB argument
And game has common GL_SAMPLES = 0 and arb WGL_SAMPLES = 4
Probably WGL_SAMPLES does not have the multisample restriction but `wine`
translation breaks this
When wine translates it to a Linux it uses explicit renderbuffer with samples
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/wined3d/texture.c#L2…
--
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=54721
Bug ID: 54721
Summary: load_wow64_ntdll failed to load
L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexschwartz01(a)gmail.com
Distribution: ---
Created attachment 74227
--> https://bugs.winehq.org/attachment.cgi?id=74227
output of "/opt/wine-devel/bin/wine64 7z2201.exe" command
Background: I ran these commands on my Debian VM
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key
https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/
https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sou…
sudo apt update
filename=$(apt-get download wine-devel --print-uris | awk '{print $2}')
version=$(apt-get download wine-devel | awk '{print $7; exit}')
dpkg-deb -R $filename requires32/
sed -i "s/, wine-devel-i386 (= $version)//g" requires32/DEBIAN/control
dpkg-deb -b requires32/ wine64.deb
sudo apt install ./wine64.deb -y
I wanted to try to run a x86 32-bit app (I picked 7-Zip) with wine64 with the
WOW64 experimental feature so I ran "/opt/wine-devel/bin/wine64 7z2201.exe" and
it gives the error message in the attachment
Below is the output of "ls -la /home/alex/.wine/drive_c/windows/syswow64/"
command
alex@penguin:~$ ls -la /home/alex/.wine/drive_c/windows/syswow64/
total 0
drwxr-xr-x 1 alex alex 0 Mar 22 18:29 .
drwxr-xr-x 1 alex alex 342 Mar 22 18:29 ..
It is quite weird that this directory is empty
--
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=54260
Bug ID: 54260
Summary: 64-bit prefix cannot launch applications dependent on
ie8 winetricks package
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: johnherschelfreeman2013(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
The game EverQuest recently moved to 64-bit and to patch the game LaunchPad.exe
needs the ie8 package but it will not give a graphical interface due to
dependency ie8.
--
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=50640
Bug ID: 50640
Summary: Program "OpenBoard" crashes at startup
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcellruyter(a)gmail.com
Distribution: ---
Created attachment 69344
--> https://bugs.winehq.org/attachment.cgi?id=69344
wine: Program Error Details
Currently I run wine 6.0 and the program OpenBoard
(https://github.com/OpenBoard-org/OpenBoard/releases/download/v1.5.4/OpenBoa…)
crashes on startup:
010c:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
wine: Unhandled page fault on read access to 8B088B04 at address 6CA25FE2
(thread 010c), starting debugger...
0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
On an old laptop I run wine 5.22-1 and the program works fine there.
--
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=46460
Bug ID: 46460
Summary: it will get to the opening loading screen then crash
on roblox studio
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bramer.cyndi(a)gmail.com
Distribution: ---
Created attachment 63262
--> https://bugs.winehq.org/attachment.cgi?id=63262
roblox studios
it will get to the opening loading screen then crash on roblox studio
--
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=37995
Bug ID: 37995
Summary: Mouse jittering when steam overlay is enabled
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonas.jelten(a)gmail.com
Distribution: ---
When the steam-overlay is enabled, the mouse in Skyrim, Fallout New Vegas, and
Fallout 3 jitters in the 3d view. The visible cursor movement in menus is
totally smooth and normal.
When moving the head, the view center jumps around slightly, but only when
moving the mouse. The game is playable, these micro-jumps are really annoying.
It feels as if the mouse does not provide consistent but rather noisy and jumpy
data about the coordinates or the mouse underground is bad (dirt, reflections).
This was my guess for a long time, but I just figured out the problem does not
occur when the overlay is disabled.
Maybe this is related to #32913.
wine 1.7.33
kernel 3.18.3-JJ
xorg-server 1.16.2.901-r1
nvidia-drivers 346.35
AMD Phenom II X4 955
GeForce GTX 560
--
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=54466
Bug ID: 54466
Summary: ???????
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevie1401(a)web.de
Distribution: ---
It's really incredibly complicated to report a bug in an app!
I want to report 2 bugs:
Purebasic and Spiderbasic load very very slowly.
--
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=53390
Bug ID: 53390
Summary: Doom 3 BFG Mostly Black Screen
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthewcboyd(a)tutanota.com
Distribution: ---
Created attachment 72780
--> https://bugs.winehq.org/attachment.cgi?id=72780
Log File
Doom 3 BFG installs and launches but when starting a new game the screen is
mostly black. A few things show up such as screens and the crosshair but it's
not playable like this. I am atatching a log file and a screenshot.
My System:
AMD FX-9590 | 16GB DDR3-2133 | MSI RX 580 8GB Gaming X | Mesa 22.1.3 | Manjaro
21.3.4 | Mate 1.26.0 | Kernel 5.18.12-3-MANJARO | Wine 7.13
--
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=42435
Bug ID: 42435
Summary: Age of Empires 2 HD Steam has a dimmed down interface
and the ingame main screen is just white with an intel
945gm gpu
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mintos(a)discard.email
Distribution: ---
since the direct3d fix in 2.1 i was finally able to test Age of Empires 2 HD
Steam edition with my old laptop. unfortunately there are other bugs. the whole
menu and game interface looks dark like there is some gamma or color problem
but it works alright.
when starting a game the main screen is complete white(or complete black if you
change something in the game settings). controlling the game blindly partially
works but it is bugged too.
i have a 945gm gpu and a T2080 32bit CPU and im running Linux mint mate 32bit
with an updated 4.8 kernel
--
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=33264
Bug #: 33264
Summary: iexplore crash on Unhandled page fault on read access
to 0x00000000 at address 0x7d404456 (thread 0009)
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: alfonsojon1997(a)gmail.com
Classification: Unclassified
Created attachment 43996
--> http://bugs.winehq.org/attachment.cgi?id=43996
Stack trace
Wine's iexplore.exe crashes when going to www.roblox.com and clicking "Build".
You must be logged in and have already installed Roblox. Perhaps this is an
activex issue?
--
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=55321
Bug ID: 55321
Summary: Gdiplus curve flattening broken
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: k.kahurani(a)gmail.com
Distribution: ---
Created attachment 74915
--> https://bugs.winehq.org/attachment.cgi?id=74915
Behaviour on Windows vs behaviour on Wine
It looks to me like GdipFlattenPath is broken because it essentially produces
straight lines with sharp corners. This behaviour is also seen on Windows but
only when the 'flatness' passed to the function is a huge value.
The same code on Windows produces the image on the left while on Wine it
produces the image on the right. The two seem to differ a lot because one is
essentially a curve while on the right is essentially a polygon.
--
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=54834
Bug ID: 54834
Summary: Some applications hang at startup with seemingly
frozen window since Wine 8.2
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 74336
--> https://bugs.winehq.org/attachment.cgi?id=74336
ImgBurn on Wine 8.1 (on commit 0692d07f) terminal output
Hello,
After an update from 8.0-rc5 to 8.5 some applications fails to start.
I did a regression test and the last working release is 8.1 (exact commit in
regression field).
The affected applications are:
Ubisoft connect (prevents ability to play many games) (on 32-bit and 64-bit).
ImgBurn.
Regards.
--
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=52767
Bug ID: 52767
Summary: wine: Unhandled page fault on read access to
0000000000000000 at address 00000003AF6DAE20 (thread
002c), starting debugger...
Product: Wine-staging
Version: 7.5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: avenjames(a)live.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Suddenly returned fault while to start Wine, terminal export the log:
winecfg
wine: created the configuration directory '/Users/avenjames/.wine'
0024:fixme:esync:do_esync eventfd not supported on this platform.
002c:fixme:esync:do_esync eventfd not supported on this platform.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.5 is a testing version
containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
wine: Unhandled page fault on read access to 0000000000000000 at address
00000003AF6DAE20 (thread 002c), starting debugger...
002c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 40 48" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: could not load kernel32.dll, status c0000135
192:~ avenjames$
tried to reinstall the Wine via Brew, clean prefix and .wine folder, fixed
permission of the disk, and remove all history of the terminal session, but
still the same.
I remember that before clean the prefix and the wine folder, it could run app
with a debug window but can't do anything, after clean the prefix and .wine, it
couldn't be started with wineboot or winecfg.
any idea bros?
OS: OSX 10.14 Mojave
Platform: RMBP mid-2015
--
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=52696
Bug ID: 52696
Summary: idk why this is happending
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ariannaperezlove(a)gmail.com
Distribution: ---
Created attachment 72043
--> https://bugs.winehq.org/attachment.cgi?id=72043
idk what happening
i was trying to play roblox than that happend !
--
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=51660
Bug ID: 51660
Summary: Adding setupapi to prefix and running EverQuest causes
game to never launch
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: johnherschelfreeman2013(a)gmail.com
Distribution: ---
Created attachment 70534
--> https://bugs.winehq.org/attachment.cgi?id=70534
wine output after adding setupapi
launcher and game run fine pre adding setupapi post add produces log with +seh
--
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=40398
Bug ID: 40398
Summary: Aftter context_create "Failed to allocate fragment
pipeline context data.", the function referenced NULL
pointer.
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: blackwingcat2000(a)gmail.com
Distribution: ---
L63E6DACE:
mov edx,[esp+50h]
mov eax,[edx+0000C8F8h]
mov eax,[eax]
mov [esp],eax
call SUB_L63F0913E
mov ebx,eax <- eax returns zero !
jmp L63E6D69D
L63E6D69D:
mov eax,ebx
call SUB_L63E6739A
SUB_L63E6739A:
push edi
push esi
push ebx
sub esp,00000020h
mov ebx,eax
test byte ptr [L63F31078],08h
jnz L63E673C6
L63E673AB:
mov eax,[ebx+00000FE8h] <- 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=40175
Bug ID: 40175
Summary: bug
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: regifraga_07(a)hotmail.com
Distribution: ---
Created attachment 53677
--> https://bugs.winehq.org/attachment.cgi?id=53677
Às vezes quando inicio o jogo apareci essa mensagem
bug, quando inicio apareci uma mensagem de erro
--
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=39835
Bug ID: 39835
Summary: Fullscreen Steam popup Flickering
Product: Wine
Version: 1.8-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: masterderth(a)gmail.com
Distribution: ---
Heyo, so I've been experiencing some screen flickering when I play games in
Wine.
It happens when I get a popup from Steam (Linux version).
To reproduce it.
1. Have Steam (Linux) running.
2. Launch a Wine game in fullscreen.
3. Alt Tab to Steam and get a friend to message you (Game must support alt
tabbing).
4. Quickly go back into the Wine Game and watch the corner where popups appear
at.
5. When friend messages, the screen will flicker.
I've tested it with The Sims 4 and Fallout New Vegas, Origin and Steam
(Windows).
I am on Linux Mint 17.3 running MATE.
--
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=55498
Bug ID: 55498
Summary: Multiple application and games have difficulties
connecting to their online servers
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 75061
--> https://bugs.winehq.org/attachment.cgi?id=75061
The Lord of the Rings Online default terminal output - wine 8.14
Hello,
Since a few days all the applications and games I tested, that uses online
services, have trouble connecting to their servers. This includes:
- Steam;
- Blizzard Battle.net;
- World of Warships;
- The Lords of the Rings Online;
- Dungeons and Dragons Online.
I've not tried any other windows application, yet.
- World of Warships is very slow to start, and sometimes ends up with 'not
connected to the server' in the port, with missing online content. I can play
online matches, though, but finding a match is slower than before. I think the
game tries hard to start and to reconnect.
- Blizzard Battle.net often fails to connect for the login screen. It says
'connecting' for a minute and then shows an blz#### splash screen with buttons
to go 'offline' or exit. It sometimes manages to connect, but then can fails to
load the online content (world of warcraft videos and news feed for instance),
with a message to retry.
- Steam is just being slow to open and to display online content, sometimes
staying at a blank space; It's overall functioning.
- The Lords of the Rings Online and Dungeons and Dragons Online both have
slowdowns when opening their respective launchers, and connecting to the world
servers fails constantly after several retries (20 retries in 1 sec. each).
Sometimes, the launcher display an error message about a socket error.
I attach the terminal output from The Lords of the Rings Online as it's the one
that does the most visible retries at connecting to its server and is
constantly failing.
The issue is present with my compiled wine version (from 8.11 to 8.14), as well
as the Debian wine 8.0~repack-4 package and the winehq-devel 8.14~bookworm-1
package (Those two I tested to be sure it was not my builds that were broken).
I've upgraded to Debian 12 in mid-July. All those applications and games were
working by then, with wine 8.11. I don't know what has changed on my system
since then that has broken everything. There were a few kernel updates and also
updates to those applications (WoWs 12.7, Steam on 1st of August, LOTRO & D&DO
had an in-game shop update, blizzard had an update, etc. but the symptoms seem
common and I doubt they are caused by individual updates.
I also have no more sound from another offline game that worked in July and had
no update as it doesn't connect to internet at all, but I'll leave that sound
issue for later. It may be a kernel/system library update, though.
I have no problem accessing internet from Linux programs including the native
Steam & Discord clients.
My system is Debian 12 Bookworm with 32 GB of RAM.
NVidia RTX 2070 with proprietary driver 535.104.05.
Regards.
--
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=54981
Bug ID: 54981
Summary: Visio 2003 When using ux theme icons are not rendered
on object property panels
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)copysoft.org
Distribution: ---
Created attachment 74520
--> https://bugs.winehq.org/attachment.cgi?id=74520
Icons in Visio2003 property panels are rendered blank when using light theme.
When using Visio 2003 in Wine 8.7 and 8.8 when the "Light Theme" is enabled in
the Desktop Integration panel of the Wine configuration if I select properties
in an object the icons are drawn blank, if I select "no theme" the icons are
drawn normally.
--
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=54959
Bug ID: 54959
Summary: winhttp:notification - test_websocket() times out on
Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
winhttp:notification - test_websocket() times out on Windows and Wine:
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:118: Test failed: 994: expected status 0x20000 got 0x1
notification.c:123: Test failed: 994: expected callback 0x1 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x2
notification.c:123: Test failed: 994: expected callback 0x2 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4
notification.c:123: Test failed: 994: expected callback 0x4 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x8
notification.c:123: Test failed: 994: expected callback 0x8 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x4000
notification.c:123: Test failed: 994: expected callback 0x4000 to be called
from the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x10
notification.c:123: Test failed: 994: expected callback 0x10 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x20
notification.c:123: Test failed: 994: expected callback 0x20 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x40
notification.c:123: Test failed: 994: expected callback 0x40 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x80
notification.c:123: Test failed: 994: expected callback 0x80 to be called from
the same thread
notification.c:118: Test failed: 994: expected status 0x20000 got 0x200000
notification.c:123: Test failed: 994: expected callback 0x200000 to be called
from the same thread
winhttp:notification:1448 done (258) in 120s 9182B
This is not a regression but rather an issue with the server. lsof shows the
test stuck with a connection to 104.21.29.32 (but that's a CloudFlare IP). So
the server's behavior must have changed recently and if that's not temporary
the test will need to be adjusted.
--
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=54795
Bug ID: 54795
Summary: configure fails to find pcap development libraries
with libpcap <1.9.0 present
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Hello,
In my case, Debian 8 "Jessie" ships libpcap 1.6.2.
According to the man page, pcap_init was introduced in libpcap 1.9.0.
https://man7.org/linux/man-pages/man3/pcap_init.3pcap.html
The ~regression~ commit modifies configure to check for pcap_init() in lieu of
pcap_create(), which fails on such old OS.
Regards.
--
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=54730
Bug ID: 54730
Summary: EverQuest: game compositor freezes during account
switching
Product: Wine-staging
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnherschelfreeman2013(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74235
--> https://bugs.winehq.org/attachment.cgi?id=74235
log after switching to another account and returning to account with game
running
During a switch to another account compositor window freezes and when switching
back to account executing the wine process video does not update in the
compositor window
--
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=46405
Bug ID: 46405
Summary: steam: crashes when opening game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yuettingng(a)gmail.com
Distribution: ---
Created attachment 63166
--> https://bugs.winehq.org/attachment.cgi?id=63166
program error details
Game crashes when I started to play on steam
--
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=45983
Bug ID: 45983
Summary: Not working gamepad in windows steam games
Product: Wine-staging
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nickfaces(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
With 3.18-staging not working gamepad in windows steam games. No errors in
terminal. The problems in Arch and Ubuntu 18
--
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=45751
Bug ID: 45751
Summary: Sniper Elite V2 has missing objects or invisible
textures
Product: Wine
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: noonetinone(a)gmail.com
Distribution: ---
Sniper Elite: V2 has missing objects or invisible textures in the main menu.
Gameplay is unaffected. The has occurred between 3.10 & 3.11 wine releases.
The problems has been present since then. I took the liberty to bisect the
offending commit. It is below.
________________________________________________________________________
537007525a8909a2295bd7cd123f0eb6ce1b77cb is the first bad commit
commit 537007525a8909a2295bd7cd123f0eb6ce1b77cb
Author: Józef Kucia <jkucia(a)codeweavers.com>
Date: Tue Jun 19 17:15:00 2018 +0200
wined3d: Use WINED3D_LOCATION_DISCARDED before initializing buffers with
data.
Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 2dcb8443ae6f5ac506801053163f0b21be4af81d
0e4abd89b101fb9f27c0273cecfb4af3f71a901a M dlls
--
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=55174
Bug ID: 55174
Summary: Freecol 1.1.0 does not run without change dir to the
game directory first
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 74755
--> https://bugs.winehq.org/attachment.cgi?id=74755
Console output on 2 failed starts, and one succesfull start of freecol
Freecol 1.1.0 does install without errors, but it does not run unless the user
cd's into the game directory first.
Steps to reproduce:
$ wget
https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freeco…
$ rm -rf ~/wine-tmp
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ wine freecol-1.1.0-with-java.exe Now the installer starts. Accept the
defaults. The game installes without any errors.
$ wine ~/wine-tmp/drive_c/Program\ Files/FreeCol/FreeCol.exe Now the game does
not start
$ cd wine-tmp/drive_c/Program\ Files/FreeCol/
$ wine FreeCol.exe Now the game starts.
My versions:
$ wine --version
wine-8.11
$ uname -a
Linux cedric 6.3.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20
+0000 x86_64 GNU/Linux
--
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=54770
Bug ID: 54770
Summary: missing check of malloc in loader/main.c
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: void0red(a)gmail.com
Distribution: ---
we put a fault injection fuzzing on wine,
and find two potential bugs in loader/main.c.
it may miss a malloc check before memcpy
the call stack looks like this:
main ->
load_ntdll ->
get_self_exe ->
build_path ->
memcpy
main ->
load_ntdll ->
remove_tail ->
memcpy
--
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=54665
Bug ID: 54665
Summary: Can't install EduPython
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: villemurclement(a)gmail.com
Distribution: ---
Created attachment 74180
--> https://bugs.winehq.org/attachment.cgi?id=74180
Crash Report
Before with wine 7.x it was working fine. Today I reinstalled my Debian and
install Wine 8.0 and when I was trying to install EduPython it was not working.
--
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=54438
Bug ID: 54438
Summary: Wine 8 Stage -> shell32.dll -> wrong icon and hold not
the standart of Windows
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blackcrack(a)blackysgate.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73987
--> https://bugs.winehq.org/attachment.cgi?id=73987
Screenshot of the Desktop with running wine and Listerplugin for show the
shell32.dll icons
I use Fedora 37
(more in the Screenshoot of versioning)
i guess there be troubles of over watching the Standards ?
okey, i be not a programmer as so in c, c++ and assembler,
but i be now more 25 Jears in the net and at 1999 directly at Linux,
but this, wonder me sure .. because i have logging me in at WineHQ :
the most heart of WinNT API, so in Wine is really wrong.. and you have not note
that before you have make a release ? wow.. heavy, this let show how less you
have you code under over watching and cleaning up.
i have in the last times again install wine in Fedora and have a bit an eye on
it.. because i use Total commander from Cris and have use an couple icons into
the Buttonbar from shell32.dll as standard Icons, because i have noticed, there
be wrong icons in the shell32.dll and i have thing.. wth.. wrong icons what's
goes on..
and i work over smbfs down from a server in my basement and i have a
serverinfrastructure via fedora(at moment 37) with smbfs and nfs for my
linuxclients and use the same Total Commander from Chris for all Win32/64
Systems/API's down from the network, where i have noticed to be something wrong
in the wine shell32.dll..
now my question.. do you not check over the files before you get out an
version..
okey, in clear text: Shell32.dll have the wrong ICONS (and use no standard),
look on the Picture attachemnt.
All Version's informations it is see in the Screenshot Attachment.
this is my first Bugreport here in WineHQ.. as a old man...oh wrong, old Geek
;)
best regards to the Team :)
Blacky
p.s.: and please, before you release an Wine-release, check also the files and
don't give out something ...hmmm (no, i say not crap *g*) we have now a couple
time behind us..(Wineteam and i am as user...) and there is not a really making
better Wine in Linux like it is now.. a bit wrong... and, me wonder, also
Reactos have Wine in the fingers.. and they are have say nothing about
shell32.dll and the icons ?|
ui...
so, all the best :)
--
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=49839
Bug ID: 49839
Summary: Steamwebhelper.exe crashes when running Steam
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drnefarius(a)hotmail.com
Created attachment 68178
--> https://bugs.winehq.org/attachment.cgi?id=68178
steam webhelper crashing high sierra
SteamWebHelper keeps crashing. Steam will run, but the online contents, such as
the store, the library, news, etc. are all left blank. I can log into Steam
though, and update and download games. But I cannot run the game. This is for
Tracks The Train Set Game.
--
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=41262
Bug ID: 41262
Summary: It won't let me open Skyrim on my Steam
Product: Wine
Version: 1.9.18
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abanwait1(a)gmail.com
Created attachment 55563
--> https://bugs.winehq.org/attachment.cgi?id=55563
This is the log that comes in whenever I ask the program error log sheet.
Downloaded Steam via a wineskin wrapper and downloaded Skyrim via that Steam.
Whenever I click on Skyrim to play it, it says the program Setup.exe has
encountered a serious problem and needs to close. We are sorry for the
inconvenience. The opening little menu window pops up but when I click play, it
goes back to the desktop. Please email with a response.
--
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=39173
Bug ID: 39173
Summary: age of pirates force close often
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adi.maryadi.1905.1985(a)gmail.com
Distribution: ---
Created attachment 52205
--> https://bugs.winehq.org/attachment.cgi?id=52205
Age of Pirates 2
force close often
--
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=55400
Bug ID: 55400
Summary: wine is not opening
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: psudharshanreddy444(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 74959
--> https://bugs.winehq.org/attachment.cgi?id=74959
wine is not opening and getting prefix error in mac os
wine is not opening in venture mac os
--
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=55143
Bug ID: 55143
Summary: unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder
called in 32-bit code (0x7b012566)
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: zeroredgrave(a)gmail.com
Distribution: ---
Created attachment 74705
--> https://bugs.winehq.org/attachment.cgi?id=74705
Cannot Launch the App probably the introduction of the game( before main menu)
cannot create a video decoder i think
Max Payne 2 Cannot Launch due an unimplemented function
winegstreamer.dll.winegstreamer_create_video_decoder called in 32-bit code
(0x7b012566)
--
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=51735
Bug ID: 51735
Summary: Resident Evil Village doesn't launch
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Process hangs with
07c8:err:virtual:virtual_setup_exception stack overflow 2064 bytes in thread
07c8 addr 0x7bc739a4 stack 0x207f0 (0x20000-0x21000-0x420000)
wine-6.16-247-g0d22e8455a2
--
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=43874
Bug ID: 43874
Summary: Battlefront 2 (2005) broken multiplayer
Product: Wine-staging
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bellamorte42(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Attempted with both a 64-bit and 32-bit wineprefix. Single player works just
fine, but within a couple seconds of loading a multiplayer game it crashes back
to the menu with an 'unknown error'.
--
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=47198
Bug ID: 47198
Summary: League of Legends 9.10 Crash after champ select
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: composizion3(a)hotmail.com
Distribution: ---
Created attachment 64453
--> https://bugs.winehq.org/attachment.cgi?id=64453
Console output.
9.10 patch broke the game on Linux; again; it crashes at the game start.
It should also be noted that it is the patch that officially ended win xp/vista
support.
--
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=54542
Bug ID: 54542
Summary: d3dx10_38:d3dx10, d3dx10_40:d3dx10, d3dx10_41:d3dx10,
d3dx10_42:d3dx10 & d3dx10_43:d3dx10 regularly get
D3DXERR_INVALIDDATA
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3dx10_38:d3dx10, d3dx10_40:d3dx10, d3dx10_41:d3dx10, d3dx10_42:d3dx10 &
d3dx10_43:d3dx10 regularly get unexpected hr values in test_get_image_info()
and test_create_texture().
For instance on 2023-02-15 on w1064 the 32-bit d3dx10_43:d3dx10 test got:
d3dx10.c:2677: Test failed: Test 0: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2686: Test failed: Test 0: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2677: Test failed: Test 2: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2686: Test failed: Test 2: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2868: Test failed: Test 0: Got unexpected hr 0x88760b59.
d3dx10.c:2870: Test failed: Test 0: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2881: Test failed: Test 0: Got unexpected hr 0x88760b59.
d3dx10.c:2883: Test failed: Test 0: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2868: Test failed: Test 2: Got unexpected hr 0x88760b59.
d3dx10.c:2870: Test failed: Test 2: Got unexpected hr2 0xdeadbeef.
d3dx10.c:2881: Test failed: Test 2: Got unexpected hr 0x88760b59.
d3dx10.c:2883: Test failed: Test 2: Got unexpected hr2 0xdeadbeef.
See https://test.winehq.org/data/patterns.html#d3dx10_34:d3dx10
Where 0x88760b59 == D3DXERR_INVALIDDATA
This is similar to the d3dx10_34:d3dx10 issue bug 54541 but there are key
differences:
* In bug 54541 it is always the same two checks that fail, whereas here it's a
different set of failures with every run, with anywhere from 4 to 78 failures.
* Bug 54541 never had failures in test_create_texture().
* Also this bug's failures seem to have started some time around 2023-01-07,
i.e. much more recently than the ones in bug 54541.
--
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=52661
Bug ID: 52661
Summary: The Life and Suffering of Sir Brante Crashes Often
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthewcboyd(a)tutanota.com
Distribution: ---
Created attachment 71983
--> https://bugs.winehq.org/attachment.cgi?id=71983
Log File
I am trying to play The Life and Suffering of Sir Brante from GOG using Wine.
It crashes at different times always with the same error in the log file. Now
here's what's really interesting: it doesn't do this on the demo. I can
actually boot up the demo, get past where it crashes on the full version, copy
my save into the full game and keep going. Problem is it will crash again down
the road and I am more than convinced this will happen past where the demo
ends. The crashes are always at specific points and are reproducable.
The part of the log file that I think is interesting is this:
"ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvaapi.so"
The file is installed properly and this happens on Manjaro as well as Mint.
My System:
AMD Ryzen 5 2600X | 16GB DDR4-3000 CL15 | MSI RX 580 8GB Gaming X | Mesa 21.2.6
| Linux Mint 20.3 | Mate 1.26.0 | Kernel 5.4.0-104-generic
--
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=45613
Bug ID: 45613
Summary: Total War: Arena crashes with enabled d3dcompiler_47
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 45593, 45599, 45602, 45603
Distribution: ---
Make sure you work around the dependent bugs.
The game starts up, but then crashes with a blackscreen.
Suspicious log from +relay
> 009d:Call d3dcompiler_47.D3DReflect(030e20d0,00000350,56913238,0033dac0) ret=55f79bfd
> 009d:Ret d3dcompiler_47.D3DReflect() retval=80004002 ret=55f79bfd
> 009d:Call KERNEL32.OutputDebugStringW(030e1ef0 L"d3d call failed (0x80004002) : unspecified\n") ret=55134092
> 009d:Ret KERNEL32.OutputDebugStringW() retval=00000000 ret=55134092
Disabling d3dcompiler_47 works around the issue (for some reason).
Note:
To easier debug this issue, go to drive_c/users/USERNAME/Application Data/The
Creative Assembly/Arena/scripts/preferences.script.txt and set gfx_fullscreen
to false.
--
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=41225
Bug ID: 41225
Summary: League of Legends: Login Status randomly
fails/succeeds
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nmschulte(a)gmail.com
Distribution: ---
Created attachment 55493
--> https://bugs.winehq.org/attachment.cgi?id=55493
stderr + stdout
amd64 Debian Sid, multi-arch (Intel Haswell)
wine-development version wine-1.9.17 (Debian 1.9.17-1)
wine-stable version wine-1.8.3 (Debian 1.8.3-3)
When logging in to the game, sometimes the login works immediately (rare),
sometimes the login seems to timeout multiple times in a row and fails after 3
re-attempts, and sometimes it succeeds after a few re-attempts.
I have attached a log where my first "login" failed after three request
attempts; I then pressed the button again (second "login"), which was
re-attempted twice but succeeded after the second re-attempt.
Please see the screenshots for reference.
After having dealt with this issue for a while (since I've ever been playing
League of Legends on Wine, which was v1.5 or v1.6; definitely same issue w/
v1.7), I've noticed a few quirks:
I have a hunch this has to do w/ SSL/TLS (HTTPS) or part of the certificate
chain.
It seems that having iexplore.exe open in the background/prior makes the login
more likely to succeed. Just a feeling, not 100% certain this helps.
If I enter a bad password, the responses seem to _always_ come back right away
(or very, very quickly). I have had decent success "working around" this issue
by:
1) copying my correct password to the clipboard (usually by CTRL+X'ing it after
typing it in the username field)
2) issuing a rapid succession of "logins" with incorrect passwords, until the
(login failed) response comes back _very quickly_, usually after 3 or 4
"logins"
3) quickly pasting my correct password and logging in
Usually, this signs me in on the very first "login" request/response (no
"attempt #" re-attempts).
--
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=34512
Bug #: 34512
Summary: DDO client Freeze up
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linuxhelper2881(a)yahoo.com
Classification: Unclassified
Created attachment 45941
--> http://bugs.winehq.org/attachment.cgi?id=45941
DDO wine1.7.1. output
when u start the Client it Freezes up while it try's to load the Downloading
"EN-Splash-screen". log and output is here need any thing else just ask
--
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.
http://bugs.winehq.org/show_bug.cgi?id=18443
Summary: Could not initiate GoogleTalkPlugin connection in Google
Video/Voice chat
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=21044)
--> (http://bugs.winehq.org/attachment.cgi?id=21044)
+ws2_32,+winsock log
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.exe (It will say error 0x80040509 even
though it installed - bug 18442)
6. Move the content of c:\Program Files\'Mozilla Firefox' into the appropriate
place under c:\Program Files\Mozilla Firefox. (bug 18441)
7. Start win32 Firefox.
8. Login to Gmail.
Once the chat window loads, you should get the following on the console:
trace:winsock:WSACreateEvent
trace:winsock:WSAStartup verReq=1
trace:winsock:WSAStartup succeeded
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
[000:002] Could not initiate GoogleTalkPlugin connection
--
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=54766
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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=54967
Bug ID: 54967
Summary: Star Citizen launcher fails to start with javascript
error
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 74494
--> https://bugs.winehq.org/attachment.cgi?id=74494
Screenshot of the JavaScript error dialog from starting the Star Citizen
launcher
Hello,
Star Citizen is free for a limited time.
Last time I tried it was in November '22. I could start the launcher (1.6.1)
and game client and the only issue I had was the low performance (reported as
bug 54010).
The launcher is now a new version (1.6.6) and I'm unable to start it. It
displays an error message from JavaScript and nothing happens when dismissed. I
have to kill the residual process (CrBrowserMain - presumably a libcef/webkit
helper).
Regards.
--
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=54244
Bug ID: 54244
Summary: cardfile windows are grayed out
Product: Wine-staging
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmikeinsantarosa(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73797
--> https://bugs.winehq.org/attachment.cgi?id=73797
grayed out window example
All cardfile.exe windows are grayed out.
Here is a link to my goolge drive for cardfile.exe for testing
https://drive.google.com/file/d/1uIJo1qtE1sQYQvgUsjiYHxBbU-ZhXehk/view?usp=…
This bug has been present since wine-staging-6.6
--
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=53961
Bug ID: 53961
Summary: Saints Row 2022 doesn't start
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Split off from bug 53954. For wine-7.21, you need the patch from this bug.
When starting the game, there is a SaintsRow.exe process, but the game doesn't
start.
--
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=53896
Bug ID: 53896
Summary: World of Warcraft (Turtle WoW variant) often on start
completely freezes my laptop
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine_bugzilla(a)sctb.ch
Distribution: ---
So, I've been running the original World of Warcraft 1.12.1 for many years, and
for about a year now, the variant of this which the Turtle WoW team have been
modifying.
As of about two weeks ago, starting WoW often - not always, and I think I can
normally get *one* start okay - completely and totally locks up my laptop.
Even the caps-lock key light stops working. I have to reboot.
There was no release from Turtle WoW at this time. I regularly update my
laptop, so I can't say what was or was not changed in Debian/XFCE around that
time.
I will note one other potentially related issue, as it may be help to know of
it it used to be that I could alt-tab in and out of WoW just fine (well, almost
fine - after about five or so swaps, the textures on the environment would all
go black), but recently - I would say for a bit longer than the freezing up
problem - if I alt-tab out now, then when I come back, everything is a mess.
All the textures, the lighting, it's all garbled.
This is all in full-screen mode. I'm using XFCE on Debian. The other apps I
use with WINE are desktop apps (a text editor, a calculator), and they have no
problems. I use no other graphics-using software on WINE.
1. Linux book9 5.18.0-0.deb11.4-rt-amd64 #1 SMP PREEMPT_RT Debian
5.18.16-1~bpo11+1 (2022-08-12) x86_64 GNU/Linux
2. It's quite an old laptop, a Samsung ATIV book 9, using an i5-5200U.
--
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=49773
Bug ID: 49773
Summary: Replace autotools with CMake.
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
Autotools is a major inconvenience when building wine. It is too slow to
configure (bash-based), too inconvenient to install on Windows (I haven't found
any official prebuilt packages, and building autotools itself requires ...
perl, which itself is a problem to build, (and using proprietary bundles lioe
ActivePerl is completely not an option) ) and too awful to customize.
It is proposed to replace it with CMake.
--
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=41424
Bug ID: 41424
Summary: Roblox Linux Wrapper
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: promanzini(a)hotmail.com
Distribution: ---
Created attachment 55799
--> https://bugs.winehq.org/attachment.cgi?id=55799
Linux Wrapper Logs
I downloaded Roblox Linux Wrapper from Github, and I attempted to Play using
the Legacy Option, it pops up to insert URL, I do as it is requested, but it
returns with the error log (Attached).
--
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=55357
Bug ID: 55357
Summary: BioShock Remastered crashes with
EXCEPTION_ACCESS_VIOLATION in WoW64
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zsolt_vadasz(a)protonmail.com
Distribution: ---
Created attachment 74939
--> https://bugs.winehq.org/attachment.cgi?id=74939
Backtrace
The GOG edition crashes immediately with the above exception. Tested with
current Wine master (fddb79776871ee00adf4d78583135a5d96ca8c06).
--
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=45990
Bug ID: 45990
Summary: Steam activation(first run) for Black Ops 2 zombies
does not go through
Product: Wine-staging
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
First-run of this game on Steam is not possible on staging. It is possible to
launch the game (into an error and crash) on staging after it has been ran
first by devel.
Tested on a recent wine-staging git built (3.18 based) and with wine-devel 3.17
(because 3.18 has a regression with Steam).
This has been an issue for a long time, am just reporting it late as I never
realized how exactly is it happening.
https://store.steampowered.com/app/212910/
--
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=39995
Bug ID: 39995
Summary: League of Legends
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emanmc(a)gmail.com
Distribution: ---
Created attachment 53434
--> https://bugs.winehq.org/attachment.cgi?id=53434
report
i start in playonlinux game name League of Legends, report bug
--
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=34054
Bug #: 34054
Summary: Jack Orlando: A Cinematic Adventure. Director's Cut
demo hangs
Product: Wine
Version: 1.6-rc5
Platform: x86
URL: ftp://demos:4all@87.230.58.111/JO_demo_big_en.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45262
--> http://bugs.winehq.org/attachment.cgi?id=45262
log
Demo hangs with
fixme:d3d:wined3d_get_adapter_raster_status wined3d 0x182098, adapter_idx 0,
raster_status 0x32fbd8 semi-stub!
--
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=54954
Bug ID: 54954
Summary: FEAR does not launch new game
Product: Wine
Version: 8.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
Distribution: ---
Created attachment 74478
--> https://bugs.winehq.org/attachment.cgi?id=74478
Output log of program
The game FEAR (GOG version) runs normally, but after starting new game and
loading shows errors "Out of memory" (with exit to desktop) or "Disconnected
from server" (with exit to main menu)
--
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=54883
Bug ID: 54883
Summary: Wine 8.0.1 Stable prints an empty file
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maranbr(a)outlook.com
Distribution: ---
Since Wine 8.0 Stable, my application no longer prints. It only generates an
empty file at the end of the printing process.
--
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=54525
Bug ID: 54525
Summary: Fruit of Grisaia crash after disabled winegstreamer in
winecfg
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: thieujank(a)gmail.com
Distribution: ---
Created attachment 74062
--> https://bugs.winehq.org/attachment.cgi?id=74062
Logs
I tried to disable winegstreamer with wine 8.2 but it crash . I can disable
winegstreamer with wine 7.2x but now it crash the game with wine 8.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=53901
Bug ID: 53901
Summary: Bullseye repo Release file not regenerated (=> Mirror
sync in progress) since 6 weeks
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mpartap(a)gmx.net
Distribution: ---
E: Failed to fetch
https://dl.winehq.org/wine-builds/debian/dists/stable/main/binary-i386/Pack…
File has unexpected size (551820 != 549300). Mirror sync in progress? [IP:
151.101.114.217 443]
Hashes of expected file:
- Filesize:549300 [weak]
-
SHA512:2a2dd0b855e86193e78c970e75bc18b476055c368e9b93e8f806df87312fe374dbad33a6cd408b59daef8efec44723a14c729f0216e9d9da929e75a866da542a
- SHA256:b81814fbcc361759e4887241a290274618adeea4d175e88813667c07714acf64
- SHA1:2894d17a7cdaf0114934f122127850f092700278 [weak]
- MD5Sum:8cb62ccab1e73c2a7d0025bac59a6951 [weak]
Release file created at: Sat, 24 Sep 2022 15:16:02 +0000
--
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=52666
Bug ID: 52666
Summary: Everquest - Mouse look doesn't lock in cursor to
window
Product: Wine-staging
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnherschelfreeman2013(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When using the mouse to look in game the location of the mouse strays outside
the window to interact with other applications and can trigger UI problems such
as menus popping up over the game window
Issue has been around for quite some time and has occasionally been fixed but
comes back
--
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=51777
Bug ID: 51777
Summary: Steam hangs/crashes frequently
(ntdll-Heap_Improvements)
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70677
--> https://bugs.winehq.org/attachment.cgi?id=70677
terminal output
This started happening maybe a week ago using the git version. No such problem
in Wine-Staging 6.17.
Most of the times Steam hangs when trying to log-in. Sometimes it gets past the
login window but it crashes/hangs when selecting certain command from the menu
e.g. Help->System Information or Check for Steam client update...
It often happens that the icons of the installed games in the library are
missing.
This bug doesn't occur when I omit the ntdll-Heap_Improvements patch from the
staging patchset.
Disabling esync doesn't help.
wine-6.17-355-ge482605548b (Staging)
--
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=46292
Bug ID: 46292
Summary: user32 tests crash in a real windows box
Product: Wine
Version: 4.0-rc1
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Created attachment 63014
--> https://bugs.winehq.org/attachment.cgi?id=63014
Screenshot of the errors
For me, in my real windows 10 box, user32 tests crash:
./user32_croostest.exe msg gives the attached picture. Thats's quite annoying
since one can not add new tests and check them in a real windows box.
--
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=54989
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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=53449
Bug ID: 53449
Summary: Mp3tag cannot be launched twice
Product: Wine
Version: 7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
When it's already running and you try to launch it again you get:
$ wine Mp3tag.exe
01b0:err:ole:CoUninitialize Mismatched CoUninitialize
01b0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0021FEAC
$ sha256sum mp3tagv317setup.exe
4d96463e5da92a8652b82efce1eec418da0c86f0fdd8307d66383c0666a04af3
mp3tagv317setup.exe
$ md5sum mp3tagv317setup.exe
07a35ec1751a63055e2fd416a488b60d mp3tagv317setup.exe
--
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=52884
Bug ID: 52884
Summary: Adobe Lightroom Classic 10.4 + 11.1 crash in
??0CTJPEGWriter@@QEAA@XZ+0x2459d()
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)bzatek.net
Distribution: ---
Created attachment 72268
--> https://bugs.winehq.org/attachment.cgi?id=72268
backtrace
> Unhandled exception: page fault on read access to 0x0000000000000018 in 64-bit code (0x0000000020301a52).
> Backtrace:
> =>0 0x0000000020301a52 EntryPoint+0x5fd5fe() in cameraraw (0x0000000000117bd0)
> 1 0x00000000203069c4 EntryPoint+0x602570() in cameraraw (0x0000000000117bd0)
> 2 0x000000001fb1aa7d ??0CTJPEGWriter@@QEAA@XZ+0x2459d() in cameraraw (0x0000000000117bd0)
> 0x0000000020301a52 cameraraw+0xaf1a52: cmpb $0,0x0000000000000018(%rsi)
good: wine-7.3 (vkd3d not compiled in), wine-6.22
bad: wine-7.4 (vkd3d bundled and enabled, vulkan enabled), wine-7.6
Clean prefix, only vcrun2015 installed. I've seen this crash in Lightroom
Classic 10.4 and 11.1 under different prefixes with more libraries in. Those
prefixes running wine-6.22 were stable for months with daily usage. GPU usage
is disabled in Lightroom Preferences. Crashes often right after startup or on a
first image manipulation.
Notable messages from the console:
> 0124:fixme:dxgi:dxgi_adapter_QueryVideoMemoryInfo Returning fake video memory info.
> 0124:fixme:dxgi:dxgi_adapter_SetVideoMemoryReservation iface 000000005CA3F5F0, node_index 0, segment_group 0, reservation 0x40000000 stub!
> 0124:fixme:dxgi:dxgi_adapter_RegisterVideoMemoryBudgetChangeNotificationEvent iface 000000005CA7A050, event 0000000000000728, cookie 000000005CA79F18 stub!
> wine: Unhandled page fault on read access to 0000000000000018 at address 0000000020301A52 (thread 0124), starting debugger...
> 0060:err:virtual:virtual_setup_exception stack overflow 1232 bytes in thread 0060 addr 0x7f8e8c1eef87 stack 0x940b30 (0x940000-0x941000-0xa40000)
Hardware used: Skylake Xeon, AMD Radeon Pro WX 2100 (polaris12, LLVM 13.0.1,
DRM 3.44, 5.16.8-zen-ge527425d9e93) (0x6995), mesa-22.0.0-rc2, Vulkan enabled,
etc.
--
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=31649
Bug #: 31649
Summary: WebSlingPlayer IE never gets past the "initializing"
screen with Wine IE
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://watch.slingbox.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41610
--> http://bugs.winehq.org/attachment.cgi?id=41610
wine-1.5.12-157-gbdf9a9f console output
WebSlingPlayer IE should pick up account details and connect a Slingbox, but
under Wine's IE it never progresses past the "initializing" screen.
An account is needed with Sling to get this far.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31389
Bug #: 31389
Summary: Roblox website, 'play now' button fails with builtin
IE
Product: Wine
Version: 1.5.10
Platform: x86
URL: http://www.roblox.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 22417
Classification: Unclassified
$ wine iexplore.exe http://www.roblox.com
once the site loads, click 'Play now'. Nothing happens.
Terminal shows:
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e6c4)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e6c4)
fixme:mshtml:nsURI_GetOriginCharset (0x13f450)->(0x32efdc)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e694)
fixme:mshtml:HTMLEventObj_get_offsetX (0x14c210)->(0x32e6c4)
fixme:mshtml:HTMLEventObj_get_offsetY (0x14c210)->(0x32e6c4)
fixme:mshtml:nsURI_GetOriginCharset (0x14c210)->(0x32efdc)
fixme:jscript:Object_propertyIsEnumerable
fixme:mshtml:nsURI_GetOriginCharset (0x219fdb8)->(0x32efdc)
fixme:ieframe:ControlSite_OnFocus (0x1323e0)->(0)
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x15f9f8)->((nil))
fixme:jscript:JScript_SetScriptState unimplemented state 3
winetricks wsh57 makes no difference (and the website still reports javascript
as missing).
--
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=55156
Bug ID: 55156
Summary: The Program Crashes without opening
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: pourmand1376(a)gmail.com
Distribution: ---
Created attachment 74722
--> https://bugs.winehq.org/attachment.cgi?id=74722
Trace File for error
The program crashes without opening.
--
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=55510
Bug ID: 55510
Summary: Wine incorrectly sets TRANSIENT_FOR/skip_taskbar for
unmapped windows
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 75074
--> https://bugs.winehq.org/attachment.cgi?id=75074
Gnome-shell log
Based on feedback in
https://gitlab.gnome.org/GNOME/mutter/-/issues/2867#note_1822417 filing the bug
here.
Platform: Fedora 38 x86_64 (up-to-date) with wine-8.15.
Steps to reproduce:
1. wine ./EssencePlusVST3_Setup.exe
2. click on '_' in the windows top-right corner
3. window does not minimize
4. click 'X' in the windows top-right corner
5. observe gnome-shell journal messages
See the screencast for live performance.
Maybe related: https://bugs.winehq.org/show_bug.cgi?id=37052 ?
--
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=55450
Bug ID: 55450
Summary: Softerra LDAP Browser needs LDAP_OPT_AUTO_RECONNECT
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `docker run --detach -p1389:1389 bitnami/openldap`
2. Run `wine ldapbrowser-4.5.19808.0-x64-eng.msi`
3. Run `wine 'C:\Program Files\Softerra\LDAP Browser 4\ldapbrowser.exe'`
3. Click File > New > New Profile
4. Connect to localhost port 1389 anonymously
"COM Error" is displayed in the main window and "fixme:wldap32:ldap_set_optionA
Unsupported option: 0x91" is spammed to the terminal. 0x91 is
LDAP_OPT_AUTO_RECONNECT.
$ sha256sum ldapbrowser-4.5.19808.0-x64-eng.msi
22fdae1fe8320043e8e9c50e3b4f5bd4d7f6a4b50c4680cc4216a1a65284083d
--
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=54566
Bug ID: 54566
Summary: Speed Busters: not clickable buttons in main menu
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stabilergriller(a)gmail.com
Distribution: ---
Created attachment 74107
--> https://bugs.winehq.org/attachment.cgi?id=74107
Wine Output running programm
Hello,
The game "Speed Busters: American Highways"
[https://appdb.winehq.org/objectManager.php?sClass=application&iId=2832],
bought on GOG [https://www.gog.com/game/speed_busters] installs just fine, but
it's not possible to progress beyond the main menu.
The main menu is fully visible, the mouse cursor itself too, but it's not
actually possible to click on any of the buttons (or other interactive
elements). Nothing seems to happen, when clicking on anything.
Note: In winecfg, it's necessary to "Emulate a virtual desktop". Otherwise the
game will start in full screen mode, and due to that described
non-interactivity, it becomes impossible to leave the game anymore, so you will
get perpetually stuck unless rebooting the computer.
When alt tabbing the game running in full screen mode, it can be seen that an
error window from wine is produced in the background, which is not readable,
because the game always immediately commands control back.
--
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=54609
Bug ID: 54609
Summary: 32-bit LDAP Administrator crashes in internal Wine
function proxy_manager_destroy
Product: Wine
Version: 8.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74138
--> https://bugs.winehq.org/attachment.cgi?id=74138
WINEDEBUG=+ole
If I am reading the OLE trace correctly, the application:
1. Creates a proxy interface:
0110:trace:ole:proxy_manager_construct 01505048 created for OXID
2000000100, OID 3e
2. Sends the pointer to that interface to another thread:
0110:trace:ole:NdrBaseTypeMarshall value: 1505048
3. Releases and frees the interface:
0110:trace:ole:NdrInterfacePointerFree (04D4F594,01505048,1025B69C)
4. Receives the interface pointer on the other thread:
0100:trace:ole:NdrBaseTypeUnmarshall value: 1505048
5. Uses the interface on the other thread, despite it being freed:
0100:trace:ole:ClientIdentity_AddRef 01505048 - before 0
6. Releases and frees the interface again, which crashes:
0100:trace:ole:ClientIdentity_Release 01505048 - after 0
I don't understand how this works without crashing on Windows.
Here are all the traces that mention that interface pointer:
0110:trace:ole:proxy_manager_construct 01505048 created for OXID 2000000100,
OID 3e
0110:trace:ole:ClientIdentity_AddRef 01505048 - before 1
0110:trace:ole:ClientIdentity_Release 01505048 - after 1
0110:trace:ole:std_unmarshal_interface Successfully created proxy 01505048
0110:trace:ole:NdrBaseTypeMarshall value: 1505048
0110:trace:ole:NdrInterfacePointerFree (04D4F594,01505048,1025B69C)
0110:trace:ole:ClientIdentity_Release 01505048 - after 0
0100:trace:ole:NdrBaseTypeUnmarshall value: 1505048
0100:trace:ole:ClientIdentity_AddRef 01505048 - before 0
0100:trace:ole:ClientIdentity_Release 01505048 - after 0
The 64-bit version also crashes, but in a different way, see Bug 54606.
$ sha256sum ldapadmin-4.21.24429.0-x86-eng.msi
9d3e062b9c30d4bd73630b969414f65f969f0eafc5a3835f1ebb246c5c657d2a
--
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=54166
Bug ID: 54166
Summary: Compilation fails with gcc 4.8.4 (error:
‘HTTP_STATUS_CONTINUE’ undeclared)
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 73692
--> https://bugs.winehq.org/attachment.cgi?id=73692
log.txt
Compiling in 32 bit distro with:
compiler version 4.8.4
# gcc --version
glibc 2.19
# ldd --version
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compile error in wine-8.0-rc1
In function ‘cups_write_doc’
error: ‘HTTP_STATUS_CONTINUE’ undeclared (first use in this function)
--
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=55471
Bug ID: 55471
Summary: nGlide wrapper produces black screen in games using
the D3D backend
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://archive.org/download/Wiz8b/Wiz8NetDemoEB.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 46c8a637525d0f1cf67830295fb460c819b800b6
Distribution: ArchLinux
Created attachment 75029
--> https://bugs.winehq.org/attachment.cgi?id=75029
terminal output
I'm using nGlide wrapper v2.10 for old games from the Win95/Win98 era that
support the 3Dfx Glide renderer.
The problem is that most (but not all) of the games just produce a black screen
after startup if <Video backend> is set to <Auto> or <Directx> in the nGlide
configurator. Vulkan backend is working properly.
Some affected games are Descent 3, Die by the Sword, Ultima IX, Wizardry 8,
Tachyon The Fringe, Powerslide.
The problem is present since Wine 8.4 and regression testing points to
commit 46c8a637525d0f1cf67830295fb460c819b800b6
winex11: Separately store the internal pixel format set by
WGL_WINE_pixel_format_passthrough.
To reproduce the problem in Wizardry 8 demo:
1. download and install the nGlide v2.10 wrapper:
https://www.zeus-software.com/downloads/nglide/d-1.html
Configuration is done by running nglide_config.exe. Video backend should be
either <Auto> or <DirectX>.
2. download and install Wizardry 8 demo.
First run 3Dsetup.exe from the game directory. If nGlide v2.10 is installed
then you have the option to select 'Glide2x' as the renderer.
3. start the demo with Wiz8.exe. After a short intro the screen remains black.
nGlide210_setup.exe (3.2 M)
md5sum: cd30d314c3f1470cef1a35300fda1a20
Wiz8NetDemoEB.exe (143 M)
md5sum: 728f87e9768102c71017675a1bb06425
Wine 8.14
X.Org X Server 1.21.1.8
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 535.43.08
--
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=54718
Bug ID: 54718
Summary: msvcr90:msvcr90 - test__get_current_locale() sometimes
gets an unexpected refcount on w10pro64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcr90:msvcr90 - test__get_current_locale() sometimes gets an unexpected
refcount on w10pro64:
msvcr90.c:2382: Test failed: refcount = 4
See https://test.winehq.org/data/patterns.html#msvcr90:msvcr90
This only happens in 64-bit tests, and only on w10pro64. Yet it has the same
msvcr90 version as the other Windows 10 2004+ VMs:
w10pro64v2004 msvcr90=9.0.30729.9625
w1064v2009 msvcr90=9.0.30729.9625
w10pro64 (21H1) msvcr90=9.0.30729.9625
w1064 (22H2) msvcr90=9.0.30729.9625
w11pro64 msvcr90=9.0.30729.9635
The test already considers a refcount of 2 to be broken (without indicating
why, commit f71f16319816) so maybe the same should be done for a value of 4?
--
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=45273
Bug ID: 45273
Summary: Chessbase 11 cannot draw arrows
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Similar issue to
https://bugs.winehq.org/show_bug.cgi?id=42809
but with slightly differing unimplemented requirements from GdipWidenPath.
Originally mentioned on https://bugs.winehq.org/show_bug.cgi?id=37275
In this case:
0064:fixme:gdiplus:brush_fill_pixels path gradient blend not implemented
0064:fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
0064:fixme:gdiplus:GdipSetCustomLineCapStrokeCaps not implemented
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
0064:fixme:gdiplus:GdipWidenPath unimplemented end cap ff
The first two error messages have been around a long while so are probably
unrelated.
The last two (same) messages are multiplied for each extra arrow drawn, which
probably indicates only the last needs to be implemented.
--
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=55333
Bug ID: 55333
Summary: ws2_32:sock - test_connect_events() sometimes fails in
Wine
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
It seems to get FD_WRITE *after* FD_CONNECT, resulting in the following failure
messages:
sock.c:6408: Test failed: got events 0x10
sock.c:6409: Test failed: expected timeout
sock.c:6409: Test failed: got events 0x2
I don't immediately know how this can happen. I'm pretty sure we depend on
POLLOUT to trigger both.
--
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=55286
Bug ID: 55286
Summary: msvcrt:file - The 64-bit test_invalid_stdin_child()
sometimes gets a bad stdin handle on Windows 10
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcrt:file - The 64-bit test_invalid_stdin_child() sometimes gets a bad stdin
handle on Windows 10:
file.c:1762: Test failed: handle = 0000000000000048
file.c:1766: Test failed: info->handle = 0000000000000048
file.c:1769: Test failed: stdin->_file = 0
file.c:1774: Test failed: errno = 22
file.c:1784: Test failed: errno = 22
file.c:1804: Test failed: errno = 22
file.c:1808: Test failed: fclose(stdin) returned 0
file.c:1809: Test failed: errno = -559038737
1dd4:file: 25 tests executed (0 marked as todo, 0 as flaky, 8 failures), 0
skipped.
See https://test.winehq.org/data/patterns.html#msvcrt:file
This failure has only happened in he 64-bit tests on Windows 10 so far but it
is pretty rare so this may not be significant. There are only three known
instances to date:
* 2023-02-06 win21H1_newtb-w10pro64-64 (handle = 4C)
* 2023-02-09 win21H1_newtb-w10pro64-64 (handle = 48)
* 2023-07-19 win22H2_newtb-w1064-64 (handle = 48)
--
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=54756
Bug ID: 54756
Summary: Forza Horizon 4 crashes with
concrt140.dll.??0_Cancellation_beacon@details@Concurre
ncy@@QEAA@XZ
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0000000000683C9E to unimplemented function
concrt140.dll.??0_Cancellation_beacon@details@Concurrency@@QEAA@XZ, aborting
8.4-304-ga98d9dd9e99
--
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=54064
Bug ID: 54064
Summary: ntdll:threadpool - test_tp_io() sometimes fails &
crashes in Wine (GitLab CI)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:threadpool - test_tp_io() sometimes fails & crashes in Wine (GitLab CI):
ntdll:threadpool start dlls/ntdll/tests/threadpool.c
wine: Unhandled page fault on read access to 0000000C at address 7BC644D1
(thread 07c4), starting debugger...
threadpool.c:641: Test marked todo: TpSimpleTryPost unexpectedly returned
status 0
threadpool.c:1595: Test marked todo: expected that timers are merged
threadpool.c:2034: Test failed: got 0xc0000017
threadpool.c:2035: Test failed: expected non-NULL TP_IO
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x7bc644d1).
...
Backtrace:
=>0 0x7bc644d1 impl_from_TP_IO+0x3(io=<internal error>)
[Z:\builds\zfigura\wine\dlls\ntdll\threadpool.c:351] in ntdll (0x0077fd08)
1 0x7bc644d1 TpWaitForIoCompletion+0x11(io=00000000, cancel_pending=0)
[Z:\builds\zfigura\wine\dlls\ntdll\threadpool.c:348] in ntdll (0x0077fd08)
2 0x004e7a58 in ntdll_test (+0xe7a58) (0x0077fde8)
...
Strangely enough this failure never happened in the nightly WineTest runs but
it did impact at least 5 merge requests so far:
* 2022-11-30 MR!1615
* 2022-11-29 MR!1545
* 2022-11-25 MR!1537
* 2022-11-23 MR!1508
* 2022-11-10 MR!1326
--
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=55500
Bug ID: 55500
Summary: Launching new processes in Virtual Desktops is slow
and stutters the system
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
Distribution: ---
When in Virtual Desktop mode, launching any processes (even start.exe) causes a
short burst of high GPU usage, at least with NVIDIA drivers. This happens
because of vkGetRandROutputDisplayEXT, which seems to be very expensive, and
it's supposed to be done only once per wineserver launch, but that doesn't work
in Virtual Desktop mode because it always calls get_host_primary_monitor_rect
which ends up calling that function, even though it only needs the ID.
This actually can cause huge graphical stutters/lag of half a second when
launching processes in a Virtual Desktop.
--
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=55351
Bug ID: 55351
Summary: gdiplus:graphicspath - test_flatten2() fails on
Windows 7 - 11
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
gdiplus:graphicspath - test_flatten2() fails on Windows 7 - 11:
graphicspath.c:1270: Test failed: Expected 00000000, got 00000002
See https://test.winehq.org/data/patterns.html#gdiplus:graphicspath
The failure started on the day test_flatten2() was introduced with the commit
below:
commit 36c3a51d6abbdba4054e02c2a10b9fd38f8a3d5d
Author: Fabian Maurer <dark.shadow4(a)web.de>
AuthorDate: Mon Jul 24 17:23:44 2023 +0200
gdiplus: Prevent infinite loops due to floating point inaccuracy.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52492
--
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=55341
Bug ID: 55341
Summary: Colin McRae Rally 2.0 since wine 8.4 shows just black
screen
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: marcinzw(a)gmail.com
Distribution: ---
Before wine 8.4 the game worked flawlessly, but now even through all version up
to the wine 8.13 and latest git version shows only a black screen after intro.
I was hoping that the next versions will fix the problem (I stayed with wine
8.3 until now) but it doesn't happen. So I bisected and find the commit
46c8a637525d0f1cf67830295fb460c819b800b6 is the problem. Exactly just one
change in file dlls/winex11.drv/opengl.c in line 1405 (line number from latest
git repo)
+ win32u_set_window_pixel_format( hwnd, pixel_format_index( format ), FALSE)
- win32u_set_window_pixel_format( hwnd, pixel_format_index( format ),
internal );
This reverts one of the change made in this commit and fixes problem with a
black screen with latest git version as well. I hope this change (or similar
which resolve the problem) can be applied.
--
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=43822
Bug ID: 43822
Summary: No car song TrackMania nation forever (steam version)
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxi.cass11(a)gmail.com
Distribution: ---
Created attachment 59369
--> https://bugs.winehq.org/attachment.cgi?id=59369
trackmania without car song
Hello I have problem with trackMania nation forever on steam.
I don't have the car song (all other song work)
http://store.steampowered.com/app/11020/TrackMania_Nations_Forever/
The car song work on the standalone installer
(trackmania 1 demo)
http://trackmaniaforever.com/nations/
I have tried to change openAL version or override this but it not correct the
problem.
--
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=55457
Bug ID: 55457
Summary: Robot Battle 1.4 crashes on startup after commit
08dc691d
Product: Wine
Version: 8.13
Hardware: x86-64
URL: https://web.archive.org/web/20130317061354/http://www.
robotbattle.com/download/latest.php
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: telans(a)posteo.de
CC: gabrielopcode(a)gmail.com
Regression SHA1: 08dc691dfb410de7115db3f9c34b225327e21f67
Distribution: ---
Created attachment 75018
--> https://bugs.winehq.org/attachment.cgi?id=75018
Backtrace Log
Robot Battle 1.4 crashes on startup. A bisect found commit 08dc691d ("mshtml:
Explicitly hold ref to the plugin host in NPP_New.") is the cause.
I've set the URL field here to a working link for the installer.
It looks like a NULL dereference at IOleClientSite_AddRef when
container->plugin_host is failed to be created.
A simple patch that fixes this for me is to check for err before attempting
IOleClientSite_AddRef.
--
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=55259
Bug ID: 55259
Summary: TranscendPang has corrupted graphics in-game
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skorohodov4219(a)gmail.com
Distribution: ---
Created attachment 74874
--> https://bugs.winehq.org/attachment.cgi?id=74874
what is output if i launch the game from terminal
Download link:
http://cerebralmuddystream.nekokan.dyndns.info/TranscendPang/downloads.html
(the link at the top that says
FULL PACKAGE(ver1.10 2012/8/01)(およそ60MB))
OS: Manjaro Linux x86_64
Kernel: 6.1.38-1-MANJARO
CPU: Intel i5-2320 (4) @ 3.000GHz
GPU: NVIDIA GeForce GTX 550 Ti (using the proprietary driver)
Main menu looks fine, but when you start the game, parts of the background and
balls are 100% black, can't see much; parts of the background that do get shown
seem to be squished to the left.
--
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=55499
Bug ID: 55499
Summary: Arturia Software Lab 2.6.0: Window
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mistria(a)redhat.com
Distribution: ---
Created attachment 75062
--> https://bugs.winehq.org/attachment.cgi?id=75062
Console Log
Using wine-devel 8.14 from the winehq dnf repo, on Fedora 38, and trying to run
latest Arturia Software Center (2.6.0.2328), I see a window quickly showing up
and then closing immediately, and the application seems to hang in the terminal
doing nothing.
Log is attached.
--
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=49161
Bug ID: 49161
Summary: Trying to run
GrapeJuice(https://gitlab.com/brinkervii/grapejuice)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blakeablin(a)icloud.com
Distribution: ---
Created attachment 67180
--> https://bugs.winehq.org/attachment.cgi?id=67180
Error details
Trying to run Roblox via GrapeJuice give me the error I will attach.
--
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=54758
Bug ID: 54758
Summary: shell32:progman_dde - test_parser() sometimes gets
DMLERR_NOTPROCESSED 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:progman_dde - test_parser() sometimes gets DMLERR_NOTPROCESSED in Wine:
progman_dde.c:274: Test failed: expected DMLERR_NO_ERROR, got 16393
progman_dde.c:275: Test failed: directory should not exist
See https://test.winehq.org/data/patterns.html#shell32:progman_dde
Where 16393 == DMLERR_NOTPROCESSED
The first known instance happened on 2023-03-02: this did not happen in the
previous 6 months. Since then there has been a bit over 1 instance per week so
it seems likely this is caused by a commit in late February:
* 2023-03-02 on debian11-win32-ar-MA
* 2023-03-03 on fgtb-debian11-win32
* 2023-03-10 in MR!2368 on debian11-win32
* 2023-03-22 in MR!2466 in the test-linux32 GitLab CI
* 2023-03-28 in MR!2526 on debian11-win32
--
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=55417
Bug ID: 55417
Summary: user32:msg - test_showwindow() sometimes fails due to
an unexpected WM_SYNCPAINT message on Windows 10
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 due to an unexpected
WM_SYNCPAINT message on Windows 10:
msg.c:5016: Test failed: ShowWindow(SW_SHOWNA) on visible top level window: 0:
the msg 0x0018 was expected, but got msg 0x0088 instead
msg.c:5016: Test failed: ShowWindow(SW_SHOWNA) on visible top level window: 1:
the msg 0x0046 was expected, but got msg 0x0018 instead
msg.c:5016: Test failed: ShowWindow(SW_SHOWNA) on visible top level window: 6:
the msg sequence is not complete: expected 0000 - actual 0046
See https://test.winehq.org/data/patterns.html#user32:msg
Where: 0x18 == WM_SHOWWINDOW
0x46 == WM_WINDOWPOSCHANGING
0x88 == WM_SYNCPAINT
Maybe the WM_SYNCPAINT should just be added as optional.
This only happened 4 times in the past 8 months:
* 2022-12-09 win21H1_newtb-w10pro64-zh-CN-64
* 2023-03-27 win21H1_newtb-w10pro64-ko-64
* 2023-06-09 win21H1_newtb-w10pro64-ja-64
* 2023-08-04 win21H1_newtb-w10pro64-ja-64
--
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=53505
Bug ID: 53505
Summary: d3d9:visual - test_vshader_input() sometimes fails on
Windows <= 10 1607
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3d9:visual - test_vshader_input() sometimes fails on Windows <= 10 1607:
visual.c:8907: Test failed: Input test: Quad 3(2crd-wrongidx) returned color
0x00ff00ff, expected 0x00ff0080
https://test.winehq.org/data/patterns.html#d3d9:visual
This happens on Windows 8, Windows 10 1507 and 1607 but is rare enough (~7%) to
sometimes 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.
https://bugs.winehq.org/show_bug.cgi?id=53385
Bug ID: 53385
Summary: Vulkan was running really fine, before MESA/Xorg
Update last month, current version crashes
Product: vkd3d
Version: 1.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: juergen.sauer(a)automatix.de
Distribution: ---
I was using dxvk-bin in Arch Linux.
[jojo@pc7 wotlk]$ cd /usr/share/dxvk/
[jojo@pc7 dxvk]$ ./setup_dxvk.sh install
This worked over years like a charm, rocksteady.
Since a month ago, I got:
[jojo@pc7 wotlk]$ wine Wow.exe
..
info: Game: Wow.exe
info: DXVK: v1.10.2
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
terminate called after throwing an instance of 'dxvk::DxvkError'
abnormal program termination
wine-7.13 (Staging)
...
uninstalling dxvk-bin -> game works again,
but it runs sometimes in Wow Errors accordinf the OpenGL Stack.
You can reproduce on Arch Linux, current update, wine-staging, running Wow
WoW_3.3.5a_rising-gods.de. Client avaible via rising-gods.de
--
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=55131
Bug ID: 55131
Summary: Celeste FNA x86 Windows Game does not work on WOW64
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dofficialgman(a)gmail.com
Distribution: ---
Created attachment 74684
--> https://bugs.winehq.org/attachment.cgi?id=74684
backtrace when trying to boot the game
Specifically testing the FNA build of Celeste available on Itch.io but it is
available on other platforms as well https://mattmakesgames.itch.io/celeste
The game does not run on WOW64 (tested on Wine-8.10 and Wine-8.11) builds but
runs fine on the standard Wine-8.10 multiarch (32bit and 64bit linux
userspace).
A backtrace when trying to launch the game is attached.
--
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=54414
Bug ID: 54414
Summary: Window content corrupted after using scrollbars
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maranbr(a)outlook.com
Distribution: ---
Created attachment 73975
--> https://bugs.winehq.org/attachment.cgi?id=73975
Window content after scroll
The window content gets completely corrupted after use scroll bars.
Tested on versions 4.x, 5.x, 6.x, 7.x and the last one available, the 8.0.
--
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=54785
Bug ID: 54785
Summary: ole32:compobj - test_CoWaitForMultipleHandles()
sometimes does not receive WM_USER on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ole32:compobj - test_CoWaitForMultipleHandles() sometimes does not receive
WM_USER on Windows. There are two places where this can happen:
compobj.c:2999: Test failed: expected message 1024, received none
and
compobj.c:3034: Test failed: expected message 1024, received none
See https://test.winehq.org/data/patterns.html#ole32:compobj
This failure impacts all Windows version but still only happens once every
other month on average:
* 2022-12-09 on fgtb-w10pro64-rx550-64
* 2023-01-24 on fgtb-w10pro64-rx550-64
* 2023-03-10 on w7u-pt-PT
* 2023-04-04 on w7u-de
* 2022-08-28 on w1064-tsign-32
This is a slightly different case because compobj received an unexpected
WM_DEVICECHANGE message instead of no message:
compobj.c:3000: Test failed: unexpected message 537
compobj.c:3034: Test failed: expected message 1024, received 537
compobj.c:3035: Test failed: unexpected message 1024
--
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.