https://bugs.winehq.org/show_bug.cgi?id=50798
Bug ID: 50798
Summary: Magic Arena: mouse scroll not working anymore
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: javiervalencia80(a)gmail.com
Distribution: ---
With Wine 5 (ubuntu), Magic Arena works flawlessly.
With Wine 6+ (stable/dev/staging) mouse wheel doesn't work at all.
It's really annoying because mouse wheel is a must for this game (deck builder
and in-game deck scroll).
--
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=50799
Bug ID: 50799
Summary: Some GOG installers fail installing vcredist because
icacls fails to load due to CONFLICTING_ADDRESSES
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
Log:
017c:fixme:exec:SHELL_execute flags ignored: 0x00000100
0194:err:process:exec_process failed to load
L"C:\\windows\\system32\\icacls.exe" error c0000018
0194:err:process:exec_process failed to load
L"C:\\windows\\system32\\icacls.exe" error c0000018
0xc0000018 = STATUS_CONFLICTING_ADDRESSES
There is also a message box referencing conflicting addresses.
This happens when installing "F.E.A.R. 2: Project Origin + Reborn", but it
possibly affects other games as well.
--
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=49830
Bug ID: 49830
Summary: Obduction stops with "fatal error"
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guidoj2269(a)gmail.com
Distribution: ---
Created attachment 68168
--> https://bugs.winehq.org/attachment.cgi?id=68168
Standard terminal output
When starting the game Obduction the splash window shows briefly and then the
screen turns black. After about 10s a pop-up window shows with the text "Fatal
error" and a button labeled "OK". After clicking the button the application
stops.
Note that this was introduced in wine-5.17. Using wine-5.16 the game was not
entirely playable, but fatal errors did not occur.
--
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=37011
Bug ID: 37011
Summary: acid3.acidtests.org can't load with builtin IE
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Created attachment 49176
--> http://bugs.winehq.org/attachment.cgi?id=49176
terminal output.txt
0. wine iexplorer http://acid3.acidtests.org/
1. It shows "Scripting must be enabled to use this test."
winetricks -q jscript isn't a workaround
--
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=7416
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 6.4.
--
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=31814
Bug #: 31814
Summary: Gecko should clean up when upgrading
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P5
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
As you move from one version of Gecko to another (by upgrading Wine), the
number of times Gecko is installed increases. Gecko should remove the old
versions if they are no longer needed.
$ rm -rf ~/.wine ; wine-git wineboot ; du -s ~/.wine
234680 /home/test/.wine
$ rm -rf ~/.wine ; wine-1.1.25 wineboot ; sleep 4s ; wine-1.2.3 wineboot ;
sleep 4s ; wine-1.3.20 wineboot ; sleep 4s ; wine-1.5.6 wineboot ; sleep 4s ;
wine-1.5.12 wineboot ; sleep 4s ; du -s ~/.wine
369400 /home/test/.wine
At the moment the amount of additional disk space isn't enormous, but if
multiple users are updating Wine on the same machine the amount of disc space
used can increase dramatically.
The uninstall from the Control Panel just removes the listing, it doesn't
actually delete any files.
In real world use I don't think people will be updating in the fashion shown
above, but it may be something worth thinking about.
--
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=50422
Bug ID: 50422
Summary: (regression) Multiple games (Horizon Zero Dawn,
Serious Sam 4) crash on start on Nvidia due to missing
unwrap for VK_OBJECT_TYPE_SURFACE_KHR
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
That happens since the following commit:
commit bff6bc6a79ffc3a915219a6dfe64c9bcabaaeceb
Author: Georg Lehmann <dadschoorse(a)gmail.com>
Date: Tue Oct 13 19:28:37 2020 +0200
winevulkan: Implement VK_EXT_debug_utils.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49813
Signed-off-by: Georg Lehmann <dadschoorse(a)gmail.com>
Signed-off-by: Liam Middlebrook <lmiddlebrook(a)nvidia.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Some details and the link to a WIP fix is available here:
https://www.winehq.org/pipermail/wine-devel/2020-November/177282.html
--
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=48127
Bug ID: 48127
Summary: In SOA 1.1.2.178, at boot time of the level "Unknown
error"
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
Created attachment 65716
--> https://bugs.winehq.org/attachment.cgi?id=65716
This error in stderr
The error does not appear every time, but randomly. I have to click "Repeat"
and then click on the tab or double-click the icon in the virtual desktop to
continue playing.
--
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=50769
Bug ID: 50769
Summary: notepad: menu bar items and title text are not
translated.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: ff6a3433c5cc8991b6716c502ad9c69d495bf07f
Distribution: Ubuntu
I built recent git version of Wine, wine-6.3-42-g3c2db20f668. In Japanese
locale, notepad.exe and other Wine apps show English text in menu bar and title
bar instead of Japanese text. Wine 6.3 release doesn't have this issue.
Steps to reproduce:
1) verify that you have Japanese locale support.
In other words, locale -a | grep ja_JP should output ja_JP.utf8.
2) launch wine notepad in Japanese locale,
LANG=ja_JP.UTF-8 wine notepad.exe
Actual result:
Menu bar items and title text are written in English.
For instance, File, Edit, Untitled, Notepad.
Expected result:
Menu bar items and title text are written in Japanese.
For instance, ファイル(F), 編集(E), 無題, メモ帳.
git bisect shows the first bad commit is:
commit ff6a3433c5cc8991b6716c502ad9c69d495bf07f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sun Feb 28 11:30:37 2021 +0100
ntdll: Store the locales in Wine-specific environment variables.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/kernelbase/locale.c | 43 ++++++++++++++++++++++++++++++++++++------
dlls/ntdll/locale.c | 36 -----------------------------------
dlls/ntdll/unix/env.c | 19 ++++++-------------
dlls/ntdll/unix/loader.c | 1 -
dlls/ntdll/unix/unix_private.h | 1 -
dlls/ntdll/unixlib.h | 5 +----
6 files changed, 44 insertions(+), 61 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.