http://bugs.winehq.org/show_bug.cgi?id=58931
Bug ID: 58931
Summary: d3dx9_*:surface tests read beyond buffer in
copy_pixels (ASan)
Product: Wine
Version: 10.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)list.winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
This affects the test_D3DXSaveSurfaceToFileInMemory
with formats D3DFMT_G8R8_G8B8 and D3DFMT_R8G8_B8G8.
It arrives in wined3d_resource_allocate_sysmem
with a resource->size = 16
and align = 16/*RESOURCE_ALIGNMENT*/,
allocates therefore 32 bytes.
But the pointer resource->heap_memory gets shifted by align,
therefore 16 bytes are usable.
Unfortunately I cannot say what really is wrong here.
The src_row_pitch is 4, so it looks wrong to me the
memcpy copying 8 bytes?
As an example, for the D3DFMT_G8R8_G8B8 test I receive
in wined3d_resource_allocate_sysmem this values:
resource->size=16
align=16
resource->heap_memory=00007F72C5BE6A70
resource->heap_pointer=00007F72C5BE6A60
And later in copy_pixels these, when copying the last row:
size->height=4
size->width=4
size->depth=1
format->block_width=2
format->block_byte_count=4
row_block_count=2
slice=0
row_count=4
row=3
src_addr=00007F72C5BE6A7C
dst_addr=00007F88C5BE0998
(row_block_count * format->block_byte_count)=8
src_row_pitch=4
My earliest note of it was in the wine 10.1 release cycle:
https://gitlab.winehq.org/bernhardu/wine/-/blob/asan-pe_2025-01-31/asan_rep…
The latest note is with wine 10-18:
https://gitlab.winehq.org/bernhardu/wine/-/blob/asan-pe_2025-10-18_wine-10.…
--
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=29780
Bug #: 29780
Summary: XPS Viewer EP shows garbage in the toolbar background
Product: Wine
Version: 1.4-rc2
Platform: x86-64
URL: http://download.microsoft.com/download/2/5/2/2526f55d-
32bc-410f-be18-164ba67ae07d/XPSEP XP and Server 2003
32 bit.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
Classification: Unclassified
Regression SHA1: 1c1b1c0073c3dea34ff4096d749a459accf5e337
Created attachment 38676
--> http://bugs.winehq.org/attachment.cgi?id=38676
Terminal output
The background of the toolbar in XPS Viewer EP is not displayed properly,
showing garbage (previous screen content). This worked in 1.4-rc1, and
regression testing indicated:
1c1b1c0073c3dea34ff4096d749a459accf5e337 is the first bad commit
commit 1c1b1c0073c3dea34ff4096d749a459accf5e337
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Wed Feb 1 00:07:00 2012 +0300
comctl32: More tests for Toolbar window style handling.
:040000 040000 dd921cd22cea799bb21627f6e80aba024d087098
ee93a6dccb2bc9c894dc6330dbae8fc4650b2b82 M dlls
Reverting the patch fixed it.
To reproduce:
1. In system32, make a copy of acledit.dll named xpssvcs.dll
2. Install (occasionally crashes - retry if needed)
3. wine xpsrchvw
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29714
Bug #: 29714
Summary: mmdevapi/capture test often fails on debian testing
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hoehle(a)users.sourceforge.net
Classification: Unclassified
Regression SHA1: f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf
Created attachment 38565
--> http://bugs.winehq.org/attachment.cgi?id=38565
+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio
trace
austin@debian-buildbot:~/wine-git$ git bisect bad
f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf is the first bad commit
commit f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf
Author: J��rg H��hle <hoehle(a)users.sourceforge.net>
Date: Thu Jan 12 22:36:31 2012 +0100
mmdevapi/tests: Perform capture protocol tests in shared mode.
:040000 040000 8251887bab3583e1327626d8e7492e61fa5e0285
255d9de316fae3fc6fc5b26a87b771593858e8c6 M dlls
+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio
trace attached.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58826
Bug ID: 58826
Summary: Winhq 10.17 seems to loose window focus??
Product: Wine
Version: 10.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikes(a)guam.net
Distribution: ---
Just upgraded to 10.17 and notices a change in process.
Seems to loose focus on the wine window?
Click on something, and the try entering a character, and nothing happens.
Have to click on top of wine window to get focus back, and then pressing key
works.
I've noticed the with Pegasus email 4.91, but not sure if it is only with that
app, or with many apps. Another user posted an issue with an earlier wine issue
with Pegasus. But think this is new with 10.17.
I've also noticed, that it seems to also have the XFCE bottom panel pop up at
same time. Generally, it hides when not in use, but should only pop back up
when mouse is moved in that lower area, but in this case the mouse pointer is
no where near that area??
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.
http://bugs.winehq.org/show_bug.cgi?id=58842
Bug ID: 58842
Summary: unable to compile rsaenh, wine compilation fails
Product: Wine
Version: 10.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rsaenh
Assignee: wine-bugs(a)winehq.org
Reporter: infyquest(a)gmail.com
Distribution: ---
This is error that comes, when I try to compile wine - it fails while compiling
rsaenh.
The built it using the below one:
../wine-iq-devel/configure --enable-win64
Below is the error:
gcc -m64 -c -o dlls/rsaenh/implglue.o ../wine-iq-devel/dlls/rsaenh/implglue.c
-Idlls/rsaenh -I../wine-iq-devel/dlls/rsaenh \
-Iinclude -I../wine-iq-devel/include -I../wine-iq-devel/include/msvcrt \
-I../wine-iq-devel/libs/tomcrypt/src/headers -D_UCRT -D__WINESRC__
-DLTC_NO_PROTOTYPES \
-DLTC_SOURCE -Wall -pipe -fcf-protection=none -fvisibility=hidden
-fno-stack-protector \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers -Winit-self \
-Wlogical-op -Wno-packed-not-aligned -Wpointer-arith -Wshift-overflow=2
-Wstrict-prototypes \
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings
-Wno-misleading-indentation \
-gdwarf-4 -fPIC -fasynchronous-unwind-tables -D_WIN32 -fno-builtin
-fshort-wchar -Wno-format \
-mabi=ms -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
In file included from ../wine-iq-devel/dlls/rsaenh/implglue.c:32:
../wine-iq-devel/dlls/rsaenh/implglue.h:32:5: error: unknown type name
‘symmetric_key’
32 | symmetric_key key;
| ^~~~~~~~~~~~~
../wine-iq-devel/dlls/rsaenh/implglue.h:43:5: error: unknown type name
‘hash_state’
43 | hash_state state;
| ^~~~~~~~~~
--
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=58926
Bug ID: 58926
Summary: Ableton Live 12: Window error upon moving window, or
exiting fullscreen
Product: Wine
Version: 10.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erynisbored(a)gmail.com
Distribution: ---
Created attachment 79614
--> http://bugs.winehq.org/attachment.cgi?id=79614
.7z Archive Containing all aforementioned logs and specifications
While running the Installer for Ableton Live 12.2.6, The same error occurs
twice, with two windows appearing, one after the other, both stating "The
program tlsetupfx.exe has encountered a serious problem and needs to close."
upon clicking "Show Details", a larger info view appears, displaying the
backtrace of the error, this happens in both error windows, and from what I can
tell, the second doesn't appear until the first has been closed or had its info
view opened. The installation, proceeds without any more errors though, and
when it finishes I'm prompted to launch the free trial. The free trial launches
normally, though the title bar at the top of the window is absent, and I'm
prompted to either enable exports by authorizing with an account, or to proceed
without exporting or saving, both of these options result in the core library
being set up, followed by the window completely freezing and a prompt appearing
stating that it has stopped responding. Upon force-quitting and re-launching
Ableton through the executable in C:\ProgramData, it no longer crashes, but the
title bar is still missing, and when I move the window with the alt+f7 keyboard
shortcut, enter then exit fullscreen with f11, or maximize the window with the
alt+space menu, it starts to what I can only describe as "freak out". The
window shifting between displaying normally, going completely black, and
displaying the window behind it. And jittering slightly up and down. From this
point the only way I've tried to close it is by closing the terminal window,
though since f11 does fullscreen the application with only a graphical error
that causes everything to be shifted down, I suspect it may be possible to use
ctrl+q, or alt+f4 to close the program from there. Also during the "freak out"
a window will repeatedly appear stating that the program has crashed and will
close when the window closes, however that doesn't appear to happen, or if it
does, there's so much else already going on that it's not noticeable.
Things of Note:
- My OS is Ubuntu 24.04.3 LTS
- This happens to me in both the free trial, and paid "suite" version of Live
12.
- This also happens to me in both the Development, and Stable Branches of Wine.
- The specific error during installation seems to occur during the step that
involves installing the Ableton Push integration software.
- The "freakout" error is somewhat inconsistent in triggering, usually it only
takes entering and exiting fullscreen to trigger, but other times it's needed
me to first maximize the window
I've also attached a .7z archive containing the following:
- Both Backtraces for the tlsetupfx.exe error during installation.
- The complete terminal output during the installation and first launch.
- The complete terminal output after launching Live for a second time.
- My PC hardware specifications in HTML format, obtained with the command "sudo
lshw -sanitize -html >PCSpecs.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=58917
Bug ID: 58917
Summary: Can upgrade devel from 17 to 18
Product: Wine
Version: 10.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
$ su root -c "dnf -y upgrade"
Password:
Updating and loading repositories:
Repositories loaded.
Problem: cannot install the best update candidate for package
wine-devel-1:10.17-1.1.x86_64
- nothing provides wine-missing-buildrequires-on-OSMesa needed by
wine-devel-1:10.18-2.1.x86_64 from WineHQ
Package Arch Version Repository
Size
Skipping packages with broken dependencies:
wine-devel x86_64 1:10.18-2.1 WineHQ 1.4
GiB
Nothing to do.
--
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=58923
Bug ID: 58923
Summary: AltGr modifier key not working in WebView2
Product: Wine
Version: 10.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: felixhaedicke(a)web.de
Distribution: ---
Created attachment 79608
--> http://bugs.winehq.org/attachment.cgi?id=79608
Wine console output
When using my own WebView2 example program "SimpleWebView2Browser", see
https://github.com/felixhaedicke/SimpleWebView2Browser for source code and
binaries, characters using the AltGr modifier cannot be used. For example, the
"@" character on a German Keyboard (AltGr+q) does not work, and the character
"q" is shown instead.
Steps to get it running on a fresh wineprefix (see bug 58921 und bug 58922):
* Install WebView2 runtime using the "Evergreen Standalone Installer" for x64
from Inst https://developer.microsoft.com/en-us/microsoft-edge/webview2
* Use my "SimpleWebView2Browser" binaries from
https://github.com/felixhaedicke/SimpleWebView2Browser/releases/tag/v0.1
* Set Windows version to Windows 8 for "msedgewebview2.exe" to work around bug
58921:
wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\msedgewebview2.exe"
/v Version /t REG_SZ /d win8
AltGr is working as expected when running SimpleWebView2Browser on Windows 11.
--
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=58921
Bug ID: 58921
Summary: WebView2 does not work with Windows version setting
8.1 or newer
Product: Wine
Version: 10.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: felixhaedicke(a)web.de
Distribution: ---
Created attachment 79605
--> http://bugs.winehq.org/attachment.cgi?id=79605
webview.log (log created by WebView2)
For testing WebView2, I am using my "SimpleWebView2Browser", see
https://github.com/felixhaedicke/SimpleWebView2Browser for source code and
binaries.
Steps to get it running on a fresh wineprefix:
* Install WebView2 runtime using the "Evergreen Standalone Installer" for x64
from Inst https://developer.microsoft.com/en-us/microsoft-edge/webview2
* Set Windows version to Windows 7 or 8.
* Use my "SimpleWebView2Browser" binaries from
https://github.com/felixhaedicke/SimpleWebView2Browser/releases/tag/v0.1
It is sufficient to set the Windows version for "msedgewebview2.exe" (which is
part of the WebView2 runtime):
wine reg add "HKEY_CURRENT_USER\Software\Wine\AppDefaults\msedgewebview2.exe"
/v Version /t REG_SZ /d win8
It does not work with Windows version set to 8.1, 10 or 11.
The problem is probably that WebView2 tries to use the DirectComposition API on
Windows 8.1 or newer. Message in the WebView2 debug log:
DCompositionCreateDevice failed: Not implemented. (0x80004001)
The attached WebView2 debug log was captured using the WebView2 logging
functions, which can be enabled using the WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS
environment variable.
Command line used to start the browser process, and to capture the attached
logs:
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--enable-logging --v=1
--log-file=c:/webview.log" wine SimpleWebView2Browser.exe 2> wine-output.txt
--
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=58695
Bug ID: 58695
Summary: Microsoft Encarta 2002 crashes with Microsoft Visual
C++ Runtime Library error "Abnormal program
termination"
Product: Wine
Version: 10.14
Hardware: x86-64
URL: https://archive.org/details/wrksste02dvd
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Steps to reproduce:
1. Install Microsoft Works Suite from the ISO image provided under the download
link mentioned in the URL field.
2. Start "Microsoft Encarta 2002" from C:/Program Files (x86)/Microsoft
Encarta/Encarta Enzyklopädie 2002/ENC2002.exe
3. Double-click any of the words on the left handside to open the article
(nothing gets shown).
4. The program crashes with an "Abnormal program termination" error in the
"Microsoft Visual C++ Runtime".
I tried installing various VC++ Runtimes using Winetricks.
I was using both Windows 98 as well as Windows 2000 OS, set using winecfg.
--
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.