https://bugs.winehq.org/show_bug.cgi?id=55560
Bug ID: 55560
Summary: The 64-bit dbghelp:dbghelp times out in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 64-bit dbghelp:dbghelp times out in Wine:
dbghelp.c:106: Test failed: got bad return address 17000ecf4
dbghelp:dbghelp:0688 done (258) in 120s 62B
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
The timeouts are systematic and started on 2023-09-07. A bisect shows that this
failure started with the commit below:
commit 425bd55b02e375b9ac8f79b254ce3ca5c9e72719
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 7 16:02:12 2023 +0200
winegcc: Don't disable unwind tables for PE targets.
--
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=8174
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 8.19.
--
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=55772
Bug ID: 55772
Summary: uxtheme:system - test_EnableThemeDialogTexture() fails
on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
uxtheme:system - test_EnableThemeDialogTexture() fails on Windows 7:
system.c:1947: Test failed: Expected brush changed.
system.c:1954: Test failed: Expected a different brush.
system.c:1972: Test failed: Expected a different brush.
system.c:1983: Test failed: Expected a different brush.
system.c:2007: Test failed: OpenThemeData failed.
system.c:2011: Test failed: GetThemePartSize failed, hr 0x80070006.
system.c:2034: Test failed: msg 0x132: Expected (-1,-2), got (0,0).
system.c:2042: Test failed: msg 0x132: Expected mode 0x1, got 0x2.
system.c:2057: Test failed: msg 0x132: Expected brush color 0, got 0xf0f0f0.
system.c:2058: Test failed: msg 0x132: Expected brush style 0x3, got 0.
system.c:2063: Test failed: msg 0x132: GetObjectA failed, error 2147943568.
system.c:2069: Test failed: msg 0x132: Expected a different brush.
system.c:2077: Test failed: msg 0x132: Expected a different brush.
system.c:2034: Test failed: msg 0x135: Expected (-1,-2), got (0,0).
system.c:2042: Test failed: msg 0x135: Expected mode 0x1, got 0x2.
system.c:2057: Test failed: msg 0x135: Expected brush color 0, got 0xf0f0f0.
system.c:2058: Test failed: msg 0x135: Expected brush style 0x3, got 0.
system.c:2063: Test failed: msg 0x135: GetObjectA failed, error 2147943568.
system.c:2069: Test failed: msg 0x135: Expected a different brush.
system.c:2077: Test failed: msg 0x135: Expected a different brush.
system.c:2034: Test failed: msg 0x136: Expected (-1,-2), got (0,0).
system.c:2042: Test failed: msg 0x136: Expected mode 0x1, got 0x2.
system.c:2057: Test failed: msg 0x136: Expected brush color 0, got 0xf0f0f0.
system.c:2058: Test failed: msg 0x136: Expected brush style 0x3, got 0.
system.c:2063: Test failed: msg 0x136: GetObjectA failed, error 2147943568.
system.c:2069: Test failed: msg 0x136: Expected a different brush.
system.c:2077: Test failed: msg 0x136: Expected a different brush.
system.c:2090: Test failed: msg 0x136: Expected a different brush.
system.c:2092: Test failed: msg 0x136: Expected a different brush.
system.c:2034: Test failed: msg 0x138: Expected (-1,-2), got (0,0).
system.c:2042: Test failed: msg 0x138: Expected mode 0x1, got 0x2.
system.c:2057: Test failed: msg 0x138: Expected brush color 0, got 0xf0f0f0.
system.c:2058: Test failed: msg 0x138: Expected brush style 0x3, got 0.
system.c:2063: Test failed: msg 0x138: GetObjectA failed, error 2147943568.
system.c:2069: Test failed: msg 0x138: Expected a different brush.
system.c:2077: Test failed: msg 0x138: Expected a different brush.
system.c:2165: Test failed: Expected a different brush.
system.c:2246: Test failed: 0x1 to 0x6: Expected tab texture enabled.
system.c:2246: Test failed: 0x1 to 0xa: Expected tab texture enabled.
[...]
system.c:2327: Test failed: "Static" 0x10: Expected tab texture enabled.
See: https://test.winehq.org/data/patterns.html#uxtheme:system
The failures started on 2023-10-10 and are systematic. A bisect shows that they
started with the commit below:
commit 91e54e5f6d33ff17ce6ab904fbdcdeb6497de8cb
Author: Helix Graziani <helix.graziani(a)hotmail.com>
AuthorDate: Tue Sep 26 20:03:44 2023 -0400
uxtheme: Add ShouldSystemUseDarkMode.
Since that commit does not modify test_EnableThemeDialogTexture() it must be
the new ShouldSystemUseDarkMode() call that breaks things (see bug 55771).
--
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=55746
Bug ID: 55746
Summary: wscript.exe:run - Dispatch_Invoke() gets wrong
WScript.FullName in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wscript
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
wscript.exe:run - Dispatch_Invoke() gets wrong WScript.FullName in Wine:
Pure 32-bit and 64-bit:
run.c:172: Test failed: test.JS: L"WScript.FullName =
C:\\windows\\system32\\wscript.exe"
32-bit in WoW configurations:
run.c:172: Test failed: test.JS: L"WScript.FullName =
C:\\windows\\syswow64\\wscript.exe"
run.c:172: Test failed: test.JS: L"WScript.Path = C:\\windows\\syswow64"
See https://test.winehq.org/data/patterns.html#wscript.exe:run
A bisect shows that this started with the commit below:
commit de81e2ea41b27a14f88177639c5b5d35a210b5bd
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Oct 6 15:08:02 2023 +0200
ntdll: Only create the main module on the 32-bit side for wow64.
This means this most likely has the same fix as bug 55744.
--
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=55605
Bug ID: 55605
Summary: winmm:mci sometimes gets an assertion in GitLab CI's
Wine tests
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
winmm:mci sometimes crashes in Wine:
mci.c:1259: Wine style MCI auto-close upon notification
Unhandled exception: assertion failed in wow64 32-bit code (0xf7faf559).
See https://test.winehq.org/data/patterns.html#winmm:mci
test_AutoOpenWAVE()'s "Wine style" trace is usually the last in the report so
the crash may happen in that function or one that is called after.
Furthermore this crash is specific to the GitLab CI Wine test environment and
the oldest known instance happened on 2023-07-18. So this may have started with
GitLab CI's switch to the Debian 12 build environment (2023-07-10):
* 2023-09-15 MR!3808
* 2023-09-14 MR!3805
* 2023-09-14 MR!3779
* 2023-09-14 MR!3757
* 2023-09-12 MR!3802
* 2023-09-01 MR!3505
* 2023-08-29 linux_gitlab-debian-32
* 2023-08-28 linux_gitlab-debian-32
* 2023-08-23 MR!3635
* 2023-08-22 MR!3632
* 2023-08-16 MR!3577
* 2023-08-14 MR!3473
* 2023-08-03 linux_gitlab-debian-32
* 2023-08-02 MR!3433
* 2023-08-01 MR!3452
* 2023-07-31 MR!3323
* 2023-07-27 MR!3379
* 2023-07-20 MR!3260
* 2023-07-18 MR!3350
--
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=55555
Bug ID: 55555
Summary: secur32:secur32 - test_ticket_cache() crashes on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
secur32:secur32 - test_ticket_cache() crashes on macOS:
secur32.c:485: Test failed: got c0000135
Unhandled exception: page fault on read access to 0x0000000000000000 in 64-bit
code (0x00000140013f0a).
See https://test.winehq.org/data/patterns.html#secur32:secur32
Where 0xc0000135 == STATUS_DLL_NOT_FOUND
The crash is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines). Maybe Kerberos support is missing?
--
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=53264
Bug ID: 53264
Summary: mmdevapi:capture - test_audioclient() fails
systematically on Windows 10 1909+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:capture - test_audioclient() fails systematically on Windows 10 1909+:
capture.c:534: Test failed: SetEventHandle returns 80070002
capture.c:135: Test failed: Start on a stopped stream returns 88890014
capture.c:137: Test failed: Waiting on event handle failed!
capture.c:155: Wait'ed position -1 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:187: Test failed: GetNextPacketSize 0 vs. GCP 0
capture.c:190: Test failed: Valid IAudioCaptureClient_GetBuffer returns
08890001
capture.c:219: Sleep.1 position -1 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:259: Test failed: GetNextPacketSize 0 vs. GetDevicePeriod 448
capture.c:264: GetBufferSize 21996 period size 448
capture.c:272: Test failed: Valid IAudioCaptureClient_GetBuffer returns
08890001
capture.c:274: Overrun position -1 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:299: Test failed: Valid IAudioCaptureClient_GetBuffer returns
08890001
capture.c:301: Cont'ed position -1 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:314: Test failed: Stop on a started stream returns 00000001
capture.c:317: Test failed: Start on a stopped stream returns 88890014
capture.c:320: Test failed: Valid IAudioCaptureClient_GetBuffer returns
08890001
capture.c:325: Restart position 0 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:327: Test failed: restarted GCP 0
capture.c:339: Test failed: Stop on a started stream returns 00000001
capture.c:354: Reset position -1 pad 0 flags abadcafe, amount of frames
locked: 0
capture.c:361: Test failed: Start on a stopped stream returns 88890014
capture.c:369: Test failed: Valid IAudioCaptureClient_GetBuffer returns
08890001
https://test.winehq.org/data/patterns.html#mmdevapi:capture
80070002 == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
88890014 == AUDCLNT_E_EXCLUSIVE_MODE_NOT_ALLOWED AUDCLNT_ERR
It looks like the first failure is the cause for all the others.
--
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=23489
Summary: Buccaneer: quits silently when entering the Tavern
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.bigdownload.com/games/buccaneer-the-pursuit
-of-infamy/pc/buccaneer-the-pursuit-of-infamy-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29317)
--> (http://bugs.winehq.org/attachment.cgi?id=29317)
console log
The game Buccaneer: The Pursuit of Infamy will quit silently (without a crash
dialogue or anything) when you enter the Tavern after returning from a mission.
The Tavern is the place where players can save their actual progress in the
game.
Interestingly the game never crashes if you enter the Tavern BEFORE a mission
(I mean right after starting a new game).
You can check out the issue using the demo (122 Mb download size), link added
to URL.
How to reproduce the bug in the demo:
1. Install the demo and start it by T3D.exe. The game will notify you about the
latest update, you can install it, the game will restart after updating.
2. Start a new single-player game, select an available mission in 'Chart Room',
'Set Sail'.
3. You can complete the mission if you like it or simply turn your ship back,
and leave the mission area. You will be returned to your home port (Cutlass
Bay).
4. Back in the port click on 'The Tavern' >> the game will quit unexpectedly.
After some fiddling it turned out that installing native comctl32 components
via winetricks solves the problem.
A standard console log (attached) doesn't reveal too much information, I guess.
Any winedebug I should pass to narrow the problem?
--
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=55792
Bug ID: 55792
Summary: Tron 2.0 crashes before the menu appears
Product: Wine
Version: 8.18
Hardware: x86-64
URL: https://archive.org/details/TRONDemo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 7a678903fbe9b384e97b23bc8cb73c9239616054
Distribution: ---
Created attachment 75275
--> https://bugs.winehq.org/attachment.cgi?id=75275
terminal output
I bumped into this while revisiting bug #30969.
After playing some company logos the game crashes when music is enabled (can be
toggled in the launcher).
A regression introduced by commit 7a678903fbe9b384e97b23bc8cb73c9239616054.
Can be reproduced with the demo version.
TRONDemo.exe (203 MB)
md5: ef149830788bff5743e335aa6b788e26
--
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.