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.
http://bugs.winehq.org/show_bug.cgi?id=58246
Bug ID: 58246
Summary: HP Prime Virtual Calculator: crashes on start
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Misaka13514(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: df87b1c5d85eee4e1389ea28852dae98f8f47bb4
Distribution: ArchLinux
Created attachment 78586
--> http://bugs.winehq.org/attachment.cgi?id=78586
10.8 terminal output (crash)
Wine 10.8 crashes on start when I launch HP Prime Virtual Calculator
2.2.15270_2025_01_31.
It can be launched with Wine 10.7.
With the default Wine configuration, the unique lines in wine 10.8 logs are:
```
0164:fixme:enumeration:device_watcher_Start Unsupported filter:
L"System.Devices.AepService.ProtocolId:={4526e8c1-8aac-4153-9b16-55e86ada0e54}
AND System.Devices.Dnssd.Domain:=\"local\" AND
System.Devices.Dnssd.ServiceName:=\"_hpconnkit._tcp\""
0164:fixme:combase:GetRestrictedErrorInfo (00007FFFFE1FB8F0)
0164:fixme:combase:RoOriginateLanguageException 0x80004001, L"",
0000000000000000: stub
```
I have finished regression testing with the following results:
```
df87b1c5d85eee4e1389ea28852dae98f8f47bb4 is the first bad commit
commit df87b1c5d85eee4e1389ea28852dae98f8f47bb4
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Tue May 13 19:35:03 2025 +0200
windows.devices.enumeration: Implement DeviceWatcher async state changes.
dlls/windows.devices.enumeration/async.c | 143
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dlls/windows.devices.enumeration/main.c | 87
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
dlls/windows.devices.enumeration/private.h | 2 ++
dlls/windows.devices.enumeration/tests/devices.c | 16 +++++++--------
4 files changed, 234 insertions(+), 14 deletions(-)
```
Distribution: Arch Linux
Architecture: x86_64
How to install:
Download
https://www.hpcalc.org/prime/pc/HP_Prime_Virtual_Calculator_x64_2025_01_31.…
sha256sum: 9858c0a3a889144ba17df351360effde759ba993a13ab1dd4b51b3e754654f2f
You can either use the installer or extract and run the program using the
following command:
```
binwalk -C "binwalk" -e "HP_Prime_Virtual_Calculator_x64_2025_01_31.exe"
msiextract -C "msi"
"binwalk/HP_Prime_Virtual_Calculator_x64_2025_01_31.exe.extracted/D10A8/a2"
wine "msi/HP/HP Prime Virtual Calculator/HPPrime.exe"
```
If you are using Arch Linux, you can also install it via AUR:
https://aur.archlinux.org/packages/hp-prime-virtual-calculator-bin
regression, win64
--
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=55985
Bug ID: 55985
Summary: S.T.A.L.K.E.R. Anomaly: Crashes when loading into save
file.
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mythicalnewt(a)gmail.com
Distribution: ---
Created attachment 75589
--> https://bugs.winehq.org/attachment.cgi?id=75589
Stacktrace from winedebugger
Anomaly launches and the main menu works perfectly, however when loading a save
file it crashes in the loading screen and wine debugger launches.
Wine versions 7.x and below work perfectly fine only wine 8.x crash in this
manner.
I made sure to delete all wineprefixes and .wine folder before running the
program.
--
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=58078
Bug ID: 58078
Summary: StarCraft Remastered: game is not started with
wine-10.5
Product: Wine-staging
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimich.dmb(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The game is not started with wine-10.5
StarCraft.exe process is running and consuming 100% of one CPU core. No video
mode changed, no game window created.
Battle.net launcher is displaying StartCraft as "Playing Now".
After downgrading wine to 10.4 the game starts and works fine.
StartCraft: v1.23.10.13515
OS: Arch Linux
Kernel v6.14.1
GPU: Nvidia, proprietary driver v570.133.07
--
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.