http://bugs.winehq.org/show_bug.cgi?id=58196
Bug ID: 58196
Summary: d3d9:device WM_WINDOWPOSCHANGED test fails
consistently on Linux since Wine 10.5
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
$ ./wine dlls/d3d9/tests/x86_64-windows/d3d9_test.exe device 2>&1 | grep
WM_WINDOWPOSCHANGED
device.c:4467: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it,
i=0.
`git bisect` says:
3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8 is the first bad commit
commit 3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Sat Mar 29 09:32:27 2025 +0100
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Wed Apr 2 22:25:37 2025 +0200
winex11: Use _NET_ACTIVE_WINDOW to request/track window activation.
When supported, instead of tracking window focus only.
dlls/user32/tests/win.c | 2 +-
dlls/winex11.drv/event.c | 32 ++++++++++++++++++++------------
dlls/winex11.drv/keyboard.c | 2 +-
dlls/winex11.drv/mouse.c | 2 +-
dlls/winex11.drv/window.c | 86
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
dlls/winex11.drv/x11drv.h | 4 +++-
6 files changed, 102 insertions(+), 26 deletions(-)
--
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=44120
Bug ID: 44120
Summary: Steam Big Picture mode fails to start, it shows a
black screen (d3d10, d3d11, more)
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Steam Big Picture mode does not work properly. It shows a black screen instead
of the Steam Big Picture UI. No sound output, either.
I've marked the component as directx-d3d as most of the problems seem to be
with d3d, d2d, dxgi, d3d10, and d3d11.
Steam Big Picture STDERR Log from Wine 2.22: https://pastebin.com/ayhgum69
Please see the "Depends on" section for individual problems with d3d et al
preventing Steam Big Picture from working properly.
--
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=40144
Bug ID: 40144
Summary: stopped working
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bjt2(a)hotmail.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
trying to install a canon printer
--
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=58233
Bug ID: 58233
Summary: gitlab-ci shows occasional crashes in tests dmsynth,
dmusic, winmm:midi
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Some real world examples:
https://gitlab.winehq.org/wine/wine/-/jobs/157788#L913
dmsynth:dmsynth:0294 done (-1073741819) in 0s 132B
https://gitlab.winehq.org/wine/wine/-/jobs/157574#L910
dmsynth:dmsynth:0268 done (-1073741819) in 0s 132B
https://gitlab.winehq.org/wine/wine/-/jobs/157344#L2610
winmm:midi:01b4 done (-1073741819) in 0s 0B
https://gitlab.winehq.org/wine/wine/-/jobs/157314#L913
dmusic:dmusic:0250 done (-1073741819) in 0s 0B
This -1073741819 translates to 0xC0000005 - STATUS_ACCESS_VIOLATION.
I was able to receive such a crash in gitlab-ci with some modifications
to get winedbg called on it here:
https://gitlab.winehq.org/bernhardu/wine/-/jobs/157987#L138
wine: Unhandled page fault on execute access to 79014043 at address 79014043
(thread 0154), starting debugger...
Module Address Debug info Name (72 modules)
PE-Wine 78e40000-79066000 Deferred dmsynth
PE-Wine 78d50000-78e2c000 Deferred mmdevapi
0000014c (D) C:\users\gitlab\AppData\Local\Temp\wct\dmusic_test.exe
00000150 0
00000154 0 mmdevapi_midi_notify
00000160 15 audio_client_main
0000016c 0 <==
So the crash happens in the mmdevapi_midi_notify thread.
I was able to reproduce this when running the dmusic test with rr-debugger,
as this causes also to be unavailable.
There I could track it down to following events:
- main thread creates the notify thread,
for executing `notify_thread` located in mmdevapi.dll.
- main thread unloads mmdevapi.dll
- notify thread was kind of slow and reaches now the point
where it calls the previous address of `notify_thread`,
which is in the range of the now unloaded mmdevapi.dll.
--
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=57230
Bug ID: 57230
Summary: F.E.A.R Combat black screen at startup due to out of
memory error
Product: Wine
Version: 9.18
Hardware: x86-64
URL: https://web.archive.org/web/20240924151800/https://www
.fear-community.eu/files/fear_combat_202_community_ful
l_multilang_beta3.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lingm+winebz(a)posteo.org
Distribution: ArchLinux
Created attachment 77147
--> https://bugs.winehq.org/attachment.cgi?id=77147
Wine 9.18 startup oom
This might be a duplicate of bug 55593, but the messages are a bit different
and it happens at program startup and not at starting a new game. Not to
mention that there might be a relevant difference between F.E.A.R and F.E.A.R
Combat.
F.E.A.R Combat is the multiplayer part of F.E.A.R, which was released freely
back in 2006. The official lobby server, download, and key generation were shut
down years ago, but are being kept alive by the community.
You can get all you need at
https://www.fear-community.eu/#update_fear_combat_sec2. I've also mirrored the
installer to archive.org and added that link in the URL field.
Getting a key requires a free registration with just an email address. If that
turns out to be a problem, I'm happy to share mine privately.
> $ du -h fear_combat_202_community_full_multilang_beta3.exe
> 2,0G fear_combat_202_community_full_multilang_beta3.exe
> $ md5sum fear_combat_202_community_full_multilang_beta3.exe
> dd38096e5bf31641a757c233718803f8 fear_combat_202_community_full_multilang_beta3.exe
For reproduction simply start FEARMP.exe. You should see a low resolution black
screen and messages like these in the console:
> 0024:err:d3dx:d3dx_pool_sync_shared_parameter Out of memory.
> 0024:fixme:d3dx:d3dx9_effect_init_from_binary Failed to parse effect.
> wine: Unhandled page fault on read access to 8075000D at address 7BB05298 (thread 0024), starting debugger...
--
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=35103
Bug #: 35103
Summary: Baofeng5-5.31.1128's Welcome window crash on start
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zturnxin(a)gmail.com
Classification: Unclassified
Created attachment 46822
--> http://bugs.winehq.org/attachment.cgi?id=46822
Log: terminal log and backtrace
Reproduce:
1. Download Baofeng5-5.31.1128 from url:
http://dl.baofeng.com/baofeng5/Baofeng5-5.31.1128.exe
$ sha1sum Baofeng5-5.31.1128.exe
e4dca110432999bcfd0c264fdfaf5d3d5c8da15b Baofeng5-5.31.1128.exe
2. Install Baofeng5-5.31.1128
wine Baofeng5-5.31.1128.exe
3. Click "立即体验" on the setup diaglog window.
4. Click "立即体验" on the "Welcome window"
Crash happens.
--
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=55593
Bug ID: 55593
Summary: F.E.A.R crashes with "Out of memory" error when
starting a new game
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: VladimirVSC(a)yandex.ru
Distribution: ---
Created attachment 75121
--> https://bugs.winehq.org/attachment.cgi?id=75121
Console output in Wine 8.0.2 and 8.15
The game was working fine in wine 7.0 but was broken in 8.0, where it was
constantly crashing in the middle of intro movie after a new game has been
started. In wine 8.0.2 the error have changed - now it crashes with "Out of
memory" error or with another "Program error" (console output attached). When
using the recent wine 8.15, the result is the same.
System: Linux Mint Debian Edition 5
CPU: Core-I5 12500
RAM: 16 Gb
Video: RTX 3060 Ti (driver 525.105.17)
--
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=58001
Bug ID: 58001
Summary: "Eador. Masters of the Broken World" bad map textures
after starting game
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galdralag(a)bk.ru
Distribution: ---
Created attachment 78262
--> https://bugs.winehq.org/attachment.cgi?id=78262
Broken game map
After starting campaign map is unplayable. See screenshot
--
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=19662
Summary: Lotus Freelance Graphics 2.1 hangs at the splash
screen
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22946)
--> (http://bugs.winehq.org/attachment.cgi?id=22946)
Wine 1.1.27 +relay +seh +tid
Lotus Freelance Graphics 2.1 hangs at the splash screen and has to be killed.
Console output:
fixme:hook:SetWindowsHookEx16 System-global hooks (3) broken in Win16
fixme:ole:OleRegisterServer16 (FLWPresentation,...): stub
fixme:toolhelp:InterruptUnRegister16 (0000), 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=53002
Bug ID: 53002
Summary: Wondershare Uniconverter 13 not working
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 72370
--> https://bugs.winehq.org/attachment.cgi?id=72370
window shot
The program seems to install despite popping up a window saying it cannot
locate a file certutil.exe. Upon launching, the window displays in a
recognisable form although most text is displayed as little boxes and none of
the buttons do anything when clicked.
Copy of the window 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.