http://bugs.winehq.org/show_bug.cgi?id=58340
Bug ID: 58340
Summary: dbghelp: symt_add_func_line, possible use after free.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
ASan reports function `symt_add_func_line`.
There in line 446 memory gets accessed via the pointer `prev`
which got freed in `vector_add` by a HeapReAlloc.
An example ASan output is available here:
https://gitlab.winehq.org/bernhardu/wine/-/blob/asan-pe_2025-05-06_wine-10.…
This shows up only with ASAN_OPTION windows_hook_rtl_allocators=1.
A possible solution might be simply to repeat the assignment of `prev`
from line 429 after the `vector_add` in line 438?
--
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=58190
Bug ID: 58190
Summary: secur32:ntlm tests fail on Windows 11 24H2
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
secur32:ntlm has one failure on Windows 11 24H2:
ntlm.c:348: Running the client the second time.
ntlm.c:956: Test failed: Running the client returned SEC_E_NO_CREDENTIALS, more
tests will fail.
ntlm.c:973: Tests skipped: Authentication failed, skipping test.
This is likely because of the removal of NTLMv1 from Windows 11 24H2 and Server
2025: https://learn.microsoft.com/en-us/windows/whats-new/removed-features
--
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=50450
Bug ID: 50450
Summary: Ricoh Digital Camera Utility 5 crashes when switching
from Browser to Laboratory and vise versa
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: jke(a)pt.lu
Distribution: ---
Created attachment 69064
--> https://bugs.winehq.org/attachment.cgi?id=69064
Ricoh Digital Camera Utility 5 crashes when switching from Browser to
Laboratory and vise versa
Ricoh Digital Camera Utility 5 crashes when switching from Browser to
Laboratory and vise versa
--
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=24209
Summary: Burger Shop fullscreen
Product: Wine
Version: 1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danimothonline(a)gmail.com
Created an attachment (id=30479)
--> (http://bugs.winehq.org/attachment.cgi?id=30479)
Screenshot of the bug.
When Burger Shop is fullscreen(default behavior), the window is displayed on
the top left corner of the screen. The graphics are distorted a little bit and
the clicks are made as if the screen was actually placed in the middle of the
screen.
In the screenshot attached, note:
1) The slightly distorted graphics
2) How my mouse is positioned in the middle of the screen, and the "Challenge
Mode" is highlighted. All clicks have a position relevant to the center of the
screen instead of the top left.
--
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=51350
Bug ID: 51350
Summary: Horizon Chase freezes on startup
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 70207
--> https://bugs.winehq.org/attachment.cgi?id=70207
Horizon Chase default debug channels
When launching Horizon Chase, a game currently being given away on Epic Games
Store for free (until July 1st), the game seems to freeze on startup with the
music still playing.
Notably, in the logs, I see quite a few of error messages of this type,
although I'm not sure if they are related to the core issue:
0118:err:module:find_forwarded_export module not found for forward
'msvcr120.??0critical_section@Concurrency@@QAE@XZ' used by
L"C:\\windows\\system32\\concrt140.dll"
Full log with default debug channels is attached.
Let me know if you need more information or more detailed logs, I'm happy to
test and help resolve the issue.
Also, although I've tested with 6.10, 6.11 has the same issue, but that version
seems to be quite buggy from what I've heard, so I figured a test with 6.10
would be more useful.
--
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=58286
Bug ID: 58286
Summary: Cannot create a 64-bit wineprefix with old wow64
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source, win64
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: cb87d40cd4a8837826ea76efc91371ab09eb9d63
Distribution: Ubuntu
Created attachment 78634
--> http://bugs.winehq.org/attachment.cgi?id=78634
config.logs
Since commit cb87d40cd4a8837826ea76efc91371ab09eb9d63 I have been unable to
create a 64-bit wineprefix when I build Wine. This is running without first
using "make install".
wine: created the configuration directory '/tmp/wine/wineprefix'
wine: WINEARCH set to win64 but '/tmp/wine/wineprefix' is a 32-bit
installation.
Whereas /tmp/wine/wineprefix does not initially exist. It is created by Wine,
but then insists it's 32-bit and immediately exits.
- New wow64 works fine
- 32-bit works fine
- -O0 and -O2 make no difference
- The prebuilt debs work fine
commit cb87d40cd4a8837826ea76efc91371ab09eb9d63
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Feb 14 15:32:19 2025 +0100
makefiles: Create wine as a symlink to tools/wine/wine.
This commit cannot be reverted, but checking out the commit before fixes the
issue.
My process as per
https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine#shared-wow64
1. Build 64-bit-only
2. Build 32-bit
3. Build 64-bit-wow
This is the same process I have always used.
I know there's been a number of changes in this area so I don't know how to
work around it.
In all cases I use Debian Stable chroots (with schroot) but the same result
using Debian Testing.
If it's me doing something stupid then I apologise in advance.
--
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=58182
Bug ID: 58182
Summary: Virtual desktop corked in 10.6
Product: Wine
Version: 10.6
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: ---
Created attachment 78478
--> http://bugs.winehq.org/attachment.cgi?id=78478
messed up virtual dektop
Fedora 41
wine-devel-10.6-1.1.x86_64
Xfce 4.18
This is a disaster!
$ wine explorer /desktop=Notepad,1680x1050
open full screen. The dimensions are ignored.
$ wine explorer /desktop=Notepad,1680x1050 notepad.exe (or what ever program
you want)
[1] opens in the upper left of the screen
[2] the top of the decorations bar opens underneath the "panel 1" bar, so you
can not grab the windows and move it
[3] once mouse clicked inside the virtual desktop, the mouse can not be used
off the virtual desktop. (You have to click the "X" in the upper right to
exist the program to get your mouse back.)
[4] the virtual desktop opens a shadow of the panel 1 off to its left (will
provide a screen shot). Note that it does not include itself in the shadow
--
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=44453
Bug ID: 44453
Summary: 30525
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thekagles(a)gmail.com
Distribution: ---
Created attachment 60394
--> https://bugs.winehq.org/attachment.cgi?id=60394
30525
30525
--
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=58357
Bug ID: 58357
Summary: Videos in the Atomic Heart game and in Resident Evil 7
Biohazard are not played
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
Created attachment 78745
--> http://bugs.winehq.org/attachment.cgi?id=78745
Scr
Videos in the Atomic Heart game and in Resident Evil 7 Biohazard are not
played. If you use GE-Proton, then the videos in the game are played.
Since this works in GE-Proton, you can transfer this solution to wine.
--
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=47147
Bug ID: 47147
Summary: Visual Pinball X crash with wine staging but works
with normal wine dev
Product: Wine-staging
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adec2010(a)hotmail.co.uk
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Visual Pinball X does not run in wine staging but does in normal wine
--
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.