https://bugs.winehq.org/show_bug.cgi?id=54425
Bug ID: 54425
Summary: user32:clibpoard - test_string_data_process() fails on
Windows in mixed locales
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:clibpoard - test_string_data_process() fails on Windows in mixed
locales:
clipboard.c:2351: Test failed: 7: wrong size 2 / 3
clipboard.c:2352: Test failed: 7: wrong data "a\x00", expected "\x83\xbf\x00"
1020:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 8: wrong size 3 / 5
clipboard.c:2352: Test failed: 8: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
2024:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 9: wrong size 3 / 5
clipboard.c:2352: Test failed: 9: wrong data "a\xdf\x00", expected
"\x83\xbf\x83\xc0\x00"
1a7c:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 10: wrong size 4 / 7
clipboard.c:2352: Test failed: 10: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
1538:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
clipboard.c:2351: Test failed: 11: wrong size 4 / 7
clipboard.c:2352: Test failed: 11: wrong data "a\xdf?\x00", expected
"\x83\xbf\x83\xc0\x83\xc1\x00"
05bc:clipboard: 7 tests executed (0 marked as todo, 0 as flaky, 2 failures), 0
skipped.
clipboard.c:231: 2 failures in child process
See https://test.winehq.org/data/patterns.html#user32:clipboard
The failures happen in the w10pro64-mx-MX test configuration. What's special
about it is that it uses a mix of locales:
SystemDefaultLCID 0411
UserDefaultLCID 040c
ThreadLocale 0411
SystemPreferredUILanguages 0412,0409
UserDefaultUILanguage 0412
ThreadUILanguage 0412
Country 231
ACP 932
The failures started happening with the commit below:
commit 605ecafa67a4e034328b69396581e2f9b60d7af3
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Dec 21 18:48:29 2022 +0100
user32: Fix a SetClipboardData() buffer overflow.
Wine would append a correctly aligned NUL Unicode character to
terminate the string but overflow the buffer by one byte for odd-sized
strings.
Windows instead overwrites the last two buffer bytes with a NUL Unicode
character which ends up being misaligned for odd-sized strings.
The clipboard data has a size field anyway so match the Windows
behavior.
Tweak the tests to show that SetClipboardData() can overwrite half of
the Unicode string's last character.
--
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=54906
Bug ID: 54906
Summary: Menu items with icons are drawn with black squares if
Wine is running in Vista+ mode
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: george.hazan(a)gmail.com
Distribution: ---
The following construction fails in the all 8.x versions of Wine (currently I
upgraded to version 8.7 devel) and works Ok in Wine 7.1:
MENUITEMINFO mii = {};
mii.cbSize = sizeof(mii);
mii.fMask = MIIM_STRING | MIIM_STATE;
if (pimi->iconId != -1) {
mii.fMask |= MIIM_BITMAP;
if (IsWinVerVistaPlus() && IsThemeActive()) {
if (pimi->hBmp == nullptr)
pimi->hBmp = ConvertIconToBitmap(pimi->parent->m_hMenuIcons,
pimi->iconId);
mii.hbmpItem = pimi->hBmp;
}
else mii.hbmpItem = HBMMENU_CALLBACK;
}
InsertMenuItemW(hMenu, uItem, TRUE, &mii);
I.e. if I run command 'winecfg -v win2003', then everything is Ok with icons,
otherwise I see black squares instead of icons. This code works Ok under all
versions of Windows, from XP to Windows 11, the problem is specific to Wine 8.x
under Linux (I use Kubuntu 23.04).
To see the problem you can download my open source messenger Miranda NG from
https://miranda-ng.org/downloads, just download a ZIP, run it and open main or
tray icon menu. The full source code is avalable here:
https://github.com/miranda-ng/miranda-ng, you need module menu_utils.cpp inside
mir_app, InsertMenuItemWithSeparators or BuildRecursiveMenu functions.
WMBR, George Hazan.
--
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=53520
Bug ID: 53520
Summary: Dracula -The resurrection (gog) has an vertical
screen offset
Product: Wine
Version: 7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
wine-7.14-106-gbfc73b0b80a
ubuntu 22.04
GTX560M + nvidia driver 390.151
--
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=32342
Bug #: 32342
Summary: PlanetSide2 Error message and bugreport.txt and
debug.log in Steam.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 42683
--> http://bugs.winehq.org/attachment.cgi?id=42683
PlanetSide2 bugreport.txt
Cannot run PlanetSide 2 on x64 Fedora 17. Popuing up three similar error log
message with attached bugreport. Also attached debug.log is generated in Steam
install dir.
--
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=57309
Bug ID: 57309
Summary: [Regression] Text wrapping issue with
DrawTextA/DrawTextW
Product: Wine
Version: 9.0
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: andrews05(a)gmail.com
Created attachment 77255
--> https://bugs.winehq.org/attachment.cgi?id=77255
Text not wrapping at the correct position
In the game EV Nova, current versions of Wine appear to incorrectly render
multiline text, with text sometimes extending beyond the right edge of the
bounding box and getting clipped.
I have observed this issue in Wine 9.0 and 9.17, as well as WineCX 22.1 and
23.7. I believe it did work correctly in WineCX 22.0 and I ended up copying
"win32u.dll.so" from that version into WineCX 22.1 to get it to work there too
(I can attach this file if it would be helpful).
To reproduce this issue you can download EV Nova from here:
https://github.com/andrews05/EV-Nova-CE/releases/tag/r3
Press the "x" key at the main menu to display a text dialog where you should
see the issue.
I'd be happy to investigate and attempt to fix the issue myself if someone
could give me a pointer on where to start.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=56774
Bug ID: 56774
Summary: NeuralNote: GUI Re-Painting issues
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zardivorku(a)gufum.com
Distribution: ---
Created attachment 76574
--> https://bugs.winehq.org/attachment.cgi?id=76574
a video of neuralnote not updating until it is moved within the bitwig DAW
I decided to file a new bug report as
https://bugs.winehq.org/show_bug.cgi?id=55362 had been used to fix a different
issue related to winepulse.drv. Having two issues for one report was confusing.
The issue here is that the UI only updates after the application has been moved
around on screen (as shown in the attachment). This occurs on a fresh install
of Wine Staging and first noticed in 8.13 (but may be even older). There have
been concerns raised that this could be related to the JUCE framework, however
that is uncertain.
"...the dropdowns don't show the updated selection until a full repaint of the
settings window (by closing and opening it again).
There are possibly related messages in the log, I would check whether other
applications built with JUCE are affected as well."
The bug occurs in standalone and through yabridge.
--
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=57484
Bug ID: 57484
Summary: VKB Joystick not detected in Wine 9.22 but works in
9.21
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseph+winehq(a)xaosnet.net
Distribution: ---
I am using Wine-Staging from the WineHQ Repos on Ubuntu 24.04, and with Staging
9.22, my VKB Gunfighter Left is not detected if hidraw is enabled, but is
detected with Staging 9.21, or if I check the box to disable hidraw.
I reproduced this with a fresh wine prefix as well as an updated one.
I've seen reports that this is also impacting some VKB Gladiator users as well
on the Star Citizen Linux Users Group discord.
--
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=54034
Bug ID: 54034
Summary: Treasure Adventure World: a deluge of wine bugs
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
There are quite a few bugs here.
1. 'Type 1' cutscene player fails silently, 'Type 2' crashes.
2. Text on inventory screen is drawn at a wrong position.
3. Game crashes due to gfx running out of vms shortly after exiting and
reentering first room.
3b. The modal error dialogs related to those crashes appear *under* the game
window.
(going by proton database, things at least somewhat worked somewhere in the
past, but that no longer the case)
--
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=50547
Bug ID: 50547
Summary: Freezes at Fallout2-based games
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexyecu(a)gmail.com
Distribution: ---
Fallout2 engine based games (like Fallout Sonora) freezes for 1 — 2 seconds
every 10 or 15 minutes with Wine 6.0 rc6. Wine 5.5 works fine.
Fedora 32 with last updates, nvidia, alsa, secondary X-server.
--
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.