https://bugs.winehq.org/show_bug.cgi?id=57116
Bug ID: 57116
Summary: Crash during codecs test on CEF sample application
Product: Wine
Version: 9.16
Hardware: x86-64
URL: https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2
Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.t
ar.bz2
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 77008
--> https://bugs.winehq.org/attachment.cgi?id=77008
Wine 9.16 console output
Running the Codecs test on the Chromium Embedded Framework sample application
causes a crash, but winedbg is unable to provide any further details (also the
OK button from winedbg doesn't work).
The application itself does not close and continues to run.
Run with:
wine cefclient.exe --url=https://shaka-player-demo.appspot.com/support.html
--
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=58459
Bug ID: 58459
Summary: Doom 3: BFG Edition fails to start
Product: Wine
Version: 10.11
Hardware: x86-64
URL: https://store.steampowered.com/app/208200/DOOM_3/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: a897aad823f5ea76949a0171f34984f4ebf1ced1
Distribution: ---
Created attachment 78913
--> http://bugs.winehq.org/attachment.cgi?id=78913
terminal output
Doom 3: BFG Edition crashes immediately on start. Doesn't affect the original
Doom 3 version.
Present since
commit a897aad823f5ea76949a0171f34984f4ebf1ced1
win32u: Keep track of the most recent window GL drawable.
Starts properly with the previous commit.
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 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.
https://bugs.winehq.org/show_bug.cgi?id=44066
Bug ID: 44066
Summary: mintty/msys2 doesn't work since wine 2.5.0 (named
pipes)
Product: Wine-staging
Version: 2.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.gursky(a)e-mail.ua
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Hi!
According to [1], I'm opening a new issue.
msys2 (based on Cygwin up to 2.5.x) does work on wine-staging.
Since 2.5.0 mintty starts but has no visible output. You can work only blindly
(ctrl+d closes the session).
Actually I've expected that since wine 2.5 msys2 will work not only on
wine-staging but also on wine. Unfortunately the opposite has happened.
Regards,
Andrey
[1] https://bugs.winehq.org/show_bug.cgi?id=17195#c189
--
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=58477
Bug ID: 58477
Summary: regreession - some VST plugins fails
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: xj(a)wp.pl
Distribution: ---
Some VST plugins fails on wine-10.11 e.g. Ignite studio PTEq-X and The Anvil
I made bisect and it came out that culprit is:
commit a897aad823f5ea76949a0171f34984f4ebf1ced1 (HEAD)
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Sat May 31 12:33:51 2025 +0200
win32u: Keep track of the most recent window GL drawable.
It fails like that:
0118:fixme:d2d:d2d_device_context_DrawGeometry Ignoring stroke style
00007AEA9C2F7190.
0118:fixme:d2d:d2d_device_context_DrawGeometry Ignoring stroke style
00007AEA9C2F7190.
0118:fixme:d2d:d2d_device_context_Flush iface 00007AEA9C2EB480, tag1
0000000000000000, tag2 0000000000000000 stub!
0128:err:seh:call_seh_handlers invalid frame 00000001002FE0F8
(00007AEA9D382000-00007AEA9D480000)
0128:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
--
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=58425
Bug ID: 58425
Summary: video/x-h264 alignment=au caps causes artifacts and
crashes with nal-aligned streams
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: mkrsym1(a)gmail.com
Distribution: ---
Multiple applications try to playback nal-aligned streams, but Wine always sets
the alignment caps to au. This causes h264parse to work incorrectly, which in
turn leads to various unpleasant effects, depending on the decoder used.
Some examples:
- libav's avdec_h264 is the most tolerant one, and only displays brief image
artifacts when au-alignment is broken.
- OpenH264 displays major image and temporal artifacts on au-alignment break,
sometimes hangs.
- NVIDIA's nvh264dec immediately crashes the entire application on au-alignment
break.
This issue is completely fixed by not setting the alignment caps at all and
letting h264parse do it's job, as done in this commit:
https://github.com/ValveSoftware/wine/commit/0304a42
Not sure why it's set in the first place. Maybe that patch can be merged into
Wine master, or is there something that I'm 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=57130
Bug ID: 57130
Summary: CEF sample application WebGL test fails
Product: Wine
Version: 9.16
Hardware: x86-64
URL: https://cef-builds.spotifycdn.com/cef_binary_127.3.5%2
Bg114ea2a%2Bchromium-127.0.6533.120_windows64_client.t
ar.bz2
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 77026
--> https://bugs.winehq.org/attachment.cgi?id=77026
Screenshot
Using the pre-compiled Wine 9.16 packages, in a 64-bit wineprefix and corefonts
installed, the Chromium Embedded Framework 64-bit sample application fails to
run the WebGL test. The application reports that my machine is unable to run
WebGL.
It did work a couple of days ago, but at 1 FPS. Perhaps the website changed.
Running with a WOW64 build works and works well (30-60 FPS).
cefclient.exe --url=https://webglsamples.org/field/field.html
--
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=58389
Bug ID: 58389
Summary: Wrong path, app fails to start (regression):
err:environ:init_peb starting
L"\\\\?\\unix\\home\\user\\krita-x64-5.2.9-setup.exe
Product: Wine
Version: 10.10
Hardware: x86-64
URL: https://krita.org/en/post-download/
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Regression SHA1: 787dc335de5365188f0bec899834871ba8236299
Distribution: ---
Since 787dc335de5365188f0bec899834871ba8236299 a wrong path seems to be made:
commit 787dc335de5365188f0bec899834871ba8236299
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 17 13:47:28 2025 +0200
ntdll: Move resolving the initial image name to the get_full_path() helper.
Steps to reproduce: Try start https://krita.org/en/post-download/
--
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=56754
Bug ID: 56754
Summary: Amazing Adventures 2 CD: bundled demo launchers fail
to launch game
Product: Wine
Version: 9.9
Hardware: x86-64
URL: https://archive.org/details/amazing-adventures-around-
the-world-2008-spintop-popcap-cd
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 76543
--> https://bugs.winehq.org/attachment.cgi?id=76543
Error dialog (Wine 9.9)
The CD for Amazing Adventures Around The World bundles some demos for other
games. Most of them fail with an error dialog "Invalid command line parameter:
-changedir"
Nothing (new) is printed in the console when trying to launch the demo.
This works fine in Windows 10.
Downloadable versions of the demos work fine.
--
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=54157
Bug ID: 54157
Summary: dir command of cmd fails on Z: on Ubuntu under WSL
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: mterrisse(a)free.fr
Distribution: ---
Wine 8.0 rc1, Ubuntu 22.10 under WSL (Windows SubSystem for Linux, Windows 11
22H2)
Hello,
You will probably think it is a weird idea running Wine in Ubuntu under WSL.
I tried it to avoid copying many files with my program to test it under Wine.
I noticed this:
wine64 cmd.exe
dir
This works fine on C:
But if I do
Z:
dir
I receive
Invalid function.
I tried this
WINEDEBUG=warn+file wine64 cmd.exe
Z:
dir
and there is something more explicit
0108:warn:file:get_mountmgr_fs_info failed to retrieve filesystem type from
mountmgr, status 0xc000000e
Invalid function.
Do you know what is wrong?
Regards,
Michel Terrisse
--
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=58493
Bug ID: 58493
Summary: Gothic and Gothic II crash with Access Violation
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 8e596f4ddba3d19d6eea645e59d54101f93aa2bc
Distribution: ---
Right before the main menu after skipping intros.
--
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.