http://bugs.winehq.org/show_bug.cgi?id=58403
Bug ID: 58403
Summary: Death to Spies: intro videos show black screen (audio
works)
Product: Wine
Version: 10.10
Hardware: x86-64
URL: http://files.aspyr.com/support/DTS_Demo_Installer.zip
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 0f014efc9a08b8d52da09d3fd595b32753f6c9ea
Distribution: ---
Created attachment 78811
--> http://bugs.winehq.org/attachment.cgi?id=78811
plain terminal output
Similar to bug #56769 and bug #56975.
The intro videos show only black screen. The audio part works.
Reverting
commit 0f014efc9a08b8d52da09d3fd595b32753f6c9ea
qasf/dmowrapper: Call AllocateStreamingResources() and
FreeStreamingResources().
fixes the problem for me.
Can be reproduced with the demo version.
wine-10.10-158-ge9dcdf38041
--
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=54829
Bug ID: 54829
Summary: Unhandled exception: page fault on write access to,
invalid program stack in 64-bit code
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipp.heimpel(a)gmail.com
Distribution: ---
Created attachment 74334
--> https://bugs.winehq.org/attachment.cgi?id=74334
Error Details
When running wine VCarveDesktopTrialEdition.exe I receive the following error:
Unhandled exception: page fault on write access to, invalid program stack in
64-bit code
Installation went fine and without errors
Download link:
https://storage.googleapis.com/vectric_public/VCarveDesktopTrialEdition_Set…
Debian GNU/Linux 11 (bullseye)
--
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=58584
Bug ID: 58584
Summary: msvcp140: Multiple modern applications using C++
Concurrency crash in CONCRT140.dll on startup
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: waser(a)waser.tech
Distribution: ---
This report details a consistent, immediate startup crash in `CONCRT140.dll`
affecting modern S.T.A.L.K.E.R. engine forks. These engines are based on the
open-source **Open X-Ray 1.6**, which itself works flawlessly under Wine.
The crash only appears in these newer, more advanced forks which leverage the
MSVC concurrency runtime for performance. This strongly indicates the issue
lies within Wine's implementation of these APIs, not a bug in the engines
themselves. This is effectively a regression, as the baseline engine works
while the newer, concurrency-enabled versions do not.
**Existing Related Bugs:**
This issue appears to be a new, highly reproducible test case for known
problems in Wine's concurrency support. We are filing this as a new report due
to the unique test case and the specific failure point (constructor vs.
destructor), but it is likely caused by the same underlying issues as:
- **Bug 52899:** Notes that `CONCRT140.dll` requires `CreateEventExW` from
`kernel32`. This is the most likely root cause.
- **Bug 41749:** Shows a crash in the destructor for
`Concurrency::details::_TaskCollection`. Our crash occurs in the *constructor*
of this same object, demonstrating a different failing code path.
Our report provides two clear methods to reproduce this crash, including one
that is fully free and requires no commercial software.
---
### **Primary Reproduction Steps (IX-Ray on S.T.A.L.K.E.R.: Call of Pripyat)**
*(Steps 1-5 as in previous draft)*
6. **Run the Game with Debug Logging:** Launch the game using its main
executable with full debug channels enabled.
```bash
WINEDEBUG=+all wine Stalker-COP.exe &> stalker_cop_crash_all.log
WINEDEBUG=+seh,+loaddll wine Stalker-COP.exe &> stalker_cop_crash_seh.log
```
7. **Result:** The process will crash immediately. The game's own crash log
(in `_appdata_ixray_/logs`) and the attached Wine debug logs will show a fatal
error in `CONCRT140.dll`.
---
### **Alternative Reproduction Steps (AOEngine on S.T.A.L.K.E.R. Anomaly)**
This method is fully free and requires no commercial game assets.
1. **Download S.T.A.L.K.E.R. Anomaly:** Download the standalone game from its
[ModDB page](https://www.moddb.com/mods/stalker-anomaly/downloads).
2. **Download AOEngine:** Download the latest AOEngine release from its [ModDB
addons page](https://www.moddb.com/mods/stalker-anomaly/addons/aoengine).
3. **Install AOEngine:** Extract the contents into the Anomaly game's `bin`
directory, overwriting `AnomalyDX11.exe`.
4. **Create a Clean Wine Prefix:**
```bash
export WINEPREFIX=~/.wine_anomaly
rm -rf $WINEPREFIX && wineboot -u
```
5. **Install Runtimes:**
```bash
winetricks -q vcrun2022 d3dcompiler_47
```
6. **Run the Game with Debug Logging:** Launch the game using the Anomaly
launcher.
```bash
WINEDEBUG=+all wine AnomalyLauncher.exe &> anomaly_crash_all.log
WINEDEBUG=++seh,+loaddll wine AnomalyLauncher.exe &> anomaly_crash_seh.log
```
(Within the launcher, disable AVX, select DX11, disable the shader cache,
and click Play).
7. **Result:** The exact same crash behavior as the IX-Ray method will be
observed. The game's crash log will be in `_appdata_/logs` and the full Wine
log will be `anomaly_crash_*.log`.
---
**Expected Behavior:**
The game launcher should appear, and the game should launch to the main menu
successfully, as it does on Windows and as the baseline Open X-Ray 1.6 engine
does under Wine.
**Logs:**
Three files will be attached for the primary reproduction case:
1. `stalker_cop_crash_seh.log`: A small log with `+seh,+loaddll` for quick
initial review.
2. `stalker_cop_crash_all.log.bz2`: The complete `+all` debug log, compressed
with bzip2 due to its large size.
3. `ixray-2025.08.10-02.37.21-waser.log`: The game's own crash log from its
`_appdata_ixray_/logs` directory.
**References:**
- **IX-Ray GitHub (Open Source Engine):**
https://github.com/ixray-team/ixray-1.6-stcop
- **GE-Proton Issue #197 (Full History):**
https://github.com/GloriousEggroll/proton-ge-custom/issues/197
--
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=40500
Bug ID: 40500
Summary: Scrap Mechanic : Unable to launch
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arionrina(a)verizon.net
Distribution: ---
Created attachment 54281
--> https://bugs.winehq.org/attachment.cgi?id=54281
Crash log
Scrap Mechanic doesn't open up the first window, then 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.
http://bugs.winehq.org/show_bug.cgi?id=58488
Bug ID: 58488
Summary: Bejeweled 3: black screen on start
Product: Wine
Version: 10.12
Hardware: x86-64
URL: https://store.steampowered.com/app/78000/Bejeweled_3/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: ae487930f8d3811a7434dc2cbb561982c894f5ba
Distribution: ---
In Wine-10.12 the black screen issue reappeared. (bug #58373)
This time it was caused by
commit ae487930f8d3811a7434dc2cbb561982c894f5ba
winex11: Create client surfaces for opengl drawables.
The patch from bug #58459 fixes the problem (attachment #78940)
Nvidia binary drivers 575.64.03
X.Org X Server 1.21.1.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.
http://bugs.winehq.org/show_bug.cgi?id=58576
Bug ID: 58576
Summary: windows proxy that explicitly uses rasapi32
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: rasapi32
Assignee: wine-bugs(a)winehq.org
Reporter: bingmatv(a)outlook.com
Distribution: ---
Host OS: ArchLinux, which is rolling-release distro.
Some proxy tools explicitly needs RAS implementation, if I disable rasapi32
using winecfg, the proxy just crashes. Log:
0128:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0128:fixme:ras:RasEnumConnectionsA (023E0340,0012DF50,0012DF54),stub!
0128:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
0128:fixme:seh:EnumDeviceDrivers (0012C908, 4096, 0012C904): stub
012c:fixme:ver:GetCurrentPackageId (0257FF10 00000000): stub
0128:fixme:shell:InitNetworkAddressControl stub
If I disable rasapi32, the proxy just crashes. So it's important to implement
RAS in wine. Furthermore, wine should support Wayland, so I can use windows
apps without Xorg.
--
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=49747
Bug ID: 49747
Summary: ICO_ExtractIconExW causes crash on incomplete windows
executable
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andi(a)notmuch.email
Distribution: ---
Created attachment 68049
--> https://bugs.winehq.org/attachment.cgi?id=68049
backtrace of explorer.exe crashing
I have 31% of a binary in a local directory because some installer/patcher
crashed during installation. Whenever I use `winefile` or `wine explorer.exe`
and scroll to that file in the directory wine crashes with the attached
backtrace.
It appears to be related to the ICO handling code within wine that expects more
input but that doesn't exist yet.
Attached is the backtrace of running the patcher for the "Dark Age of Camelot"
freeshard "Phoenix" (https://playphoenix.online) which did cause this issue for
me.
--
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=58334
Bug ID: 58334
Summary: ShowStopper crashes on unimplemented function
ntdll.dll.RtlQueryProcessHeapInformation
Product: Wine
Version: 10.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Run `wine ShowStopper.exe`
2. Click "Run Checks"
$ sha256sum ShowStopper1.0.0.1.zip
18707678dea01fecc3e1de1dacb66a1e9e134261de15d7f7190f3aee41edea77
--
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=58594
Bug ID: 58594
Summary: Teraterm 5.4.1 / Serial communication not functional
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janne.kekkonen(a)gmail.com
Distribution: ---
Tested with Wine 10.12 on Ubuntu 22.04 running on VMware.
When data is sent to serial port teraterm GUI become sluggish/unusable.
Menu's do not work and data sent to serial port is not shown.
When data sending is stopped GUI starts to work normally and data is shown on
terminal.
Functionality is pretty much the same as in bug-58142
Tests steps:
- Connect USB-serial port to system.
- Open serial port with teraterm & set settings(baud,stop bits...)
- Start sending data to serial port.
- Try to open menus.
Not sure is this possible to reproduce with virtual serialport(s)
Download link:
https://github.com/TeraTermProject/teraterm/releases/download/v5.4.1/terate…
--
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=58601
Bug ID: 58601
Summary: Acrobat 8 Pro crashes when opening certain PDF with
many images and OCR text
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stasvernon(a)gmail.com
Distribution: ---
Created attachment 79137
--> http://bugs.winehq.org/attachment.cgi?id=79137
Crash backtrace
Hi,
When opening certain PDF with mostly images + OCR text, Acrobat 8.0.0 Pro (not
Reader) crashes with "Unhandled exception: page fault on read access" the
stacktrace attached.
Every or almost every page is an image (most with OCR text on top).
Format: PDF/A - 3b
PDF is produced with "mupdf and pymupdf/skimage".
There are about 160 pages.
No action is done, it crashes before PDF even shows in Acrobat.
All of Evince, PDF Arranger and Libre Draw open the same PDF w/o any issue.
Unfortunately I can't upload the PDF itself.
Most recent development version of WINE from the WINE repo is installed.
No issues with OS.
Thanks
--
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.