https://bugs.winehq.org/show_bug.cgi?id=57973
Bug ID: 57973
Summary: LBS_NOSEL is not correctly supported
Product: Wine
Version: 10.3
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: ---
As spotted in ReactOS, there is a flaw in LBS_NOSEL implementation
This is due to the is_item_selected function in dlls/comctl32/listbox.c not
returning "FALSE" when LBS_NOSEL is used as style.
Fix is proposed from
- this ReactOS PR : https://github.com/reactos/reactos/pull/7793
- this patch : https://jira.reactos.org/secure/attachment/69906/ListBox.patch
--
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=57920
Bug ID: 57920
Summary: Rally Trophy: Input device configuration doesn't show
mapped keys anymore, regression
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: jje-wine(a)jv.jetro.fi
Distribution: ---
Created attachment 78173
--> https://bugs.winehq.org/attachment.cgi?id=78173
Log from wine version one commit before breaking
Rally Trophy did show mapped keys for keyboard on device configuration before,
but not anymore after commit d62e2268d77c237e8430e158bb337958d88486ba. Tested
on Arch Linux and Sway.
Steps to reproduce:
1. install Rally Trophy demo
2. ensure that you don't have other input devices connected than keyboard and
mouse, otherwise it may change the behaviour
3. start Rally Trophy
4. go to device configuration and notice that list shows no mapped actions
--
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=57948
Bug ID: 57948
Summary: Listview / LVM_GETORIGIN is broken
Product: Wine
Version: 10.3
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: ---
See test program (see ListViewOrigin.cpp in ListViewOrigin.zip) from
https://jira.reactos.org/browse/CORE-17266 which does a simple call to
SendMessage(g_hList, LVM_ENSUREVISIBLE, 35, FALSE);
POINT pt;
ListView_GetOrigin(g_hList, &pt);
INT x = GetScrollPos(g_hList, SB_HORZ);
INT y = GetScrollPos(g_hList, SB_VERT);
if (y != 0 && pt.x == x && pt.y == y)
MessageBox(hwnd, TEXT("success 1"), TEXT("success 1"),
MB_ICONINFORMATION);
else
MessageBox(hwnd, TEXT("failure 1"), TEXT("failure 1"),
MB_ICONINFORMATION);
SendMessage(g_hList, WM_VSCROLL, MAKELONG(SB_TOP, 0), 0);
ListView_GetOrigin(g_hList, &pt);
x = GetScrollPos(g_hList, SB_HORZ);
y = GetScrollPos(g_hList, SB_VERT);
if (y == 0 && pt.x == x && pt.y == y)
MessageBox(hwnd, TEXT("success 2"), TEXT("success 2"),
MB_ICONINFORMATION);
else
MessageBox(hwnd, TEXT("failure 2"), TEXT("failure 2"),
MB_ICONINFORMATION);
Shows "success 1" and "success 2" in Windows
Shows "failure 1" and "failure 2" in Wine 10.3
--
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=58052
Bug ID: 58052
Summary: Unimplemented function USER32.dll.IsTopLevelWindow
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: rev.hikari(a)gmail.com
Distribution: ---
The function has been used in the TipTap launcher for the Chinese game
OverField.
https://www.nekotan7.com/https://github.com/wine-mirror/wine/blob/908f9eb20ff7511fe7f717d1a72d0e2e89…
--
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=58038
Bug ID: 58038
Summary: Keyboard input lost after alt-tabbing in virtual
desktop
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 30fa691d99df7d6dfe37d16fe708d603919f9fd1
Distribution: ---
After alt-tabbing out and back to the application in virtual desktop mode the
keys that you pressed appear in the terminal instead of the application.
You can run 'wine notepad' to reproduce this.
Reverting commit 30fa691d99df7d6dfe37d16fe708d603919f9fd1
fixes the problem for me.
XFCE/XFWM 4.20
wine-10.4-112-gcf6bdfd2260
--
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=57919
Bug ID: 57919
Summary: Rally Trophy: Keyboard key is not configurable
anymore, regression
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: jettis(a)gmail.com
Distribution: ---
Created attachment 78171
--> https://bugs.winehq.org/attachment.cgi?id=78171
Log from wine version one commit before breaking
On Rally Trophy before it was possible to map keys on keyboard to an action in
game, but not anymore after commit 7b3f3d60782c63edd621353a635616f4cea029da.
Steps to reproduce:
1. install Rally Trophy demo
2. ensure that you don't have other input devices connected than keyboard and
mouse, otherwise this breaks even before that commit
3. start Rally Trophy
4. go to device configuration
5. set key 's' to have action 'shift up'
6. save device configurations
7. go to in game with manual transmission
8. press key 's' in game and notice that gear does not change
--
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=57940
Bug ID: 57940
Summary: ntoskrnl.exe tests can trigger BSOD
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: amorozov(a)etersoft.ru
Created attachment 78188
--> https://bugs.winehq.org/attachment.cgi?id=78188
MEMORY.DMP analysis with WinDbg
I have seen BSOD on Windows 10 Pro 1709 x64, Windows 10 Pro 22H2, Windows 11
Home 21H2 x64.
On Windows 10 testsigning was enabled with
bcdedit -set testsigning on
Windows 11 was loaded without driver signature check.
--
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=58047
Bug ID: 58047
Summary: Videos in (game) Assault Spy Either Don't Display or
Do but Incorrectly
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 78303
--> https://bugs.winehq.org/attachment.cgi?id=78303
Vanilla Wine 10.4 Log
Distro: Gentoo Linux (x86_64)
Desktop Environment: KDE Plasma 6.2.5 (Wayland)
CPU: Ryzen 3700X @ 4.98 GHz
RAM: 32GBs @ 3600 MHz
GPU: AMD RX 7800 XT
Mesa Version: 25.0.2
Game Version: 4.18.3.0 (latest GOG release, as of writing)
-----
Many videos in the game don't display properly.
Namely: the main menu video plays as a black screen if you wait a short period
of time without pressing any keys (audio plays but there's no video), and many
in-game videos show their content as seemingly offset (some of it can be seen
when it happens but most of it is not visible due to being out of frame) and
interlaced like as if shown on a bad CRT display. This is immediately apparent
when the game shows its first tutorial, and later also easily reproducible when
viewing attack unlock options at upgrade stations and in the game's pause menu
to view what is currently unlocked. What's strange about this, though, is that
some (a minority) of videos do play properly while most don't.
I've also noticed that when this happens, this pops up in Wine's log:
(wine:26205): GStreamer-Video-CRITICAL **: 21:52:01.667:
gst_video_info_from_caps: assertion 'gst_caps_is_fixed (caps)' failed
I'm not sure if this is the only issue involved, but I figured it was worth
noting.
--
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=58056
Bug ID: 58056
Summary: vbscript: Directly indexing a Split returns Empty
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
test.vbs
Dim s: s = "1;2"
Dim a: a = Split(s, ";")(0)
Wscript.Echo "a: " & TypeName(a)
Wscript.Echo "a = " & a
Dim b: b = Split(s, ";")
Dim c: c = b(0)
Wscript.Echo "c: " & TypeName(c)
Wscript.Echo "c = " & c
❯ /opt/wine-devel/bin/wine cscript test.vbs
a: Empty
a =
c: String
c = 1
--
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.