https://bugs.winehq.org/show_bug.cgi?id=2155
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #34 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 10.5.
--
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=56479
Bug ID: 56479
Summary: Shrift 2 Translation Patch 1.3Gamev2.07: could not
load file or assembly. access denied.
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: solin-arrin(a)protonmail.com
Distribution: ---
Created attachment 76247
--> https://bugs.winehq.org/attachment.cgi?id=76247
log of error
required libraries: Dotnet 7 Desktop runtime x86 7.0.14
URL: https://mega.nz/folder/sfdglALL#dhxWNXv4NEDxvmbmC8Y2WA/folder/MbkUDZ7B
sha256sum:8a29e924c0cc965d40c0b99ac5342cfc46adbf754fc1ac068c50bd4c3d1c1167
while the URL is a file-sharing site this is the only place the translation
patch is being distributed by the developer of the patch.
crashes when trying to launch the program.
i have tested this problem only seems to effect wine as i am able to get the
program to run and translated the game on windows.
the program can start without having the game, though it will ask you to select
the game directory.
tested with both a 64 and 32 prefix, issue happens on both.
--
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=57996
Bug ID: 57996
Summary: PS Core installer crashes (regression)
Product: Wine
Version: 10.3
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.4.5/PowerShell-7.4.5-win-x64.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: julliard(a)winehq.org
Distribution: Debian
Just start the installer and click all default buttons.
Bisect says:
07160a23fa2139c2dc9cad92158ddf0b64a3e75e is the first bad commit
commit 07160a23fa2139c2dc9cad92158ddf0b64a3e75e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Mar 20 15:35:39 2025 +0100
ntdll: Always map files as writable and adjust permissions.
So that PAGE_WRITECOPY can be set after the fact.
dlls/kernel32/tests/virtual.c | 7 -------
dlls/ntdll/unix/virtual.c | 19 +++++++++----------
--
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=58050
Bug ID: 58050
Summary: Game Controllers panel crashes on exit
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: bernhardu(a)mailbox.org
Regression SHA1: d78cbe84e5f0000c6523c4b997de476b12d929b6
Distribution: ---
Created attachment 78306
--> https://bugs.winehq.org/attachment.cgi?id=78306
backtrace
1. Create a 64-bit prefix.
2. Run the following command 'wine64 control joy.cpl'.
3. Select 'DInput' tab and then switch back to 'Joysticks'.
4. Click Cancel.
--
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=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.