http://bugs.winehq.org/show_bug.cgi?id=58328
Bug ID: 58328
Summary: "msvcrt: Use RVAs in rtti and exception data on all
platforms except i386" breaks RTTI on arm32
Product: Wine
Version: 9.10
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: a794b0224e27f91bf0855cd7376d6af3de44523d
Distribution: ---
Created attachment 78697
--> http://bugs.winehq.org/attachment.cgi?id=78697
Repro binary
Since a794b0224e27f91bf0855cd7376d6af3de44523d, "msvcrt: Use RVAs in rtti and
exception data on all platforms except i386", a dynamically linked executable
that uses msvcp140.dll and vcruntime140.dll, crashes on startup on 32 bit arm.
The corresponding case seems to run fine on arm64 though.
--
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=21369
Summary: Tab bar isn't fully visible in HTML-Kit; must be
scrolled
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=25731)
--> (http://bugs.winehq.org/attachment.cgi?id=25731)
Terminal output
In HTML-Kit build 292, one of the tab bars (the one below the current working
file) isn't displayed as expected in Wine. In Windows, the entire tab bar is
visible, but in Wine, part of it is cut off, with scroll arrows present to
bring the rest into view. Native comctl32 installed by winetricks fixes the
issue.
Interestingly, increasing Wine's DPI to 120 allows all the tabs to display at
once, though rendering is still a bit different from Windows.
Terminal output is from opening the program and entering "create a new file"
mode (which is when the tabs first become visible).
--
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=53401
Bug ID: 53401
Summary: regedit does not import .reg files
Product: Wine-staging
Version: 7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 72794
--> https://bugs.winehq.org/attachment.cgi?id=72794
.reg file that won't import
Fedora 36
Wine 7.12-1
Regedit
$ env WINEPREFIX="/home/todd/.wine.test" wine regedit &
--> Registry
--> Import Registry File
Does not actually import ./reg files, but says it has successfully done so.
--
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=24026
Summary: Tab completion for cmd
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Pressing tab only creates a space but should complete a file name in the same
way that Windows does with their Command Prompt.
--
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=58259
Bug ID: 58259
Summary: Qt Installer for Windows doesn't work
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tshah.dental(a)gmail.com
Distribution: ---
So if you were to download the official Qt for Windows installer (located at
https://download.qt.io/official_releases/online_installers/qt-online-instal…
), it would start the program but nothing would show up.
Before, it should show an error message:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
So I installed winbind and libntlm0 and now the error does not show up anymore
but the installer still doesn't show any window. It maxes out a single thread
and stays like that forever.
--
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=58196
Bug ID: 58196
Summary: d3d9:device WM_WINDOWPOSCHANGED test fails
consistently on Linux since Wine 10.5
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
$ ./wine dlls/d3d9/tests/x86_64-windows/d3d9_test.exe device 2>&1 | grep
WM_WINDOWPOSCHANGED
device.c:4467: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it,
i=0.
`git bisect` says:
3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8 is the first bad commit
commit 3ae66c75cf443c0be403d9fe4e4da3c19b3ad9a8
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Sat Mar 29 09:32:27 2025 +0100
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Wed Apr 2 22:25:37 2025 +0200
winex11: Use _NET_ACTIVE_WINDOW to request/track window activation.
When supported, instead of tracking window focus only.
dlls/user32/tests/win.c | 2 +-
dlls/winex11.drv/event.c | 32 ++++++++++++++++++++------------
dlls/winex11.drv/keyboard.c | 2 +-
dlls/winex11.drv/mouse.c | 2 +-
dlls/winex11.drv/window.c | 86
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
dlls/winex11.drv/x11drv.h | 4 +++-
6 files changed, 102 insertions(+), 26 deletions(-)
--
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=44120
Bug ID: 44120
Summary: Steam Big Picture mode fails to start, it shows a
black screen (d3d10, d3d11, more)
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Steam Big Picture mode does not work properly. It shows a black screen instead
of the Steam Big Picture UI. No sound output, either.
I've marked the component as directx-d3d as most of the problems seem to be
with d3d, d2d, dxgi, d3d10, and d3d11.
Steam Big Picture STDERR Log from Wine 2.22: https://pastebin.com/ayhgum69
Please see the "Depends on" section for individual problems with d3d et al
preventing Steam Big Picture from working properly.
--
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=40144
Bug ID: 40144
Summary: stopped working
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bjt2(a)hotmail.co.uk
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
trying to install a canon printer
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=58329
Bug ID: 58329
Summary: Smartsuite 3.1 installer crashes
Product: Wine
Version: 10.9
Hardware: x86-64
URL: https://archive.org/download/lotussmartsuiterelease3.1
forwindows/Lotus%20SmartSuite%20Release%203.1%20for%20
Windows.zip
OS: Linux
Status: NEW
Keywords: download, Installer, regression, win16
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: a0f4706a68f534c297817384bdb918b03ce38fd6
Distribution: Ubuntu
Created attachment 78698
--> http://bugs.winehq.org/attachment.cgi?id=78698
Wine 10.9 console output
The Lotus Smartsuite 3.1 installer crashes. I used all the default for testing.
The backtraces for Win 3.1 (16-bit) and Win NT4 (32-bit) look slightly
different so attaching both. Same with Win 10 mode so I'm assuming winver makes
no difference.
This started at
a0f4706a68f534c297817384bdb918b03ce38fd6 is the first bad commit
commit a0f4706a68f534c297817384bdb918b03ce38fd6
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Tue Mar 18 21:53:50 2025 +0100
win32u: Read the windows full handle from the shared memory
--
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=33302
Bug #: 33302
Summary: [regedit] text gets cut away
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiziologus(a)gmail.com
Classification: Unclassified
Created attachment 44055
--> http://bugs.winehq.org/attachment.cgi?id=44055
screenshot with bug
regedit don't show about 4 char on the right side in edit dialog window if
value is multiline.
It's simulated bug 26365 (Geneforge 1)
--
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=58349
Bug ID: 58349
Summary: Build failure with clang for x86_64 target due to
recent RTTI changes
Product: Wine
Version: 10.9
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 9d05345d4419aa29e6d4b15456bfeab510d39823
Distribution: ---
Created attachment 78732
--> http://bugs.winehq.org/attachment.cgi?id=78732
build failure details
9d05345d4419aa29e6d4b15456bfeab510d39823 is the first bad commit
commit 9d05345d4419aa29e6d4b15456bfeab510d39823
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 10 12:43:11 2025 +0200
msvcrt: Define C++ type info using RVAs for PE builds.
dlls/msvcp90/cxx.h | 26 ++++++++++++++++++++++++++
dlls/msvcrt/cxx.h | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
See attachment for the build failure details. 32-build doesn't have this kind
of problem.
--
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=58275
Bug ID: 58275
Summary: Wrong "range" selection logic using SHIFT
Product: Wine
Version: 10.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
wine explorer
single select /lib
hit "SHIFT+a"
expected result : move selection to 1st item starting by "a"
observed result : group selects from 1st item starting by "a" to current
selection (here : /lib)
--
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=17614
Summary: Rise of Nations: Both mouse keys required for single
left-click
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.microsoft.com/games/thronesandpatriots/downlo
ads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
I don't know when this first started, but this is apparent in Wine 1.0.0
through 1.1.16.
The cursor in Rise of Nations and it's expansion Thrones and Patriots ignores
right-clicks and left-clicks. Clicking BOTH left and right mouse button acts
as a left click.
There is a workaround. Editing the rise2.ini file, setting "ForceGDICursor=1"
allows the cursor/mouse to behave normally. It also corrects a transparency
problem with the cursor.
I don't know what traces might be relevant here...
--
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=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.